Color Hex Logo

#4c642f Color Hex

#4C642F
(76,100,47)
0 Favorites   0 Comments

Color spaces of #4c642f

RGB 7610047
HSL0.240.360.29
HSV87°53°39°
CMYK 0.240.000.53   0.61
XYZ8.050810.85614.3604
Yxy10.85610.34600.4666
Hunter Lab32.9486-14.044615.2176
CIE-Lab39.3370-18.936326.9831

#4c642f color RGB value is (76,100,47).

#4c642f hex color red value is 76, green value is 100 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #4c642f hue: 0.24 , saturation: 0.36 and the lightness value of 4c642f is 0.29.

The process color (four color CMYK) of #4c642f color hex is 0.24, 0.00, 0.53, 0.61. Web safe color of #4c642f is #336633. Color #4c642f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01100100 00101111
Octal 114 144 57
Decimal 76 100 47
Hex 4C 64 2F

RGB Percentages of Color #4c642f

%34.08
%44.84
%21.08

CMYK Percentages of Color #4c642f

%24
%0
%53
%61

Triadic Colors of #4c642f

#4c642f #2f4c64 #642f4c

Analogous Colors of #4c642f

#4c642f #32642f #64622f

Monochromatic Colors of #4c642f

#4c642f

Complementary Color

#4c642f #472f64

#4c642f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c642f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c642f Color CSS Codes

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

#4c642f Text Font Color

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

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


#4c642f Background Color

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

This div background color is #4c642f


#4c642f Border Color

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

This div border color is #4c642f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,100,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c642f


Comments

No comments written yet.

Please login to write comment.