COLOR #59525B

HEX: #59525B
RGB: (89,82,91)

Color info

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

RGB color model

#59525B color RGB value is (89,82,91).

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

RGB channels and saturation

R 89 of 255 = 35%
G 82 of 255 = 32%
B 91 of 255 = 36%

89
82
91

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

Portions of RGB colors in percentages

R + G + B =
89 + 82 + 91 = 262 (100%)
R 89 of 262 ~ 33.97%
G 82 of 262 ~ 31.3%
B 91 of 262 ~ 34.73%

%33.97
%31.3
%34.73

CMYK color model

#59525B color CMYK value is (2,10,0,64).

  • cyan value is 2.20%
  • magenta value is 9.89%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK: (2,10,0,64) C2M10Y0K64 (2%,10%,0%,64%) (0.02/0.10/0.00/0.64)

CMYK percentages

%2.2
%9.89
%0
%64.31

Codes

Color #59525B in popluar color models

59525B
RGB898291
HSL287°5.20%33.92%
HSB/HSV287°9.89%35.69%
CMYK2.20%9.89%0.00%
64.31%

Color #59525B in popluar number systems.

HEX59525B
Decimal898291
Binary101100110100101011011
Octal131122133

Shades and tints

Shades of #59525B

#59525B
(89,82,91)
#514B53
(81,75,83)
#49444B
(73,68,75)
#413D43
(65,61,67)
#39363B
(57,54,59)
#312F33
(49,47,51)
#29282B
(41,40,43)
#212123
(33,33,35)
#191A1B
(25,26,27)
#111313
(17,19,19)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #59525B

#59525B
(89,82,91)
#686169
(104,97,105)
#777077
(119,112,119)
#867F85
(134,127,133)
#958E93
(149,142,147)
#A49DA1
(164,157,161)
#B3ACAF
(179,172,175)
#C2BBBD
(194,187,189)
#D1CACB
(209,202,203)
#E0D9D9
(224,217,217)
#EFE8E7
(239,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59525B; }

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

This text font color is #59525B.


Background Color

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

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

This div background color is #59525B.


Border color

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

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

This div border color is #59525B.


Opacity

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

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

Text with #59525B 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 #59525B;}

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

This text has shadow with #59525B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #59525B on black background.


Color preview on white background

This text has color #59525B on white background.



Black color preview on #59525B background

This text has black color on #59525B background.


White color preview on #59525B background

This text has white color on #59525B background.