COLOR #59546D

HEX: #59546D
RGB: (89,84,109)

Color info

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

RGB color model

#59546D color RGB value is (89,84,109).

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

RGB channels and saturation

R 89 of 255 = 35%
G 84 of 255 = 33%
B 109 of 255 = 43%

89
84
109

R + G + B ~ 37%. #59546D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 84 + 109 = 282 (100%)
R 89 of 282 ~ 31.56%
G 84 of 282 ~ 29.79%
B 109 of 282 ~ 38.65%

%31.56
%29.79
%38.65

CMYK color model

#59546D color CMYK value is (18,23,0,57).

  • cyan value is 18.35%
  • magenta value is 22.94%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(18,23,0,57)
C18M23Y0K57 
(18%,23%,0%,57%)
(0.18/0.23/0.00/0.57)	

CMYK percentages

%18.35
%22.94
%0
%57.25

Codes

Color #59546D in popluar color models

59546D
RGB8984109
HSL252°12.95%37.84%
HSB/HSV252°22.94%42.75%
CMYK18.35%22.94%0.00%
57.25%

Color #59546D in popluar number systems.

HEX59546D
Decimal8984109
Binary101100110101001101101
Octal131124155

Shades and tints

Shades of #59546D

#59546D
(89,84,109)
#514D64
(81,77,100)
#49465B
(73,70,91)
#413F52
(65,63,82)
#393849
(57,56,73)
#313140
(49,49,64)
#292A37
(41,42,55)
#21232E
(33,35,46)
#191C25
(25,28,37)
#11151C
(17,21,28)
#090E13
(9,14,19)
#000000
(0,0,0)

Tints of #59546D

#59546D
(89,84,109)
#68637A
(104,99,122)
#777287
(119,114,135)
#868194
(134,129,148)
#9590A1
(149,144,161)
#A49FAE
(164,159,174)
#B3AEBB
(179,174,187)
#C2BDC8
(194,189,200)
#D1CCD5
(209,204,213)
#E0DBE2
(224,219,226)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59546D color. Also use rgb(89,84,109) instead hex code.

Text Font Color

.myTextColor { color: #59546D; }

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

This text font color is #59546D.


Background Color

.myBgColor { background-color: #59546D; }

<div style="background-color:#59546D">Inner text</div>

This div background color is #59546D.


Border color

.myBorderColor { border: 1px solid #59546D; }

<div style="border:3px solid #59546D">Div</div>

This div border color is #59546D.


Opacity

.myOpacity80 { color: #59546D; opacity: 0.8; }

<p style="color:#59546D;opacity:0.8;">80%</p>

Text with #59546D 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 #59546D;}

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

This text has shadow with #59546D color.

.textShadow {text-shadow: 3px 3px 1px #59546D, 3px 3px 1px red;}

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

This text has shadow with #59546D primary color and red secondary color.


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

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

This text has shadow with #59546D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59546D on black background.


Color preview on white background

This text has color #59546D on white background.



Black color preview on #59546D background

This text has black color on #59546D background.


White color preview on #59546D background

This text has white color on #59546D background.