Color Hex Logo

#4c842f Color Hex

#4C842F
(76,132,47)
0 Favorites   0 Comments

Color spaces of #4c842f

RGB 7613247
HSL0.280.470.35
HSV100°64°52°
CMYK 0.420.000.64   0.48
XYZ11.744818.24435.5918
Yxy18.24430.33010.5128
Hunter Lab42.7133-25.666622.1374
CIE-Lab49.7911-34.540439.0921

#4c842f color RGB value is (76,132,47).

#4c842f hex color red value is 76, green value is 132 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #4c842f hue: 0.28 , saturation: 0.47 and the lightness value of 4c842f is 0.35.

The process color (four color CMYK) of #4c842f color hex is 0.42, 0.00, 0.64, 0.48. Web safe color of #4c842f is #339933. Color #4c842f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10000100 00101111
Octal 114 204 57
Decimal 76 132 47
Hex 4C 84 2F

RGB Percentages of Color #4c842f

%29.80
%51.76
%18.43

CMYK Percentages of Color #4c842f

%42
%0
%64
%48

Triadic Colors of #4c842f

#4c842f #2f4c84 #842f4c

Analogous Colors of #4c842f

#4c842f #2f843d #77842f

Monochromatic Colors of #4c842f

#4c842f

Complementary Color

#4c842f #672f84

#4c842f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c842f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c842f Color CSS Codes

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

#4c842f Text Font Color

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

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


#4c842f Background Color

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

This div background color is #4c842f


#4c842f Border Color

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

This div border color is #4c842f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c842f


Comments

No comments written yet.

Please login to write comment.