Color Hex Logo

#4c724f Color Hex

#4C724F
(76,114,79)
0 Favorites   0 Comments

Color spaces of #4c724f

RGB 7611479
HSL0.350.200.37
HSV125°33°45°
CMYK 0.330.000.31   0.55
XYZ10.409114.13569.5770
Yxy14.13560.30510.4143
Hunter Lab37.5973-16.376311.2155
CIE-Lab44.4268-21.241615.2394

#4c724f color RGB value is (76,114,79).

#4c724f hex color red value is 76, green value is 114 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #4c724f hue: 0.35 , saturation: 0.20 and the lightness value of 4c724f is 0.37.

The process color (four color CMYK) of #4c724f color hex is 0.33, 0.00, 0.31, 0.55. Web safe color of #4c724f is #336666. Color #4c724f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01110010 01001111
Octal 114 162 117
Decimal 76 114 79
Hex 4C 72 4F

RGB Percentages of Color #4c724f

%28.25
%42.38
%29.37

CMYK Percentages of Color #4c724f

%33
%0
%31
%55

Triadic Colors of #4c724f

#4c724f #4f4c72 #724f4c

Analogous Colors of #4c724f

#4c724f #4c7262 #5c724c

Monochromatic Colors of #4c724f

#4c724f

Complementary Color

#4c724f #724c6f

#4c724f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c724f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c724f Color CSS Codes

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

#4c724f Text Font Color

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

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


#4c724f Background Color

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

This div background color is #4c724f


#4c724f Border Color

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

This div border color is #4c724f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c724f


Comments

No comments written yet.

Please login to write comment.