Color spaces of #64573a
RGB | 100 | 87 | 58 |
---|---|---|---|
HSL | 0.12 | 0.27 | 0.31 |
HSV | 41° | 42° | 39° |
CMYK | 0.00 | 0.13 | 0.42 0.61 |
XYZ | 9.4274 | 9.8312 | 5.4037 |
Yxy | 9.8312 | 0.3823 | 0.3986 |
Hunter Lab | 31.3547 | -1.2014 | 11.7302 |
CIE-Lab | 37.5378 | 0.6824 | 18.8088 |
#64573a color RGB value is (100,87,58).
#64573a hex color red value is 100, green value is 87 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #64573a hue: 0.12 , saturation: 0.27 and the lightness value of 64573a is 0.31.
The process color (four color CMYK) of #64573a color hex is 0.00, 0.13, 0.42, 0.61. Web safe color of #64573a is #666633. Color #64573a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 01010111 | 00111010 |
Octal | 144 | 127 | 72 |
Decimal | 100 | 87 | 58 |
Hex | 64 | 57 | 3A |
Shades of #64573a
Tints of #64573a
RGB Percentages of Color #64573a
CMYK Percentages of Color #64573a
Complementary Color
#64573a | #3a4764 |
#64573a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#64573a Color Preview on White Background
Lorem ipsum dolor sit amet.
#64573a Color CSS Codes
.mybgcolor {background-color:#64573a; } .myforecolor {color:#64573a; } .mybordercolor {border:3px solid #64573a; }
#64573a Text Font Color
<p style="color:#64573a">Text here</p>
This sample text font color is #64573a
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.
#64573a Background Color
<div style="background-color:#64573a">
Div content here</div>
This div background color is #64573a
#64573a Border Color
<div style="border:3px solid #64573a">
Div here</div>
This div border color is #64573a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,87,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #64573a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #64573a; -webkit-box-shadow: 1px 1px 3px 2px #64573a; box-shadow: 1px 1px 3px 2px #64573a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,87,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #64573a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #64573a; -webkit-box-shadow: 1px 1px 3px 2px #64573a; box-shadow: 1px 1px 3px 2px #64573a;">
Div content here</div>
This div box has shadow with color #64573a
Comments
No comments written yet.
Please login to write comment.