Color spaces of #64574a
RGB | 100 | 87 | 74 |
---|---|---|---|
HSL | 0.08 | 0.15 | 0.34 |
HSV | 30° | 26° | 39° |
CMYK | 0.00 | 0.13 | 0.26 0.61 |
XYZ | 9.8998 | 10.0201 | 7.8909 |
Yxy | 10.0201 | 0.3560 | 0.3603 |
Hunter Lab | 31.6545 | 0.4295 | 7.3783 |
CIE-Lab | 37.8785 | 3.0168 | 9.5094 |
#64574a color RGB value is (100,87,74).
#64574a hex color red value is 100, green value is 87 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #64574a hue: 0.08 , saturation: 0.15 and the lightness value of 64574a is 0.34.
The process color (four color CMYK) of #64574a color hex is 0.00, 0.13, 0.26, 0.61. Web safe color of #64574a is #666633. Color #64574a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 01010111 | 01001010 |
Octal | 144 | 127 | 112 |
Decimal | 100 | 87 | 74 |
Hex | 64 | 57 | 4A |
Shades of #64574a
Tints of #64574a
RGB Percentages of Color #64574a
CMYK Percentages of Color #64574a
Complementary Color
#64574a | #4a5764 |
#64574a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#64574a Color Preview on White Background
Lorem ipsum dolor sit amet.
#64574a Color CSS Codes
.mybgcolor {background-color:#64574a; } .myforecolor {color:#64574a; } .mybordercolor {border:3px solid #64574a; }
#64574a Text Font Color
<p style="color:#64574a">Text here</p>
This sample text font color is #64574a
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.
#64574a Background Color
<div style="background-color:#64574a">
Div content here</div>
This div background color is #64574a
#64574a Border Color
<div style="border:3px solid #64574a">
Div here</div>
This div border color is #64574a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,87,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #64574a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #64574a; -webkit-box-shadow: 1px 1px 3px 2px #64574a; box-shadow: 1px 1px 3px 2px #64574a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,87,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #64574a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #64574a; -webkit-box-shadow: 1px 1px 3px 2px #64574a; box-shadow: 1px 1px 3px 2px #64574a;">
Div content here</div>
This div box has shadow with color #64574a
Comments
No comments written yet.
Please login to write comment.