Color spaces of #64552f
RGB | 100 | 85 | 47 |
---|---|---|---|
HSL | 0.12 | 0.36 | 0.29 |
HSV | 43° | 53° | 39° |
CMYK | 0.00 | 0.15 | 0.53 0.61 |
XYZ | 9.0171 | 9.4116 | 4.0307 |
Yxy | 9.4116 | 0.4015 | 0.4190 |
Hunter Lab | 30.6783 | -1.2216 | 13.6850 |
CIE-Lab | 36.7650 | 0.6057 | 24.3185 |
#64552f color RGB value is (100,85,47).
#64552f hex color red value is 100, green value is 85 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #64552f hue: 0.12 , saturation: 0.36 and the lightness value of 64552f is 0.29.
The process color (four color CMYK) of #64552f color hex is 0.00, 0.15, 0.53, 0.61. Web safe color of #64552f is #666633. Color #64552f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 01010101 | 00101111 |
Octal | 144 | 125 | 57 |
Decimal | 100 | 85 | 47 |
Hex | 64 | 55 | 2F |
Shades of #64552f
Tints of #64552f
RGB Percentages of Color #64552f
CMYK Percentages of Color #64552f
Complementary Color
#64552f | #2f3e64 |
#64552f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#64552f Color Preview on White Background
Lorem ipsum dolor sit amet.
#64552f Color CSS Codes
.mybgcolor {background-color:#64552f; } .myforecolor {color:#64552f; } .mybordercolor {border:3px solid #64552f; }
#64552f Text Font Color
<p style="color:#64552f">Text here</p>
This sample text font color is #64552f
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.
#64552f Background Color
<div style="background-color:#64552f">
Div content here</div>
This div background color is #64552f
#64552f Border Color
<div style="border:3px solid #64552f">
Div here</div>
This div border color is #64552f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,85,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #64552f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #64552f; -webkit-box-shadow: 1px 1px 3px 2px #64552f; box-shadow: 1px 1px 3px 2px #64552f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,85,47, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #64552f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #64552f; -webkit-box-shadow: 1px 1px 3px 2px #64552f; box-shadow: 1px 1px 3px 2px #64552f;">
Div content here</div>
This div box has shadow with color #64552f
Comments
No comments written yet.
Please login to write comment.