COLOR #59525E

HEX: #59525E
RGB: (89,82,94)

Color info

#59525E contains red, green and blue colors in about the same proportion. Web safe color of #59525E is #666666 (or #666).

RGB color model

#59525E color RGB value is (89,82,94).

  • red value is 89;
  • green value is 82;
  • blue value is 94.
RGB:
(89,82,94)
(35%,32%,37%)

RGB channels and saturation

R 89 of 255 = 35%
G 82 of 255 = 32%
B 94 of 255 = 37%

89
82
94

R + G + B ~ 35%. #59525E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 82 + 94 = 265 (100%)
R 89 of 265 ~ 33.58%
G 82 of 265 ~ 30.94%
B 94 of 265 ~ 35.47%

%33.58
%30.94
%35.47

CMYK color model

#59525E color CMYK value is (5,13,0,63).

  • cyan value is 5.32%
  • magenta value is 12.77%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(5,13,0,63)
C5M13Y0K63 
(5%,13%,0%,63%)
(0.05/0.13/0.00/0.63)	

CMYK percentages

%5.32
%12.77
%0
%63.14

Codes

Color #59525E in popluar color models

59525E
RGB898294
HSL275°6.82%34.51%
HSB/HSV275°12.77%36.86%
CMYK5.32%12.77%0.00%
63.14%

Color #59525E in popluar number systems.

HEX59525E
Decimal898294
Binary101100110100101011110
Octal131122136

Shades and tints

Shades of #59525E

#59525E
(89,82,94)
#514B56
(81,75,86)
#49444E
(73,68,78)
#413D46
(65,61,70)
#39363E
(57,54,62)
#312F36
(49,47,54)
#29282E
(41,40,46)
#212126
(33,33,38)
#191A1E
(25,26,30)
#111316
(17,19,22)
#090C0E
(9,12,14)
#000000
(0,0,0)

Tints of #59525E

#59525E
(89,82,94)
#68616C
(104,97,108)
#77707A
(119,112,122)
#867F88
(134,127,136)
#958E96
(149,142,150)
#A49DA4
(164,157,164)
#B3ACB2
(179,172,178)
#C2BBC0
(194,187,192)
#D1CACE
(209,202,206)
#E0D9DC
(224,217,220)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59525E color. Also use rgb(89,82,94) instead hex code.

Text Font Color

.myTextColor { color: #59525E; }

<p style="color:#59525E">This sample text font color is #59525E.</p>

This text font color is #59525E.


Background Color

.myBgColor { background-color: #59525E; }

<div style="background-color:#59525E">Inner text</div>

This div background color is #59525E.


Border color

.myBorderColor { border: 1px solid #59525E; }

<div style="border:3px solid #59525E">Div</div>

This div border color is #59525E.


Opacity

.myOpacity80 { color: #59525E; opacity: 0.8; }

<p style="color:#59525E;opacity:0.8;">80%</p>

Text with #59525E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #59525E;}

<p style="text-shadow: 3px 3px 1px #59525E">Text here.</p>

This text has shadow with #59525E color.

.textShadow {text-shadow: 3px 3px 1px #59525E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #59525E, 5px 5px 20px red">Text here.</p>

This text has shadow with #59525E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#59525E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#59525E, Direction=45, Strength=4)">Text</p>

This text has shadow with #59525E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #59525E;
  -webkit-box-shadow:	1px 1px 3px 2px #59525E;
  box-shadow:		1px 1px 3px 2px #59525E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #59525E;
-webkit-box-shadow: 1px 1px 3px 2px #59525E;
box-shadow:1px 1px 3px 2px #59525E;">
Div content here</div>
This div box has shadow with color #59525E.

Preview

Color preview on black background

This text has color #59525E on black background.


Color preview on white background

This text has color #59525E on white background.



Black color preview on #59525E background

This text has black color on #59525E background.


White color preview on #59525E background

This text has white color on #59525E background.