Color spaces of #85515e
RGB | 133 | 81 | 94 |
---|---|---|---|
HSL | 0.96 | 0.24 | 0.42 |
HSV | 345° | 39° | 52° |
CMYK | 0.00 | 0.39 | 0.29 0.48 |
XYZ | 14.6357 | 11.6796 | 12.0727 |
Yxy | 11.6796 | 0.3813 | 0.3043 |
Hunter Lab | 34.1754 | 16.6360 | 2.9782 |
CIE-Lab | 40.7023 | 23.5896 | 1.6800 |
#85515e color RGB value is (133,81,94).
#85515e hex color red value is 133, green value is 81 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #85515e hue: 0.96 , saturation: 0.24 and the lightness value of 85515e is 0.42.
The process color (four color CMYK) of #85515e color hex is 0.00, 0.39, 0.29, 0.48. Web safe color of #85515e is #996666. Color #85515e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 01010001 | 01011110 |
Octal | 205 | 121 | 136 |
Decimal | 133 | 81 | 94 |
Hex | 85 | 51 | 5E |
Shades of #85515e
Tints of #85515e
RGB Percentages of Color #85515e
CMYK Percentages of Color #85515e
Complementary Color
#85515e | #518578 |
#85515e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#85515e Color Preview on White Background
Lorem ipsum dolor sit amet.
#85515e Color CSS Codes
.mybgcolor {background-color:#85515e; } .myforecolor {color:#85515e; } .mybordercolor {border:3px solid #85515e; }
#85515e Text Font Color
<p style="color:#85515e">Text here</p>
This sample text font color is #85515e
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.
#85515e Background Color
<div style="background-color:#85515e">
Div content here</div>
This div background color is #85515e
#85515e Border Color
<div style="border:3px solid #85515e">
Div here</div>
This div border color is #85515e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,81,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #85515e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #85515e; -webkit-box-shadow: 1px 1px 3px 2px #85515e; box-shadow: 1px 1px 3px 2px #85515e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,81,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #85515e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #85515e; -webkit-box-shadow: 1px 1px 3px 2px #85515e; box-shadow: 1px 1px 3px 2px #85515e;">
Div content here</div>
This div box has shadow with color #85515e
Comments
No comments written yet.
Please login to write comment.