Color Hex Logo

#034913 Color Hex

#034913
(3,73,19)
0 Favorites   0 Comments

Color spaces of #034913

RGB 37319
HSL0.370.920.15
HSV134°96°29°
CMYK 0.960.000.74   0.71
XYZ2.53764.83151.4149
Yxy4.83150.28890.5500
Hunter Lab21.9807-17.858911.5700
CIE-Lab26.2492-32.669425.8232

#034913 color RGB value is (3,73,19).

#034913 hex color red value is 3, green value is 73 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #034913 hue: 0.37 , saturation: 0.92 and the lightness value of 034913 is 0.15.

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 01001001 00010011
Octal 3 111 23
Decimal 3 73 19
Hex 3 49 13

RGB Percentages of Color #034913

%3.16
%76.84
%20.00

CMYK Percentages of Color #034913

%96
%0
%74
%71

Triadic Colors of #034913

#034913 #130349 #491303

Analogous Colors of #034913

#034913 #034936 #164903

Monochromatic Colors of #034913

#034913

Complementary Color

#034913 #490339

#034913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#034913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#034913 Color CSS Codes

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

#034913 Text Font Color

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

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


#034913 Background Color

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

This div background color is #034913


#034913 Border Color

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

This div border color is #034913


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,73,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 #034913">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #034913


Comments

No comments written yet.

Please login to write comment.