Color Hex Logo

#59756b Color Hex

#59756B
(89,117,107)
0 Favorites   0 Comments

Color spaces of #59756b

RGB 89117107
HSL0.440.140.40
HSV159°24°46°
CMYK 0.240.000.09   0.54
XYZ13.135015.908016.2882
Yxy15.90800.28980.3509
Hunter Lab39.8848-11.01433.7065
CIE-Lab46.8536-12.41652.1984

#59756b color RGB value is (89,117,107).

#59756b hex color red value is 89, green value is 117 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #59756b hue: 0.44 , saturation: 0.14 and the lightness value of 59756b is 0.40.

The process color (four color CMYK) of #59756b color hex is 0.24, 0.00, 0.09, 0.54. Web safe color of #59756b is #666666. Color #59756b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01110101 01101011
Octal 131 165 153
Decimal 89 117 107
Hex 59 75 6B

RGB Percentages of Color #59756b

%28.43
%37.38
%34.19

CMYK Percentages of Color #59756b

%24
%0
%9
%54

Triadic Colors of #59756b

#59756b #6b5975 #756b59

Analogous Colors of #59756b

#59756b #597175 #59755d

Monochromatic Colors of #59756b

#59756b

Complementary Color

#59756b #755963

#59756b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59756b Color Preview on White Background

Lorem ipsum dolor sit amet.

#59756b Color CSS Codes

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

#59756b Text Font Color

<p style="color:#59756b">Text here</p>

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


#59756b Background Color

<div style="background-color:#59756b">
Div content here</div>

This div background color is #59756b


#59756b Border Color

<div style="border:3px solid #59756b">
Div here</div>

This div border color is #59756b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,117,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59756b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59756b;
  -webkit-box-shadow: 1px 1px 3px 2px #59756b;
  box-shadow:         1px 1px 3px 2px #59756b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59756b


Comments

No comments written yet.

Please login to write comment.