Color spaces of #31481f
RGB | 49 | 72 | 31 |
---|---|---|---|
HSL | 0.26 | 0.40 | 0.20 |
HSV | 94° | 57° | 28° |
CMYK | 0.32 | 0.00 | 0.57 0.72 |
XYZ | 3.8313 | 5.3866 | 2.1341 |
Yxy | 5.3866 | 0.3375 | 0.4745 |
Hunter Lab | 23.2090 | -11.1494 | 10.7945 |
CIE-Lab | 27.8090 | -17.3942 | 21.6087 |
#31481f color RGB value is (49,72,31).
#31481f hex color red value is 49, green value is 72 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #31481f hue: 0.26 , saturation: 0.40 and the lightness value of 31481f is 0.20.
The process color (four color CMYK) of #31481f color hex is 0.32, 0.00, 0.57, 0.72. Web safe color of #31481f is #333333. Color #31481f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 01001000 | 00011111 |
Octal | 61 | 110 | 37 |
Decimal | 49 | 72 | 31 |
Hex | 31 | 48 | 1F |
Shades of #31481f
Tints of #31481f
RGB Percentages of Color #31481f
CMYK Percentages of Color #31481f
Complementary Color
#31481f | #361f48 |
#31481f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#31481f Color Preview on White Background
Lorem ipsum dolor sit amet.
#31481f Color CSS Codes
.mybgcolor {background-color:#31481f; } .myforecolor {color:#31481f; } .mybordercolor {border:3px solid #31481f; }
#31481f Text Font Color
<p style="color:#31481f">Text here</p>
This sample text font color is #31481f
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.
#31481f Background Color
<div style="background-color:#31481f">
Div content here</div>
This div background color is #31481f
#31481f Border Color
<div style="border:3px solid #31481f">
Div here</div>
This div border color is #31481f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,72,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #31481f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #31481f; -webkit-box-shadow: 1px 1px 3px 2px #31481f; box-shadow: 1px 1px 3px 2px #31481f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,72,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #31481f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #31481f; -webkit-box-shadow: 1px 1px 3px 2px #31481f; box-shadow: 1px 1px 3px 2px #31481f;">
Div content here</div>
This div box has shadow with color #31481f
Comments
No comments written yet.
Please login to write comment.