Color spaces of #67882f
RGB | 103 | 136 | 47 |
---|---|---|---|
HSL | 0.23 | 0.49 | 0.36 |
HSV | 82° | 65° | 53° |
CMYK | 0.24 | 0.00 | 0.65 0.47 |
XYZ | 14.9108 | 20.6971 | 5.8984 |
Yxy | 20.6971 | 0.3592 | 0.4986 |
Hunter Lab | 45.4941 | -21.1108 | 24.1588 |
CIE-Lab | 52.6164 | -26.0955 | 42.6287 |
#67882f color RGB value is (103,136,47).
#67882f hex color red value is 103, green value is 136 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #67882f hue: 0.23 , saturation: 0.49 and the lightness value of 67882f is 0.36.
The process color (four color CMYK) of #67882f color hex is 0.24, 0.00, 0.65, 0.47. Web safe color of #67882f is #669933. Color #67882f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100111 | 10001000 | 00101111 |
Octal | 147 | 210 | 57 |
Decimal | 103 | 136 | 47 |
Hex | 67 | 88 | 2F |
Shades of #67882f
Tints of #67882f
RGB Percentages of Color #67882f
CMYK Percentages of Color #67882f
Complementary Color
#67882f | #502f88 |
#67882f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#67882f Color Preview on White Background
Lorem ipsum dolor sit amet.
#67882f Color CSS Codes
.mybgcolor {background-color:#67882f; } .myforecolor {color:#67882f; } .mybordercolor {border:3px solid #67882f; }
#67882f Text Font Color
<p style="color:#67882f">Text here</p>
This sample text font color is #67882f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#67882f Background Color
<div style="background-color:#67882f">
Div content here</div>
This div background color is #67882f
#67882f Border Color
<div style="border:3px solid #67882f">
Div here</div>
This div border color is #67882f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(103,136,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #67882f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #67882f; -webkit-box-shadow: 1px 1px 3px 2px #67882f; box-shadow: 1px 1px 3px 2px #67882f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(103,136,47, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #67882f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #67882f; -webkit-box-shadow: 1px 1px 3px 2px #67882f; box-shadow: 1px 1px 3px 2px #67882f;">
Div content here</div>
This div box has shadow with color #67882f
Comments
No comments written yet.
Please login to write comment.