Color spaces of #304219
RGB | 48 | 66 | 25 |
---|---|---|---|
HSL | 0.24 | 0.45 | 0.18 |
HSV | 86° | 62° | 26° |
CMYK | 0.27 | 0.00 | 0.62 0.74 |
XYZ | 3.3426 | 4.5950 | 1.6305 |
Yxy | 4.5950 | 0.3493 | 0.4802 |
Hunter Lab | 21.4360 | -9.6786 | 10.4953 |
CIE-Lab | 25.5483 | -15.2731 | 22.3384 |
#304219 color RGB value is (48,66,25).
#304219 hex color red value is 48, green value is 66 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #304219 hue: 0.24 , saturation: 0.45 and the lightness value of 304219 is 0.18.
The process color (four color CMYK) of #304219 color hex is 0.27, 0.00, 0.62, 0.74. Web safe color of #304219 is #333300. Color #304219 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 01000010 | 00011001 |
Octal | 60 | 102 | 31 |
Decimal | 48 | 66 | 25 |
Hex | 30 | 42 | 19 |
Shades of #304219
Tints of #304219
RGB Percentages of Color #304219
CMYK Percentages of Color #304219
Complementary Color
#304219 | #2b1942 |
#304219 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#304219 Color Preview on White Background
Lorem ipsum dolor sit amet.
#304219 Color CSS Codes
.mybgcolor {background-color:#304219; } .myforecolor {color:#304219; } .mybordercolor {border:3px solid #304219; }
#304219 Text Font Color
<p style="color:#304219">Text here</p>
This sample text font color is #304219
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.
#304219 Background Color
<div style="background-color:#304219">
Div content here</div>
This div background color is #304219
#304219 Border Color
<div style="border:3px solid #304219">
Div here</div>
This div border color is #304219
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,66,25, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #304219; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #304219; -webkit-box-shadow: 1px 1px 3px 2px #304219; box-shadow: 1px 1px 3px 2px #304219; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,66,25, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #304219">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #304219; -webkit-box-shadow: 1px 1px 3px 2px #304219; box-shadow: 1px 1px 3px 2px #304219;">
Div content here</div>
This div box has shadow with color #304219
Comments
No comments written yet.
Please login to write comment.