COLOR #59554E

HEX: #59554E
RGB: (89,85,78)

Color info

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

RGB color model

#59554E color RGB value is (89,85,78).

  • red value is 89;
  • green value is 85;
  • blue value is 78.
RGB:
(89,85,78)
(35%,33%,31%)

RGB channels and saturation

R 89 of 255 = 35%
G 85 of 255 = 33%
B 78 of 255 = 31%

89
85
78

R + G + B ~ 33%. #59554E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 85 + 78 = 252 (100%)
R 89 of 252 ~ 35.32%
G 85 of 252 ~ 33.73%
B 78 of 252 ~ 30.95%

%35.32
%33.73
%30.95

CMYK color model

#59554E color CMYK value is (0,4,12,65).

  • cyan value is 0.00%
  • magenta value is 4.49%
  • yellow value is 12.36%
  • key color value is 65.10%
CMYK:
(0,4,12,65)
C0M4Y12K65 
(0%,4%,12%,65%)
(0.00/0.04/0.12/0.65)	

CMYK percentages

%0
%4.49
%12.36
%65.1

Codes

Color #59554E in popluar color models

59554E
RGB898578
HSL38°6.59%32.75%
HSB/HSV38°12.36%34.90%
CMYK0.00%4.49%12.36%
65.10%

Color #59554E in popluar number systems.

HEX59554E
Decimal898578
Binary101100110101011001110
Octal131125116

Shades and tints

Shades of #59554E

#59554E
(89,85,78)
#514E47
(81,78,71)
#494740
(73,71,64)
#414039
(65,64,57)
#393932
(57,57,50)
#31322B
(49,50,43)
#292B24
(41,43,36)
#21241D
(33,36,29)
#191D16
(25,29,22)
#11160F
(17,22,15)
#090F08
(9,15,8)
#000000
(0,0,0)

Tints of #59554E

#59554E
(89,85,78)
#68645E
(104,100,94)
#77736E
(119,115,110)
#86827E
(134,130,126)
#95918E
(149,145,142)
#A4A09E
(164,160,158)
#B3AFAE
(179,175,174)
#C2BEBE
(194,190,190)
#D1CDCE
(209,205,206)
#E0DCDE
(224,220,222)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59554E color. Also use rgb(89,85,78) instead hex code.

Text Font Color

.myTextColor { color: #59554E; }

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

This text font color is #59554E.


Background Color

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

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

This div background color is #59554E.


Border color

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

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

This div border color is #59554E.


Opacity

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

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

Text with #59554E 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 #59554E;}

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

This text has shadow with #59554E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59554E on black background.


Color preview on white background

This text has color #59554E on white background.



Black color preview on #59554E background

This text has black color on #59554E background.


White color preview on #59554E background

This text has white color on #59554E background.