COLOR #59594D

HEX: #59594D RGB: (89,89,77)

Color info

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

RGB color model

#59594D color RGB value is (89,89,77).

RGB: (89,89,77) (35%, 35%, 30%)

RGB channels and saturation

R 89 of 255 = 35%
G 89 of 255 = 35%
B 77 of 255 = 30%

89
89
77

R + G + B ~ 33%. #59594D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 89 + 77 = 255 (100%)
R 89 of 255 ~ 34.9%
G 89 of 255 ~ 34.9%
B 77 of 255 ~ 30.2'%

%34.9
%34.9
%30.2

CMYK color model

#59594D color CMYK value is (0,0,13,65).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 13.48%
  • key color value is 65.10%

CMYK: (0,0,13,65)
C0M0Y13K65 (0%, 0%, 13%, 65%)
(0.00 / 0.00 / 0.13 / 0.65)

CMYK percentages

%0
%0
%13.48
%65.1

Codes

Color #59594D in popluar color models

59 59 4D
RGB 89 89 77
HSL 60° 7.23% 32.55%
HSB/HSV 60° 13.48% 34.90%
CMYK 0.00% 0.00% 13.48%
65.10%

Color #59594D in popluar number systems.

HEX 59 59 4D
Decimal 89 89 77
Binary 1011001 1011001 1001101
Octal 131 131 115

Shades and tints

Shades of #59594D

#59594D
(89,89,77)
#515146
(81,81,70)
#49493F
(73,73,63)
#414138
(65,65,56)
#393931
(57,57,49)
#31312A
(49,49,42)
#292923
(41,41,35)
#21211C
(33,33,28)
#191915
(25,25,21)
#11110E
(17,17,14)
#090907
(9,9,7)
#000000
(0,0,0)

Tints of #59594D

#59594D
(89,89,77)
#68685D
(104,104,93)
#77776D
(119,119,109)
#86867D
(134,134,125)
#95958D
(149,149,141)
#A4A49D
(164,164,157)
#B3B3AD
(179,179,173)
#C2C2BD
(194,194,189)
#D1D1CD
(209,209,205)
#E0E0DD
(224,224,221)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59594D; }

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

This text font color is #59594D.

Background Color

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

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

This div background color is #59594D.

Border color

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

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

This div border color is #59594D.

Opacity

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

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

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

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

This text has shadow with #59594D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59594D.

Preview

Color preview on black background

This text has color #59594D on black background.


Color preview on white background

This text has color #59594D on white background.


Black color preview on #59594D background

This text has black color on #59594D background.


White color preview on #59594D background

This text has white color on #59594D background.


Related colors

Complementary color

Complementary color for #hex is #A6A6B2.


I love getcolorcode.com