Color spaces of #60470e
RGB | 96 | 71 | 14 |
---|---|---|---|
HSL | 0.12 | 0.75 | 0.22 |
HSV | 42° | 85° | 38° |
CMYK | 0.00 | 0.26 | 0.85 0.62 |
XYZ | 7.1564 | 7.0250 | 1.3942 |
Yxy | 7.0250 | 0.4595 | 0.4510 |
Hunter Lab | 26.5047 | 1.8126 | 15.4345 |
CIE-Lab | 31.8638 | 4.8234 | 35.7339 |
#60470e color RGB value is (96,71,14).
#60470e hex color red value is 96, green value is 71 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #60470e hue: 0.12 , saturation: 0.75 and the lightness value of 60470e is 0.22.
The process color (four color CMYK) of #60470e color hex is 0.00, 0.26, 0.85, 0.62. Web safe color of #60470e is #663300. Color #60470e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 01000111 | 00001110 |
Octal | 140 | 107 | 16 |
Decimal | 96 | 71 | 14 |
Hex | 60 | 47 | E |
Shades of #60470e
Tints of #60470e
RGB Percentages of Color #60470e
CMYK Percentages of Color #60470e
Complementary Color
#60470e | #0e2760 |
#60470e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#60470e Color Preview on White Background
Lorem ipsum dolor sit amet.
#60470e Color CSS Codes
.mybgcolor {background-color:#60470e; } .myforecolor {color:#60470e; } .mybordercolor {border:3px solid #60470e; }
#60470e Text Font Color
<p style="color:#60470e">Text here</p>
This sample text font color is #60470e
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.
#60470e Background Color
<div style="background-color:#60470e">
Div content here</div>
This div background color is #60470e
#60470e Border Color
<div style="border:3px solid #60470e">
Div here</div>
This div border color is #60470e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,71,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #60470e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #60470e; -webkit-box-shadow: 1px 1px 3px 2px #60470e; box-shadow: 1px 1px 3px 2px #60470e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,71,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #60470e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #60470e; -webkit-box-shadow: 1px 1px 3px 2px #60470e; box-shadow: 1px 1px 3px 2px #60470e;">
Div content here</div>
This div box has shadow with color #60470e
Comments
No comments written yet.
Please login to write comment.