Color Hex Logo

#304204 Color Hex

#304204
(48,66,4)
0 Favorites   0 Comments

Color spaces of #304204

RGB 48664
HSL0.220.890.14
HSV77°94°26°
CMYK 0.270.000.94   0.74
XYZ3.18914.53360.8219
Yxy4.53360.37320.5306
Hunter Lab21.2923-10.526212.6159
CIE-Lab25.3624-17.018831.9723

#304204 color RGB value is (48,66,4).

#304204 hex color red value is 48, green value is 66 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #304204 hue: 0.22 , saturation: 0.89 and the lightness value of 304204 is 0.14.

The process color (four color CMYK) of #304204 color hex is 0.27, 0.00, 0.94, 0.74. Web safe color of #304204 is #333300. Color #304204 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000010 00000100
Octal 60 102 4
Decimal 48 66 4
Hex 30 42 4

RGB Percentages of Color #304204

%40.68
%55.93
%3.39

CMYK Percentages of Color #304204

%27
%0
%94
%74

Triadic Colors of #304204

#304204 #043042 #420430

Analogous Colors of #304204

#304204 #114204 #423504

Monochromatic Colors of #304204

#304204

Complementary Color

#304204 #160442

#304204 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304204 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304204 Color CSS Codes

.mybgcolor {background-color:#304204; } 
.myforecolor {color:#304204; }
.mybordercolor {border:3px solid #304204; }

#304204 Text Font Color

<p style="color:#304204">Text here</p>

This sample text font color is #304204
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.


#304204 Background Color

<div style="background-color:#304204">
Div content here</div>

This div background color is #304204


#304204 Border Color

<div style="border:3px solid #304204">
Div here</div>

This div border color is #304204


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,66,4, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #304204; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #304204;
  -webkit-box-shadow: 1px 1px 3px 2px #304204;
  box-shadow:         1px 1px 3px 2px #304204; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,66,4, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #304204">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #304204;
  -webkit-box-shadow: 1px 1px 3px 2px #304204;
  box-shadow:         1px 1px 3px 2px #304204;">
Div content here</div>

This div box has shadow with color #304204


Comments

No comments written yet.

Please login to write comment.