Color spaces of #40391a
RGB | 64 | 57 | 26 |
---|---|---|---|
HSL | 0.14 | 0.42 | 0.18 |
HSV | 49° | 59° | 25° |
CMYK | 0.00 | 0.11 | 0.59 0.75 |
XYZ | 3.7639 | 4.0908 | 1.5685 |
Yxy | 4.0908 | 0.3994 | 0.4341 |
Hunter Lab | 20.2257 | -2.1771 | 9.5601 |
CIE-Lab | 23.9694 | -1.8555 | 20.2491 |
#40391a color RGB value is (64,57,26).
#40391a hex color red value is 64, green value is 57 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #40391a hue: 0.14 , saturation: 0.42 and the lightness value of 40391a is 0.18.
The process color (four color CMYK) of #40391a color hex is 0.00, 0.11, 0.59, 0.75. Web safe color of #40391a is #333333. Color #40391a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 00111001 | 00011010 |
Octal | 100 | 71 | 32 |
Decimal | 64 | 57 | 26 |
Hex | 40 | 39 | 1A |
Shades of #40391a
Tints of #40391a
RGB Percentages of Color #40391a
CMYK Percentages of Color #40391a
Complementary Color
#40391a | #1a2140 |
#40391a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#40391a Color Preview on White Background
Lorem ipsum dolor sit amet.
#40391a Color CSS Codes
.mybgcolor {background-color:#40391a; } .myforecolor {color:#40391a; } .mybordercolor {border:3px solid #40391a; }
#40391a Text Font Color
<p style="color:#40391a">Text here</p>
This sample text font color is #40391a
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.
#40391a Background Color
<div style="background-color:#40391a">
Div content here</div>
This div background color is #40391a
#40391a Border Color
<div style="border:3px solid #40391a">
Div here</div>
This div border color is #40391a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,57,26, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #40391a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #40391a; -webkit-box-shadow: 1px 1px 3px 2px #40391a; box-shadow: 1px 1px 3px 2px #40391a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,57,26, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #40391a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #40391a; -webkit-box-shadow: 1px 1px 3px 2px #40391a; box-shadow: 1px 1px 3px 2px #40391a;">
Div content here</div>
This div box has shadow with color #40391a
#40391a Color Palettes
Comments
No comments written yet.
Please login to write comment.