Color Hex Logo

#4c703e Color Hex

#4C703E
(76,112,62)
0 Favorites   0 Comments

Color spaces of #4c703e

RGB 7611262
HSL0.290.290.34
HSV103°45°44°
CMYK 0.320.000.45   0.56
XYZ9.644213.47266.6496
Yxy13.47260.32400.4526
Hunter Lab36.7050-17.333214.9524
CIE-Lab43.4669-23.113423.7686

#4c703e color RGB value is (76,112,62).

#4c703e hex color red value is 76, green value is 112 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #4c703e hue: 0.29 , saturation: 0.29 and the lightness value of 4c703e is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 01110000 00111110
Octal 114 160 76
Decimal 76 112 62
Hex 4C 70 3E

RGB Percentages of Color #4c703e

%30.40
%44.80
%24.80

CMYK Percentages of Color #4c703e

%32
%0
%45
%56

Triadic Colors of #4c703e

#4c703e #3e4c70 #703e4c

Analogous Colors of #4c703e

#4c703e #3e7049 #65703e

Monochromatic Colors of #4c703e

#4c703e

Complementary Color

#4c703e #623e70

#4c703e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c703e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c703e Color CSS Codes

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

#4c703e Text Font Color

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

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


#4c703e Background Color

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

This div background color is #4c703e


#4c703e Border Color

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

This div border color is #4c703e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c703e


Comments

No comments written yet.

Please login to write comment.