COLOR #59544C

HEX: #59544C
RGB: (89,84,76)

Color info

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

RGB color model

#59544C color RGB value is (89,84,76).

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

RGB channels and saturation

R 89 of 255 = 35%
G 84 of 255 = 33%
B 76 of 255 = 30%

89
84
76

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

Portions of RGB colors in percentages

R + G + B =
89 + 84 + 76 = 249 (100%)
R 89 of 249 ~ 35.74%
G 84 of 249 ~ 33.73%
B 76 of 249 ~ 30.52%

%35.74
%33.73
%30.52

CMYK color model

#59544C color CMYK value is (0,6,15,65).

  • cyan value is 0.00%
  • magenta value is 5.62%
  • yellow value is 14.61%
  • key color value is 65.10%
CMYK:
(0,6,15,65)
C0M6Y15K65 
(0%,6%,15%,65%)
(0.00/0.06/0.15/0.65)	

CMYK percentages

%0
%5.62
%14.61
%65.1

Codes

Color #59544C in popluar color models

59544C
RGB898476
HSL37°7.88%32.35%
HSB/HSV37°14.61%34.90%
CMYK0.00%5.62%14.61%
65.10%

Color #59544C in popluar number systems.

HEX59544C
Decimal898476
Binary101100110101001001100
Octal131124114

Shades and tints

Shades of #59544C

#59544C
(89,84,76)
#514D46
(81,77,70)
#494640
(73,70,64)
#413F3A
(65,63,58)
#393834
(57,56,52)
#31312E
(49,49,46)
#292A28
(41,42,40)
#212322
(33,35,34)
#191C1C
(25,28,28)
#111516
(17,21,22)
#090E10
(9,14,16)
#000000
(0,0,0)

Tints of #59544C

#59544C
(89,84,76)
#68635C
(104,99,92)
#77726C
(119,114,108)
#86817C
(134,129,124)
#95908C
(149,144,140)
#A49F9C
(164,159,156)
#B3AEAC
(179,174,172)
#C2BDBC
(194,189,188)
#D1CCCC
(209,204,204)
#E0DBDC
(224,219,220)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59544C; }

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

This text font color is #59544C.


Background Color

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

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

This div background color is #59544C.


Border color

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

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

This div border color is #59544C.


Opacity

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

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

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

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

This text has shadow with #59544C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59544C on black background.


Color preview on white background

This text has color #59544C on white background.



Black color preview on #59544C background

This text has black color on #59544C background.


White color preview on #59544C background

This text has white color on #59544C background.