COLOR #59564E

HEX: #59564E
RGB: (89,86,78)

Color info

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

RGB color model

#59564E color RGB value is (89,86,78).

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

RGB channels and saturation

R 89 of 255 = 35%
G 86 of 255 = 34%
B 78 of 255 = 31%

89
86
78

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

Portions of RGB colors in percentages

R + G + B =
89 + 86 + 78 = 253 (100%)
R 89 of 253 ~ 35.18%
G 86 of 253 ~ 33.99%
B 78 of 253 ~ 30.83%

%35.18
%33.99
%30.83

CMYK color model

#59564E color CMYK value is (0,3,12,65).

  • cyan value is 0.00%
  • magenta value is 3.37%
  • yellow value is 12.36%
  • key color value is 65.10%
CMYK:
(0,3,12,65)
C0M3Y12K65 
(0%,3%,12%,65%)
(0.00/0.03/0.12/0.65)	

CMYK percentages

%0
%3.37
%12.36
%65.1

Codes

Color #59564E in popluar color models

59564E
RGB898678
HSL44°6.59%32.75%
HSB/HSV44°12.36%34.90%
CMYK0.00%3.37%12.36%
65.10%

Color #59564E in popluar number systems.

HEX59564E
Decimal898678
Binary101100110101101001110
Octal131126116

Shades and tints

Shades of #59564E

#59564E
(89,86,78)
#514F47
(81,79,71)
#494840
(73,72,64)
#414139
(65,65,57)
#393A32
(57,58,50)
#31332B
(49,51,43)
#292C24
(41,44,36)
#21251D
(33,37,29)
#191E16
(25,30,22)
#11170F
(17,23,15)
#091008
(9,16,8)
#000000
(0,0,0)

Tints of #59564E

#59564E
(89,86,78)
#68655E
(104,101,94)
#77746E
(119,116,110)
#86837E
(134,131,126)
#95928E
(149,146,142)
#A4A19E
(164,161,158)
#B3B0AE
(179,176,174)
#C2BFBE
(194,191,190)
#D1CECE
(209,206,206)
#E0DDDE
(224,221,222)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59564E; }

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

This text font color is #59564E.


Background Color

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

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

This div background color is #59564E.


Border color

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

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

This div border color is #59564E.


Opacity

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

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

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

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

This text has shadow with #59564E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59564E on black background.


Color preview on white background

This text has color #59564E on white background.



Black color preview on #59564E background

This text has black color on #59564E background.


White color preview on #59564E background

This text has white color on #59564E background.