COLOR #59594E

HEX: #59594E RGB: (89,89,78)

Color info

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

RGB color model

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

RGB: (89,89,78) (35%, 35%, 31%)

RGB channels and saturation

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

89
89
78

R + G + B ~ 34%. #59594E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 89 + 78 = 256 (100%)
R 89 of 256 ~ 34.77%
G 89 of 256 ~ 34.77%
B 78 of 256 ~ 30.47'%

%34.77
%34.77
%30.47

CMYK color model

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

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

CMYK: (0,0,12,65)
C0M0Y12K65 (0%, 0%, 12%, 65%)
(0.00 / 0.00 / 0.12 / 0.65)

CMYK percentages

%0
%0
%12.36
%65.1

Codes

Color #59594E in popluar color models

59 59 4E
RGB 89 89 78
HSL 60° 6.59% 32.75%
HSB/HSV 60° 12.36% 34.90%
CMYK 0.00% 0.00% 12.36%
65.10%

Color #59594E in popluar number systems.

HEX 59 59 4E
Decimal 89 89 78
Binary 1011001 1011001 1001110
Octal 131 131 116

Shades and tints

Shades of #59594E

#59594E
(89,89,78)
#515147
(81,81,71)
#494940
(73,73,64)
#414139
(65,65,57)
#393932
(57,57,50)
#31312B
(49,49,43)
#292924
(41,41,36)
#21211D
(33,33,29)
#191916
(25,25,22)
#11110F
(17,17,15)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #59594E

#59594E
(89,89,78)
#68685E
(104,104,94)
#77776E
(119,119,110)
#86867E
(134,134,126)
#95958E
(149,149,142)
#A4A49E
(164,164,158)
#B3B3AE
(179,179,174)
#C2C2BE
(194,194,190)
#D1D1CE
(209,209,206)
#E0E0DE
(224,224,222)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59594E; }

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

This text font color is #59594E.

Background Color

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

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

This div background color is #59594E.

Border color

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

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

This div border color is #59594E.

Opacity

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

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

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

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

This text has shadow with #59594E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59594E.

Preview

Color preview on black background

This text has color #59594E on black background.


Color preview on white background

This text has color #59594E on white background.


Black color preview on #59594E background

This text has black color on #59594E background.


White color preview on #59594E background

This text has white color on #59594E background.


Related colors

Complementary color

Complementary color for #hex is #A6A6B1.


I love getcolorcode.com