Color spaces of #31391e
RGB | 49 | 57 | 30 |
---|---|---|---|
HSL | 0.22 | 0.31 | 0.17 |
HSV | 78° | 47° | 22° |
CMYK | 0.14 | 0.00 | 0.47 0.78 |
XYZ | 2.9641 | 3.6730 | 1.7810 |
Yxy | 3.6730 | 0.3521 | 0.4363 |
Hunter Lab | 19.1651 | -5.9318 | 7.9058 |
CIE-Lab | 22.5595 | -8.8229 | 15.7130 |
#31391e color RGB value is (49,57,30).
#31391e hex color red value is 49, green value is 57 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #31391e hue: 0.22 , saturation: 0.31 and the lightness value of 31391e is 0.17.
The process color (four color CMYK) of #31391e color hex is 0.14, 0.00, 0.47, 0.78. Web safe color of #31391e is #333333. Color #31391e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 00111001 | 00011110 |
Octal | 61 | 71 | 36 |
Decimal | 49 | 57 | 30 |
Hex | 31 | 39 | 1E |
Shades of #31391e
Tints of #31391e
RGB Percentages of Color #31391e
CMYK Percentages of Color #31391e
Complementary Color
#31391e | #261e39 |
#31391e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#31391e Color Preview on White Background
Lorem ipsum dolor sit amet.
#31391e Color CSS Codes
.mybgcolor {background-color:#31391e; } .myforecolor {color:#31391e; } .mybordercolor {border:3px solid #31391e; }
#31391e Text Font Color
<p style="color:#31391e">Text here</p>
This sample text font color is #31391e
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.
#31391e Background Color
<div style="background-color:#31391e">
Div content here</div>
This div background color is #31391e
#31391e Border Color
<div style="border:3px solid #31391e">
Div here</div>
This div border color is #31391e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,57,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #31391e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #31391e; -webkit-box-shadow: 1px 1px 3px 2px #31391e; box-shadow: 1px 1px 3px 2px #31391e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,57,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #31391e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #31391e; -webkit-box-shadow: 1px 1px 3px 2px #31391e; box-shadow: 1px 1px 3px 2px #31391e;">
Div content here</div>
This div box has shadow with color #31391e
Comments
No comments written yet.
Please login to write comment.