Color Hex Logo

#4c801e Color Hex

#4C801E
(76,128,30)
0 Favorites   0 Comments

Color spaces of #4c801e

RGB 7612830
HSL0.260.620.31
HSV92°77°50°
CMYK 0.410.000.77   0.50
XYZ10.934017.06863.9466
Yxy17.06860.34220.5342
Hunter Lab41.3142-25.058923.2561
CIE-Lab48.3464-34.181144.7532

#4c801e color RGB value is (76,128,30).

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

The process color (four color CMYK) of #4c801e color hex is 0.41, 0.00, 0.77, 0.50. Web safe color of #4c801e is #339933. Color #4c801e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10000000 00011110
Octal 114 200 36
Decimal 76 128 30
Hex 4C 80 1E

RGB Percentages of Color #4c801e

%32.48
%54.70
%12.82

CMYK Percentages of Color #4c801e

%41
%0
%77
%50

Triadic Colors of #4c801e

#4c801e #1e4c80 #801e4c

Analogous Colors of #4c801e

#4c801e #1e8021 #7d801e

Monochromatic Colors of #4c801e

#4c801e

Complementary Color

#4c801e #521e80

#4c801e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c801e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c801e Color CSS Codes

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

#4c801e Text Font Color

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

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


#4c801e Background Color

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

This div background color is #4c801e


#4c801e Border Color

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

This div border color is #4c801e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c801e


Comments

No comments written yet.

Please login to write comment.