Color Hex Logo

#59766d Color Hex

#59766D
(89,118,109)
0 Favorites   0 Comments

Color spaces of #59766d

RGB 89118109
HSL0.450.140.41
HSV161°25°46°
CMYK 0.250.000.08   0.54
XYZ13.358616.184816.8879
Yxy16.18480.28770.3486
Hunter Lab40.2303-11.13163.2725
CIE-Lab47.2160-12.52021.5360

#59766d color RGB value is (89,118,109).

#59766d hex color red value is 89, green value is 118 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #59766d hue: 0.45 , saturation: 0.14 and the lightness value of 59766d is 0.41.

The process color (four color CMYK) of #59766d color hex is 0.25, 0.00, 0.08, 0.54. Web safe color of #59766d is #666666. Color #59766d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01110110 01101101
Octal 131 166 155
Decimal 89 118 109
Hex 59 76 6D

RGB Percentages of Color #59766d

%28.16
%37.34
%34.49

CMYK Percentages of Color #59766d

%25
%0
%8
%54

Triadic Colors of #59766d

#59766d #6d5976 #766d59

Analogous Colors of #59766d

#59766d #597176 #59765f

Monochromatic Colors of #59766d

#59766d

Complementary Color

#59766d #765962

#59766d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59766d Color Preview on White Background

Lorem ipsum dolor sit amet.

#59766d Color CSS Codes

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

#59766d Text Font Color

<p style="color:#59766d">Text here</p>

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


#59766d Background Color

<div style="background-color:#59766d">
Div content here</div>

This div background color is #59766d


#59766d Border Color

<div style="border:3px solid #59766d">
Div here</div>

This div border color is #59766d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,118,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59766d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59766d;
  -webkit-box-shadow: 1px 1px 3px 2px #59766d;
  box-shadow:         1px 1px 3px 2px #59766d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,118,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59766d


Comments

No comments written yet.

Please login to write comment.