Color Hex Logo

#4c702e Color Hex

#4C702E
(76,112,46)
0 Favorites   0 Comments

Color spaces of #4c702e

RGB 7611246
HSL0.260.420.31
HSV93°59°44°
CMYK 0.320.000.59   0.56
XYZ9.267813.32214.6677
Yxy13.32210.34000.4887
Hunter Lab36.4995-18.550017.9674
CIE-Lab43.2446-25.229732.1492

#4c702e color RGB value is (76,112,46).

#4c702e hex color red value is 76, green value is 112 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #4c702e hue: 0.26 , saturation: 0.42 and the lightness value of 4c702e is 0.31.

The process color (four color CMYK) of #4c702e color hex is 0.32, 0.00, 0.59, 0.56. Web safe color of #4c702e is #336633. Color #4c702e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01110000 00101110
Octal 114 160 56
Decimal 76 112 46
Hex 4C 70 2E

RGB Percentages of Color #4c702e

%32.48
%47.86
%19.66

CMYK Percentages of Color #4c702e

%32
%0
%59
%56

Triadic Colors of #4c702e

#4c702e #2e4c70 #702e4c

Analogous Colors of #4c702e

#4c702e #2e7031 #6d702e

Monochromatic Colors of #4c702e

#4c702e

Complementary Color

#4c702e #522e70

#4c702e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c702e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c702e Color CSS Codes

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

#4c702e Text Font Color

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

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


#4c702e Background Color

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

This div background color is #4c702e


#4c702e Border Color

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

This div border color is #4c702e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c702e


Comments

No comments written yet.

Please login to write comment.