Color spaces of #313930
RGB | 49 | 57 | 48 |
---|---|---|---|
HSL | 0.31 | 0.09 | 0.21 |
HSV | 113° | 16° | 22° |
CMYK | 0.14 | 0.00 | 0.16 0.78 |
XYZ | 3.2633 | 3.7926 | 3.3564 |
Yxy | 3.7926 | 0.3134 | 0.3642 |
Hunter Lab | 19.4746 | -4.1698 | 3.4137 |
CIE-Lab | 22.9736 | -5.4810 | 4.4862 |
#313930 color RGB value is (49,57,48).
#313930 hex color red value is 49, green value is 57 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #313930 hue: 0.31 , saturation: 0.09 and the lightness value of 313930 is 0.21.
The process color (four color CMYK) of #313930 color hex is 0.14, 0.00, 0.16, 0.78. Web safe color of #313930 is #333333. Color #313930 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 00111001 | 00110000 |
Octal | 61 | 71 | 60 |
Decimal | 49 | 57 | 48 |
Hex | 31 | 39 | 30 |
Shades of #313930
Tints of #313930
RGB Percentages of Color #313930
CMYK Percentages of Color #313930
Complementary Color
#313930 | #383039 |
#313930 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#313930 Color Preview on White Background
Lorem ipsum dolor sit amet.
#313930 Color CSS Codes
.mybgcolor {background-color:#313930; } .myforecolor {color:#313930; } .mybordercolor {border:3px solid #313930; }
#313930 Text Font Color
<p style="color:#313930">Text here</p>
This sample text font color is #313930
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.
#313930 Background Color
<div style="background-color:#313930">
Div content here</div>
This div background color is #313930
#313930 Border Color
<div style="border:3px solid #313930">
Div here</div>
This div border color is #313930
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,57,48, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #313930; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #313930; -webkit-box-shadow: 1px 1px 3px 2px #313930; box-shadow: 1px 1px 3px 2px #313930; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,57,48, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #313930">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #313930; -webkit-box-shadow: 1px 1px 3px 2px #313930; box-shadow: 1px 1px 3px 2px #313930;">
Div content here</div>
This div box has shadow with color #313930
Comments
No comments written yet.
Please login to write comment.