Color Hex Logo

#034712 Color Hex

#034712
(3,71,18)
0 Favorites   0 Comments

Color spaces of #034712

RGB 37118
HSL0.370.920.15
HSV133°96°28°
CMYK 0.960.000.75   0.72
XYZ2.40004.56951.3278
Yxy4.56950.28930.5507
Hunter Lab21.3764-17.367911.2807
CIE-Lab25.4713-32.067725.4673

#034712 color RGB value is (3,71,18).

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

The process color (four color CMYK) of #034712 color hex is 0.96, 0.00, 0.75, 0.72. Web safe color of #034712 is #003300. Color #034712 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01000111 00010010
Octal 3 107 22
Decimal 3 71 18
Hex 3 47 12

RGB Percentages of Color #034712

%3.26
%77.17
%19.57

CMYK Percentages of Color #034712

%96
%0
%75
%72

Triadic Colors of #034712

#034712 #120347 #471203

Analogous Colors of #034712

#034712 #034734 #164703

Monochromatic Colors of #034712

#034712

Complementary Color

#034712 #470338

#034712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#034712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#034712 Color CSS Codes

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

#034712 Text Font Color

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

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


#034712 Background Color

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

This div background color is #034712


#034712 Border Color

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

This div border color is #034712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #034712


Comments

No comments written yet.

Please login to write comment.