Color spaces of #857970
RGB | 133 | 121 | 112 |
---|---|---|---|
HSL | 0.07 | 0.09 | 0.48 |
HSV | 26° | 16° | 52° |
CMYK | 0.00 | 0.09 | 0.16 0.48 |
XYZ | 19.4349 | 19.8311 | 18.1327 |
Yxy | 19.8311 | 0.3386 | 0.3455 |
Hunter Lab | 44.5321 | -0.0295 | 7.0306 |
CIE-Lab | 51.6457 | 2.9910 | 6.5955 |
#857970 color RGB value is (133,121,112).
#857970 hex color red value is 133, green value is 121 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #857970 hue: 0.07 , saturation: 0.09 and the lightness value of 857970 is 0.48.
The process color (four color CMYK) of #857970 color hex is 0.00, 0.09, 0.16, 0.48. Web safe color of #857970 is #996666. Color #857970 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 01111001 | 01110000 |
Octal | 205 | 171 | 160 |
Decimal | 133 | 121 | 112 |
Hex | 85 | 79 | 70 |
Shades of #857970
Tints of #857970
RGB Percentages of Color #857970
CMYK Percentages of Color #857970
Complementary Color
#857970 | #707c85 |
#857970 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#857970 Color Preview on White Background
Lorem ipsum dolor sit amet.
#857970 Color CSS Codes
.mybgcolor {background-color:#857970; } .myforecolor {color:#857970; } .mybordercolor {border:3px solid #857970; }
#857970 Text Font Color
<p style="color:#857970">Text here</p>
This sample text font color is #857970
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.
#857970 Background Color
<div style="background-color:#857970">
Div content here</div>
This div background color is #857970
#857970 Border Color
<div style="border:3px solid #857970">
Div here</div>
This div border color is #857970
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,121,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #857970; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #857970; -webkit-box-shadow: 1px 1px 3px 2px #857970; box-shadow: 1px 1px 3px 2px #857970; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,121,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #857970">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #857970; -webkit-box-shadow: 1px 1px 3px 2px #857970; box-shadow: 1px 1px 3px 2px #857970;">
Div content here</div>
This div box has shadow with color #857970
Comments
No comments written yet.
Please login to write comment.