Color spaces of #64350e
RGB | 100 | 53 | 14 |
---|---|---|---|
HSL | 0.08 | 0.75 | 0.22 |
HSV | 27° | 86° | 39° |
CMYK | 0.00 | 0.47 | 0.86 0.61 |
XYZ | 6.6079 | 5.2872 | 1.0877 |
Yxy | 5.2872 | 0.5090 | 0.4072 |
Hunter Lab | 22.9939 | 11.0573 | 13.2911 |
CIE-Lab | 27.5378 | 17.9316 | 31.9914 |
#64350e color RGB value is (100,53,14).
#64350e hex color red value is 100, green value is 53 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #64350e hue: 0.08 , saturation: 0.75 and the lightness value of 64350e is 0.22.
The process color (four color CMYK) of #64350e color hex is 0.00, 0.47, 0.86, 0.61. Web safe color of #64350e is #663300. Color #64350e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 00110101 | 00001110 |
Octal | 144 | 65 | 16 |
Decimal | 100 | 53 | 14 |
Hex | 64 | 35 | E |
Shades of #64350e
Tints of #64350e
RGB Percentages of Color #64350e
CMYK Percentages of Color #64350e
Complementary Color
#64350e | #0e3d64 |
#64350e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#64350e Color Preview on White Background
Lorem ipsum dolor sit amet.
#64350e Color CSS Codes
.mybgcolor {background-color:#64350e; } .myforecolor {color:#64350e; } .mybordercolor {border:3px solid #64350e; }
#64350e Text Font Color
<p style="color:#64350e">Text here</p>
This sample text font color is #64350e
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.
#64350e Background Color
<div style="background-color:#64350e">
Div content here</div>
This div background color is #64350e
#64350e Border Color
<div style="border:3px solid #64350e">
Div here</div>
This div border color is #64350e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,53,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #64350e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #64350e; -webkit-box-shadow: 1px 1px 3px 2px #64350e; box-shadow: 1px 1px 3px 2px #64350e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,53,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 #64350e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #64350e; -webkit-box-shadow: 1px 1px 3px 2px #64350e; box-shadow: 1px 1px 3px 2px #64350e;">
Div content here</div>
This div box has shadow with color #64350e
Comments
No comments written yet.
Please login to write comment.