Color Hex Logo

#4c805d Color Hex

#4C805D
(76,128,93)
0 Favorites   0 Comments

Color spaces of #4c805d

RGB 7612893
HSL0.390.250.40
HSV140°41°50°
CMYK 0.410.000.27   0.50
XYZ12.675417.765213.1169
Yxy17.76520.29100.4079
Hunter Lab42.1488-20.080111.0528
CIE-Lab49.2101-25.624913.6546

#4c805d color RGB value is (76,128,93).

#4c805d hex color red value is 76, green value is 128 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #4c805d hue: 0.39 , saturation: 0.25 and the lightness value of 4c805d is 0.40.

The process color (four color CMYK) of #4c805d color hex is 0.41, 0.00, 0.27, 0.50. Web safe color of #4c805d is #339966. Color #4c805d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10000000 01011101
Octal 114 200 135
Decimal 76 128 93
Hex 4C 80 5D

RGB Percentages of Color #4c805d

%25.59
%43.10
%31.31

CMYK Percentages of Color #4c805d

%41
%0
%27
%50

Triadic Colors of #4c805d

#4c805d #5d4c80 #805d4c

Analogous Colors of #4c805d

#4c805d #4c8077 #55804c

Monochromatic Colors of #4c805d

#4c805d

Complementary Color

#4c805d #804c6f

#4c805d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c805d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c805d Color CSS Codes

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

#4c805d Text Font Color

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

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


#4c805d Background Color

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

This div background color is #4c805d


#4c805d Border Color

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

This div border color is #4c805d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c805d


Comments

No comments written yet.

Please login to write comment.