Color spaces of #898572
RGB | 137 | 133 | 114 |
---|---|---|---|
HSL | 0.14 | 0.09 | 0.49 |
HSV | 50° | 17° | 54° |
CMYK | 0.00 | 0.03 | 0.17 0.46 |
XYZ | 21.7413 | 23.3083 | 19.2727 |
Yxy | 23.3083 | 0.3380 | 0.3624 |
Hunter Lab | 48.2787 | -4.1039 | 10.1267 |
CIE-Lab | 55.3885 | -1.9220 | 10.7894 |
#898572 color RGB value is (137,133,114).
#898572 hex color red value is 137, green value is 133 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #898572 hue: 0.14 , saturation: 0.09 and the lightness value of 898572 is 0.49.
The process color (four color CMYK) of #898572 color hex is 0.00, 0.03, 0.17, 0.46. Web safe color of #898572 is #999966. Color #898572 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 10000101 | 01110010 |
Octal | 211 | 205 | 162 |
Decimal | 137 | 133 | 114 |
Hex | 89 | 85 | 72 |
Shades of #898572
Tints of #898572
RGB Percentages of Color #898572
CMYK Percentages of Color #898572
Complementary Color
#898572 | #727689 |
#898572 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#898572 Color Preview on White Background
Lorem ipsum dolor sit amet.
#898572 Color CSS Codes
.mybgcolor {background-color:#898572; } .myforecolor {color:#898572; } .mybordercolor {border:3px solid #898572; }
#898572 Text Font Color
<p style="color:#898572">Text here</p>
This sample text font color is #898572
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.
#898572 Background Color
<div style="background-color:#898572">
Div content here</div>
This div background color is #898572
#898572 Border Color
<div style="border:3px solid #898572">
Div here</div>
This div border color is #898572
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,133,114, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #898572; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #898572; -webkit-box-shadow: 1px 1px 3px 2px #898572; box-shadow: 1px 1px 3px 2px #898572; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,133,114, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #898572">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #898572; -webkit-box-shadow: 1px 1px 3px 2px #898572; box-shadow: 1px 1px 3px 2px #898572;">
Div content here</div>
This div box has shadow with color #898572
Comments
No comments written yet.
Please login to write comment.