Color spaces of #40601d
RGB | 64 | 96 | 29 |
---|---|---|---|
HSL | 0.25 | 0.54 | 0.25 |
HSV | 89° | 70° | 38° |
CMYK | 0.33 | 0.00 | 0.70 0.62 |
XYZ | 6.5190 | 9.5444 | 2.6611 |
Yxy | 9.5444 | 0.3482 | 0.5097 |
Hunter Lab | 30.8940 | -16.3989 | 16.5188 |
CIE-Lab | 37.0120 | -23.8316 | 33.3596 |
#40601d color RGB value is (64,96,29).
#40601d hex color red value is 64, green value is 96 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #40601d hue: 0.25 , saturation: 0.54 and the lightness value of 40601d is 0.25.
The process color (four color CMYK) of #40601d color hex is 0.33, 0.00, 0.70, 0.62. Web safe color of #40601d is #336633. Color #40601d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 01100000 | 00011101 |
Octal | 100 | 140 | 35 |
Decimal | 64 | 96 | 29 |
Hex | 40 | 60 | 1D |
Shades of #40601d
Tints of #40601d
RGB Percentages of Color #40601d
CMYK Percentages of Color #40601d
Complementary Color
#40601d | #3d1d60 |
#40601d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#40601d Color Preview on White Background
Lorem ipsum dolor sit amet.
#40601d Color CSS Codes
.mybgcolor {background-color:#40601d; } .myforecolor {color:#40601d; } .mybordercolor {border:3px solid #40601d; }
#40601d Text Font Color
<p style="color:#40601d">Text here</p>
This sample text font color is #40601d
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.
#40601d Background Color
<div style="background-color:#40601d">
Div content here</div>
This div background color is #40601d
#40601d Border Color
<div style="border:3px solid #40601d">
Div here</div>
This div border color is #40601d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,96,29, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #40601d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #40601d; -webkit-box-shadow: 1px 1px 3px 2px #40601d; box-shadow: 1px 1px 3px 2px #40601d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,96,29, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #40601d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #40601d; -webkit-box-shadow: 1px 1px 3px 2px #40601d; box-shadow: 1px 1px 3px 2px #40601d;">
Div content here</div>
This div box has shadow with color #40601d
Comments
No comments written yet.
Please login to write comment.