Color spaces of #85706c
RGB | 133 | 112 | 108 |
---|---|---|---|
HSL | 0.03 | 0.10 | 0.47 |
HSV | 10° | 19° | 52° |
CMYK | 0.00 | 0.16 | 0.19 0.48 |
XYZ | 18.1738 | 17.6576 | 16.6378 |
Yxy | 17.6576 | 0.3464 | 0.3365 |
Hunter Lab | 42.0209 | 3.6635 | 5.9393 |
CIE-Lab | 49.0782 | 7.5438 | 5.2797 |
#85706c color RGB value is (133,112,108).
#85706c hex color red value is 133, green value is 112 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #85706c hue: 0.03 , saturation: 0.10 and the lightness value of 85706c is 0.47.
The process color (four color CMYK) of #85706c color hex is 0.00, 0.16, 0.19, 0.48. Web safe color of #85706c is #996666. Color #85706c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 01110000 | 01101100 |
Octal | 205 | 160 | 154 |
Decimal | 133 | 112 | 108 |
Hex | 85 | 70 | 6C |
Shades of #85706c
Tints of #85706c
RGB Percentages of Color #85706c
CMYK Percentages of Color #85706c
Complementary Color
#85706c | #6c8185 |
#85706c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#85706c Color Preview on White Background
Lorem ipsum dolor sit amet.
#85706c Color CSS Codes
.mybgcolor {background-color:#85706c; } .myforecolor {color:#85706c; } .mybordercolor {border:3px solid #85706c; }
#85706c Text Font Color
<p style="color:#85706c">Text here</p>
This sample text font color is #85706c
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.
#85706c Background Color
<div style="background-color:#85706c">
Div content here</div>
This div background color is #85706c
#85706c Border Color
<div style="border:3px solid #85706c">
Div here</div>
This div border color is #85706c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,112,108, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #85706c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #85706c; -webkit-box-shadow: 1px 1px 3px 2px #85706c; box-shadow: 1px 1px 3px 2px #85706c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,112,108, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #85706c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #85706c; -webkit-box-shadow: 1px 1px 3px 2px #85706c; box-shadow: 1px 1px 3px 2px #85706c;">
Div content here</div>
This div box has shadow with color #85706c
Comments
No comments written yet.
Please login to write comment.