Color spaces of #64753a
RGB | 100 | 117 | 58 |
---|---|---|---|
HSL | 0.21 | 0.34 | 0.34 |
HSV | 77° | 50° | 46° |
CMYK | 0.15 | 0.00 | 0.50 0.54 |
XYZ | 12.3805 | 15.7374 | 6.3881 |
Yxy | 15.7374 | 0.3588 | 0.4561 |
Hunter Lab | 39.6704 | -13.7162 | 18.2218 |
CIE-Lab | 46.6281 | -16.4922 | 30.2652 |
#64753a color RGB value is (100,117,58).
#64753a hex color red value is 100, green value is 117 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #64753a hue: 0.21 , saturation: 0.34 and the lightness value of 64753a is 0.34.
The process color (four color CMYK) of #64753a color hex is 0.15, 0.00, 0.50, 0.54. Web safe color of #64753a is #666633. Color #64753a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 01110101 | 00111010 |
Octal | 144 | 165 | 72 |
Decimal | 100 | 117 | 58 |
Hex | 64 | 75 | 3A |
Shades of #64753a
Tints of #64753a
RGB Percentages of Color #64753a
CMYK Percentages of Color #64753a
Complementary Color
#64753a | #4b3a75 |
#64753a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#64753a Color Preview on White Background
Lorem ipsum dolor sit amet.
#64753a Color CSS Codes
.mybgcolor {background-color:#64753a; } .myforecolor {color:#64753a; } .mybordercolor {border:3px solid #64753a; }
#64753a Text Font Color
<p style="color:#64753a">Text here</p>
This sample text font color is #64753a
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.
#64753a Background Color
<div style="background-color:#64753a">
Div content here</div>
This div background color is #64753a
#64753a Border Color
<div style="border:3px solid #64753a">
Div here</div>
This div border color is #64753a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,117,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #64753a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #64753a; -webkit-box-shadow: 1px 1px 3px 2px #64753a; box-shadow: 1px 1px 3px 2px #64753a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,117,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 #64753a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #64753a; -webkit-box-shadow: 1px 1px 3px 2px #64753a; box-shadow: 1px 1px 3px 2px #64753a;">
Div content here</div>
This div box has shadow with color #64753a
Comments
No comments written yet.
Please login to write comment.