COLOR #594D6A

HEX: #594D6A
RGB: (89,77,106)

Color info

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

RGB color model

#594D6A color RGB value is (89,77,106).

  • red value is 89;
  • green value is 77;
  • blue value is 106.
RGB:
(89,77,106)
(35%,30%,42%)

RGB channels and saturation

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

89
77
106

R + G + B ~ 36%. #594D6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 77 + 106 = 272 (100%)
R 89 of 272 ~ 32.72%
G 77 of 272 ~ 28.31%
B 106 of 272 ~ 38.97%

%32.72
%28.31
%38.97

CMYK color model

#594D6A color CMYK value is (16,27,0,58).

  • cyan value is 16.04%
  • magenta value is 27.36%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(16,27,0,58)
C16M27Y0K58 
(16%,27%,0%,58%)
(0.16/0.27/0.00/0.58)	

CMYK percentages

%16.04
%27.36
%0
%58.43

Codes

Color #594D6A in popluar color models

594D6A
RGB8977106
HSL265°15.85%35.88%
HSB/HSV265°27.36%41.57%
CMYK16.04%27.36%0.00%
58.43%

Color #594D6A in popluar number systems.

HEX594D6A
Decimal8977106
Binary101100110011011101010
Octal131115152

Shades and tints

Shades of #594D6A

#594D6A
(89,77,106)
#514661
(81,70,97)
#493F58
(73,63,88)
#41384F
(65,56,79)
#393146
(57,49,70)
#312A3D
(49,42,61)
#292334
(41,35,52)
#211C2B
(33,28,43)
#191522
(25,21,34)
#110E19
(17,14,25)
#090710
(9,7,16)
#000000
(0,0,0)

Tints of #594D6A

#594D6A
(89,77,106)
#685D77
(104,93,119)
#776D84
(119,109,132)
#867D91
(134,125,145)
#958D9E
(149,141,158)
#A49DAB
(164,157,171)
#B3ADB8
(179,173,184)
#C2BDC5
(194,189,197)
#D1CDD2
(209,205,210)
#E0DDDF
(224,221,223)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594D6A; }

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

This text font color is #594D6A.


Background Color

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

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

This div background color is #594D6A.


Border color

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

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

This div border color is #594D6A.


Opacity

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

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

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

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

This text has shadow with #594D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594D6A on black background.


Color preview on white background

This text has color #594D6A on white background.



Black color preview on #594D6A background

This text has black color on #594D6A background.


White color preview on #594D6A background

This text has white color on #594D6A background.