Color Hex Logo

#04640c Color Hex

#04640C
(4,100,12)
0 Favorites   0 Comments

Color spaces of #04640c

RGB 410012
HSL0.350.920.20
HSV125°96°39°
CMYK 0.960.000.88   0.61
XYZ4.67369.16671.8709
Yxy9.16670.29750.5835
Hunter Lab30.2766-25.430117.5298
CIE-Lab36.3033-42.266838.5689

#04640c color RGB value is (4,100,12).

#04640c hex color red value is 4, green value is 100 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #04640c hue: 0.35 , saturation: 0.92 and the lightness value of 04640c is 0.20.

The process color (four color CMYK) of #04640c color hex is 0.96, 0.00, 0.88, 0.61. Web safe color of #04640c is #006600. Color #04640c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01100100 00001100
Octal 4 144 14
Decimal 4 100 12
Hex 4 64 C

RGB Percentages of Color #04640c

%3.45
%86.21
%10.34

CMYK Percentages of Color #04640c

%96
%0
%88
%61

Triadic Colors of #04640c

#04640c #0c0464 #640c04

Analogous Colors of #04640c

#04640c #04643c #2c6404

Monochromatic Colors of #04640c

#04640c

Complementary Color

#04640c #64045c

#04640c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04640c Color Preview on White Background

Lorem ipsum dolor sit amet.

#04640c Color CSS Codes

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

#04640c Text Font Color

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

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


#04640c Background Color

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

This div background color is #04640c


#04640c Border Color

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

This div border color is #04640c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04640c


Comments

No comments written yet.

Please login to write comment.