COLOR #59545F

HEX: #59545F
RGB: (89,84,95)

Color info

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

RGB color model

#59545F color RGB value is (89,84,95).

  • red value is 89;
  • green value is 84;
  • blue value is 95.
RGB:
(89,84,95)
(35%,33%,37%)

RGB channels and saturation

R 89 of 255 = 35%
G 84 of 255 = 33%
B 95 of 255 = 37%

89
84
95

R + G + B ~ 35%. #59545F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 84 + 95 = 268 (100%)
R 89 of 268 ~ 33.21%
G 84 of 268 ~ 31.34%
B 95 of 268 ~ 35.45%

%33.21
%31.34
%35.45

CMYK color model

#59545F color CMYK value is (6,12,0,63).

  • cyan value is 6.32%
  • magenta value is 11.58%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(6,12,0,63)
C6M12Y0K63 
(6%,12%,0%,63%)
(0.06/0.12/0.00/0.63)	

CMYK percentages

%6.32
%11.58
%0
%62.75

Codes

Color #59545F in popluar color models

59545F
RGB898495
HSL267°6.15%35.10%
HSB/HSV267°11.58%37.25%
CMYK6.32%11.58%0.00%
62.75%

Color #59545F in popluar number systems.

HEX59545F
Decimal898495
Binary101100110101001011111
Octal131124137

Shades and tints

Shades of #59545F

#59545F
(89,84,95)
#514D57
(81,77,87)
#49464F
(73,70,79)
#413F47
(65,63,71)
#39383F
(57,56,63)
#313137
(49,49,55)
#292A2F
(41,42,47)
#212327
(33,35,39)
#191C1F
(25,28,31)
#111517
(17,21,23)
#090E0F
(9,14,15)
#000000
(0,0,0)

Tints of #59545F

#59545F
(89,84,95)
#68636D
(104,99,109)
#77727B
(119,114,123)
#868189
(134,129,137)
#959097
(149,144,151)
#A49FA5
(164,159,165)
#B3AEB3
(179,174,179)
#C2BDC1
(194,189,193)
#D1CCCF
(209,204,207)
#E0DBDD
(224,219,221)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59545F color. Also use rgb(89,84,95) instead hex code.

Text Font Color

.myTextColor { color: #59545F; }

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

This text font color is #59545F.


Background Color

.myBgColor { background-color: #59545F; }

<div style="background-color:#59545F">Inner text</div>

This div background color is #59545F.


Border color

.myBorderColor { border: 1px solid #59545F; }

<div style="border:3px solid #59545F">Div</div>

This div border color is #59545F.


Opacity

.myOpacity80 { color: #59545F; opacity: 0.8; }

<p style="color:#59545F;opacity:0.8;">80%</p>

Text with #59545F 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 #59545F;}

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

This text has shadow with #59545F color.

.textShadow {text-shadow: 3px 3px 1px #59545F, 3px 3px 1px red;}

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

This text has shadow with #59545F primary color and red secondary color.


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

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

This text has shadow with #59545F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59545F on black background.


Color preview on white background

This text has color #59545F on white background.



Black color preview on #59545F background

This text has black color on #59545F background.


White color preview on #59545F background

This text has white color on #59545F background.