Color Hex Logo

#034213 Color Hex

#034213
(3,66,19)
0 Favorites   0 Comments

Color spaces of #034213

RGB 36619
HSL0.380.910.14
HSV135°95°26°
CMYK 0.950.000.71   0.74
XYZ2.10333.96281.2701
Yxy3.96280.28670.5402
Hunter Lab19.9068-15.977010.1519
CIE-Lab23.5481-30.090522.8281

#034213 color RGB value is (3,66,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 01000010 00010011
Octal 3 102 23
Decimal 3 66 19
Hex 3 42 13

RGB Percentages of Color #034213

%3.41
%75.00
%21.59

CMYK Percentages of Color #034213

%95
%0
%71
%74

Triadic Colors of #034213

#034213 #130342 #421303

Analogous Colors of #034213

#034213 #034233 #134203

Monochromatic Colors of #034213

#034213

Complementary Color

#034213 #420332

#034213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#034213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#034213 Color CSS Codes

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

#034213 Text Font Color

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

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


#034213 Background Color

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

This div background color is #034213


#034213 Border Color

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

This div border color is #034213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #034213


Comments

No comments written yet.

Please login to write comment.