Color spaces of #87996f
RGB | 135 | 153 | 111 |
---|---|---|---|
HSL | 0.24 | 0.17 | 0.52 |
HSV | 86° | 27° | 60° |
CMYK | 0.12 | 0.00 | 0.27 0.40 |
XYZ | 24.2521 | 29.0811 | 19.3739 |
Yxy | 29.0811 | 0.3336 | 0.4000 |
Hunter Lab | 53.9269 | -14.0967 | 16.4482 |
CIE-Lab | 60.8531 | -14.1313 | 20.0150 |
#87996f color RGB value is (135,153,111).
#87996f hex color red value is 135, green value is 153 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #87996f hue: 0.24 , saturation: 0.17 and the lightness value of 87996f is 0.52.
The process color (four color CMYK) of #87996f color hex is 0.12, 0.00, 0.27, 0.40. Web safe color of #87996f is #999966. Color #87996f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 10011001 | 01101111 |
Octal | 207 | 231 | 157 |
Decimal | 135 | 153 | 111 |
Hex | 87 | 99 | 6F |
Shades of #87996f
Tints of #87996f
RGB Percentages of Color #87996f
CMYK Percentages of Color #87996f
Complementary Color
#87996f | #816f99 |
#87996f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#87996f Color Preview on White Background
Lorem ipsum dolor sit amet.
#87996f Color CSS Codes
.mybgcolor {background-color:#87996f; } .myforecolor {color:#87996f; } .mybordercolor {border:3px solid #87996f; }
#87996f Text Font Color
<p style="color:#87996f">Text here</p>
This sample text font color is #87996f
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.
#87996f Background Color
<div style="background-color:#87996f">
Div content here</div>
This div background color is #87996f
#87996f Border Color
<div style="border:3px solid #87996f">
Div here</div>
This div border color is #87996f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,153,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #87996f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87996f; -webkit-box-shadow: 1px 1px 3px 2px #87996f; box-shadow: 1px 1px 3px 2px #87996f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,153,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #87996f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #87996f; -webkit-box-shadow: 1px 1px 3px 2px #87996f; box-shadow: 1px 1px 3px 2px #87996f;">
Div content here</div>
This div box has shadow with color #87996f
Comments
No comments written yet.
Please login to write comment.