Color Hex Logo

#59726a Color Hex

#59726A
(89,114,106)
0 Favorites   0 Comments

Color spaces of #59726a

RGB 89114106
HSL0.450.120.40
HSV161°22°45°
CMYK 0.220.000.07   0.55
XYZ12.738715.199115.8980
Yxy15.19910.29060.3467
Hunter Lab38.9860-9.90063.1125
CIE-Lab45.9057-10.95731.4188

#59726a color RGB value is (89,114,106).

#59726a hex color red value is 89, green value is 114 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #59726a hue: 0.45 , saturation: 0.12 and the lightness value of 59726a is 0.40.

The process color (four color CMYK) of #59726a color hex is 0.22, 0.00, 0.07, 0.55. Web safe color of #59726a is #666666. Color #59726a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01110010 01101010
Octal 131 162 152
Decimal 89 114 106
Hex 59 72 6A

RGB Percentages of Color #59726a

%28.80
%36.89
%34.30

CMYK Percentages of Color #59726a

%22
%0
%7
%55

Triadic Colors of #59726a

#59726a #6a5972 #726a59

Analogous Colors of #59726a

#59726a #596e72 #59725e

Monochromatic Colors of #59726a

#59726a

Complementary Color

#59726a #725961

#59726a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59726a Color Preview on White Background

Lorem ipsum dolor sit amet.

#59726a Color CSS Codes

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

#59726a Text Font Color

<p style="color:#59726a">Text here</p>

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


#59726a Background Color

<div style="background-color:#59726a">
Div content here</div>

This div background color is #59726a


#59726a Border Color

<div style="border:3px solid #59726a">
Div here</div>

This div border color is #59726a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,114,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59726a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59726a;
  -webkit-box-shadow: 1px 1px 3px 2px #59726a;
  box-shadow:         1px 1px 3px 2px #59726a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59726a

#59726a Color Palettes


Comments

No comments written yet.

Please login to write comment.