Color Hex Logo

#4c802b Color Hex

#4C802B
(76,128,43)
0 Favorites   0 Comments

Color spaces of #4c802b

RGB 7612843
HSL0.270.500.34
HSV97°66°50°
CMYK 0.410.000.66   0.50
XYZ11.135717.14935.0087
Yxy17.14930.33450.5151
Hunter Lab41.4117-24.471521.8171
CIE-Lab48.4476-33.131439.4552

#4c802b color RGB value is (76,128,43).

#4c802b hex color red value is 76, green value is 128 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #4c802b hue: 0.27 , saturation: 0.50 and the lightness value of 4c802b is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10000000 00101011
Octal 114 200 53
Decimal 76 128 43
Hex 4C 80 2B

RGB Percentages of Color #4c802b

%30.77
%51.82
%17.41

CMYK Percentages of Color #4c802b

%41
%0
%66
%50

Triadic Colors of #4c802b

#4c802b #2b4c80 #802b4c

Analogous Colors of #4c802b

#4c802b #2b8035 #77802b

Monochromatic Colors of #4c802b

#4c802b

Complementary Color

#4c802b #5f2b80

#4c802b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c802b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c802b Color CSS Codes

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

#4c802b Text Font Color

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

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


#4c802b Background Color

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

This div background color is #4c802b


#4c802b Border Color

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

This div border color is #4c802b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c802b


Comments

No comments written yet.

Please login to write comment.