Color spaces of #30470e
RGB | 48 | 71 | 14 |
---|---|---|---|
HSL | 0.23 | 0.67 | 0.17 |
HSV | 84° | 80° | 28° |
CMYK | 0.32 | 0.00 | 0.80 0.72 |
XYZ | 3.5514 | 5.1666 | 1.2255 |
Yxy | 5.1666 | 0.3572 | 0.5196 |
Hunter Lab | 22.7302 | -11.8886 | 12.7145 |
CIE-Lab | 27.2042 | -19.0685 | 29.6691 |
#30470e color RGB value is (48,71,14).
#30470e hex color red value is 48, green value is 71 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #30470e hue: 0.23 , saturation: 0.67 and the lightness value of 30470e is 0.17.
The process color (four color CMYK) of #30470e color hex is 0.32, 0.00, 0.80, 0.72. Web safe color of #30470e is #333300. Color #30470e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 01000111 | 00001110 |
Octal | 60 | 107 | 16 |
Decimal | 48 | 71 | 14 |
Hex | 30 | 47 | E |
Shades of #30470e
Tints of #30470e
RGB Percentages of Color #30470e
CMYK Percentages of Color #30470e
Complementary Color
#30470e | #250e47 |
#30470e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#30470e Color Preview on White Background
Lorem ipsum dolor sit amet.
#30470e Color CSS Codes
.mybgcolor {background-color:#30470e; } .myforecolor {color:#30470e; } .mybordercolor {border:3px solid #30470e; }
#30470e Text Font Color
<p style="color:#30470e">Text here</p>
This sample text font color is #30470e
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.
#30470e Background Color
<div style="background-color:#30470e">
Div content here</div>
This div background color is #30470e
#30470e Border Color
<div style="border:3px solid #30470e">
Div here</div>
This div border color is #30470e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,71,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #30470e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #30470e; -webkit-box-shadow: 1px 1px 3px 2px #30470e; box-shadow: 1px 1px 3px 2px #30470e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,71,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #30470e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #30470e; -webkit-box-shadow: 1px 1px 3px 2px #30470e; box-shadow: 1px 1px 3px 2px #30470e;">
Div content here</div>
This div box has shadow with color #30470e
Comments
No comments written yet.
Please login to write comment.