COLOR #594D5F

HEX: #594D5F RGB: (89,77,95)

Color info

#594D5F contains red, green and blue colors in about the same proportion. Web safe color of #594D5F is #663366 (or #636).

RGB color model

#594D5F color RGB value is (89,77,95).

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

RGB channels and saturation

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

89
77
95

R + G + B ~ 34%. #594D5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 77 + 95 = 261 (100%)
R 89 of 261 ~ 34.1%
G 77 of 261 ~ 29.5%
B 95 of 261 ~ 36.4'%

%34.1
%29.5
%36.4

CMYK color model

#594D5F color CMYK value is (6,19,0,63).

  • cyan value is 6.32%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (6,19,0,63)
C6M19Y0K63 (6%, 19%, 0%, 63%)
(0.06 / 0.19 / 0.00 / 0.63)

CMYK percentages

%6.32
%18.95
%0
%62.75

Codes

Color #594D5F in popluar color models

59 4D 5F
RGB 89 77 95
HSL 280° 10.47% 33.73%
HSB/HSV 280° 18.95% 37.25%
CMYK 6.32% 18.95% 0.00%
62.75%

Color #594D5F in popluar number systems.

HEX 59 4D 5F
Decimal 89 77 95
Binary 1011001 1001101 1011111
Octal 131 115 137

Shades and tints

Shades of #594D5F

#594D5F
(89,77,95)
#514657
(81,70,87)
#493F4F
(73,63,79)
#413847
(65,56,71)
#39313F
(57,49,63)
#312A37
(49,42,55)
#29232F
(41,35,47)
#211C27
(33,28,39)
#19151F
(25,21,31)
#110E17
(17,14,23)
#09070F
(9,7,15)
#000000
(0,0,0)

Tints of #594D5F

#594D5F
(89,77,95)
#685D6D
(104,93,109)
#776D7B
(119,109,123)
#867D89
(134,125,137)
#958D97
(149,141,151)
#A49DA5
(164,157,165)
#B3ADB3
(179,173,179)
#C2BDC1
(194,189,193)
#D1CDCF
(209,205,207)
#E0DDDD
(224,221,221)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594D5F; }

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

This text font color is #594D5F.

Background Color

.myBgColor { background-color: #594D5F; }

<div style="background-color:#594D5F">Inner text</div>

This div background color is #594D5F.

Border color

.myBorderColor { border: 1px solid #594D5F; }

<div style="border:3px solid #594D5F">Div</div>

This div border color is #594D5F.

Opacity

.myOpacity80 { color: #594D5F; opacity: 0.8; }

<p style="color:#594D5F;opacity:0.8;">80%</p>

Text with #594D5F 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 #594D5F;}

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

This text has shadow with #594D5F color.


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

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

This text has shadow with #594D5F primary color and red secondary color.


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

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

This text has shadow with #594D5F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #594D5F.

Preview

Color preview on black background

This text has color #594D5F on black background.


Color preview on white background

This text has color #594D5F on white background.


Black color preview on #594D5F background

This text has black color on #594D5F background.


White color preview on #594D5F background

This text has white color on #594D5F background.


Related colors

Complementary color

Complementary color for #hex is #A6B2A0.


I love getcolorcode.com

Triadic colors

1 #5F594D and #4D5F59 with #594D5F are triadic colors.

2 #5F4D59 and #4D595F with #594D5F are triadic colors.