Color Hex Logo

#03420c Color Hex

#03420C
(3,66,12)
0 Favorites   0 Comments

Color spaces of #03420c

RGB 36612
HSL0.360.910.14
HSV129°95°26°
CMYK 0.950.000.82   0.74
XYZ2.05213.94231.0006
Yxy3.94230.29340.5636
Hunter Lab19.8552-16.298110.9108
CIE-Lab23.4798-30.944426.1767

#03420c color RGB value is (3,66,12).

#03420c hex color red value is 3, green value is 66 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #03420c hue: 0.36 , saturation: 0.91 and the lightness value of 03420c is 0.14.

The process color (four color CMYK) of #03420c color hex is 0.95, 0.00, 0.82, 0.74. Web safe color of #03420c is #003300. Color #03420c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01000010 00001100
Octal 3 102 14
Decimal 3 66 12
Hex 3 42 C

RGB Percentages of Color #03420c

%3.70
%81.48
%14.81

CMYK Percentages of Color #03420c

%95
%0
%82
%74

Triadic Colors of #03420c

#03420c #0c0342 #420c03

Analogous Colors of #03420c

#03420c #03422c #1a4203

Monochromatic Colors of #03420c

#03420c

Complementary Color

#03420c #420339

#03420c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03420c Color Preview on White Background

Lorem ipsum dolor sit amet.

#03420c Color CSS Codes

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

#03420c Text Font Color

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

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


#03420c Background Color

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

This div background color is #03420c


#03420c Border Color

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

This div border color is #03420c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03420c


Comments

No comments written yet.

Please login to write comment.