Color Hex Logo

#044012 Color Hex

#044012
(4,64,18)
0 Favorites   0 Comments

Color spaces of #044012

RGB 46418
HSL0.370.880.13
HSV134°94°25°
CMYK 0.940.000.72   0.75
XYZ1.99263.73631.1884
Yxy3.73630.28810.5401
Hunter Lab19.3295-15.42589.8854
CIE-Lab22.7798-29.286022.4977

#044012 color RGB value is (4,64,18).

#044012 hex color red value is 4, green value is 64 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #044012 hue: 0.37 , saturation: 0.88 and the lightness value of 044012 is 0.13.

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01000000 00010010
Octal 4 100 22
Decimal 4 64 18
Hex 4 40 12

RGB Percentages of Color #044012

%4.65
%74.42
%20.93

CMYK Percentages of Color #044012

%94
%0
%72
%75

Triadic Colors of #044012

#044012 #120440 #401204

Analogous Colors of #044012

#044012 #044030 #144004

Monochromatic Colors of #044012

#044012

Complementary Color

#044012 #400432

#044012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#044012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#044012 Color CSS Codes

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

#044012 Text Font Color

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

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


#044012 Background Color

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

This div background color is #044012


#044012 Border Color

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

This div border color is #044012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #044012


Comments

No comments written yet.

Please login to write comment.