COLOR #59574C

HEX: #59574C
RGB: (89,87,76)

Color info

#59574C contains red, green and blue colors in about the same proportion. Web safe color of #59574C is #666633 (or #663).

RGB color model

#59574C color RGB value is (89,87,76).

  • red value is 89;
  • green value is 87;
  • blue value is 76.
RGB:
(89,87,76)
(35%,34%,30%)

RGB channels and saturation

R 89 of 255 = 35%
G 87 of 255 = 34%
B 76 of 255 = 30%

89
87
76

R + G + B ~ 33%. #59574C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 87 + 76 = 252 (100%)
R 89 of 252 ~ 35.32%
G 87 of 252 ~ 34.52%
B 76 of 252 ~ 30.16%

%35.32
%34.52
%30.16

CMYK color model

#59574C color CMYK value is (0,2,15,65).

  • cyan value is 0.00%
  • magenta value is 2.25%
  • yellow value is 14.61%
  • key color value is 65.10%
CMYK:
(0,2,15,65)
C0M2Y15K65 
(0%,2%,15%,65%)
(0.00/0.02/0.15/0.65)	

CMYK percentages

%0
%2.25
%14.61
%65.1

Codes

Color #59574C in popluar color models

59574C
RGB898776
HSL51°7.88%32.35%
HSB/HSV51°14.61%34.90%
CMYK0.00%2.25%14.61%
65.10%

Color #59574C in popluar number systems.

HEX59574C
Decimal898776
Binary101100110101111001100
Octal131127114

Shades and tints

Shades of #59574C

#59574C
(89,87,76)
#515046
(81,80,70)
#494940
(73,73,64)
#41423A
(65,66,58)
#393B34
(57,59,52)
#31342E
(49,52,46)
#292D28
(41,45,40)
#212622
(33,38,34)
#191F1C
(25,31,28)
#111816
(17,24,22)
#091110
(9,17,16)
#000000
(0,0,0)

Tints of #59574C

#59574C
(89,87,76)
#68665C
(104,102,92)
#77756C
(119,117,108)
#86847C
(134,132,124)
#95938C
(149,147,140)
#A4A29C
(164,162,156)
#B3B1AC
(179,177,172)
#C2C0BC
(194,192,188)
#D1CFCC
(209,207,204)
#E0DEDC
(224,222,220)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59574C color. Also use rgb(89,87,76) instead hex code.

Text Font Color

.myTextColor { color: #59574C; }

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

This text font color is #59574C.


Background Color

.myBgColor { background-color: #59574C; }

<div style="background-color:#59574C">Inner text</div>

This div background color is #59574C.


Border color

.myBorderColor { border: 1px solid #59574C; }

<div style="border:3px solid #59574C">Div</div>

This div border color is #59574C.


Opacity

.myOpacity80 { color: #59574C; opacity: 0.8; }

<p style="color:#59574C;opacity:0.8;">80%</p>

Text with #59574C 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 #59574C;}

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

This text has shadow with #59574C color.

.textShadow {text-shadow: 3px 3px 1px #59574C, 3px 3px 1px red;}

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

This text has shadow with #59574C primary color and red secondary color.


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

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

This text has shadow with #59574C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59574C on black background.


Color preview on white background

This text has color #59574C on white background.



Black color preview on #59574C background

This text has black color on #59574C background.


White color preview on #59574C background

This text has white color on #59574C background.