COLOR #594D5A

HEX: #594D5A
RGB: (89,77,90)

Color info

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

RGB color model

#594D5A color RGB value is (89,77,90).

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

RGB channels and saturation

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

89
77
90

R + G + B ~ 33%. #594D5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 77 + 90 = 256 (100%)
R 89 of 256 ~ 34.77%
G 77 of 256 ~ 30.08%
B 90 of 256 ~ 35.16%

%34.77
%30.08
%35.16

CMYK color model

#594D5A color CMYK value is (1,14,0,65).

  • cyan value is 1.11%
  • magenta value is 14.44%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(1,14,0,65)
C1M14Y0K65 
(1%,14%,0%,65%)
(0.01/0.14/0.00/0.65)	

CMYK percentages

%1.11
%14.44
%0
%64.71

Codes

Color #594D5A in popluar color models

594D5A
RGB897790
HSL295°7.78%32.75%
HSB/HSV295°14.44%35.29%
CMYK1.11%14.44%0.00%
64.71%

Color #594D5A in popluar number systems.

HEX594D5A
Decimal897790
Binary101100110011011011010
Octal131115132

Shades and tints

Shades of #594D5A

#594D5A
(89,77,90)
#514652
(81,70,82)
#493F4A
(73,63,74)
#413842
(65,56,66)
#39313A
(57,49,58)
#312A32
(49,42,50)
#29232A
(41,35,42)
#211C22
(33,28,34)
#19151A
(25,21,26)
#110E12
(17,14,18)
#09070A
(9,7,10)
#000000
(0,0,0)

Tints of #594D5A

#594D5A
(89,77,90)
#685D69
(104,93,105)
#776D78
(119,109,120)
#867D87
(134,125,135)
#958D96
(149,141,150)
#A49DA5
(164,157,165)
#B3ADB4
(179,173,180)
#C2BDC3
(194,189,195)
#D1CDD2
(209,205,210)
#E0DDE1
(224,221,225)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594D5A; }

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

This text font color is #594D5A.


Background Color

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

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

This div background color is #594D5A.


Border color

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

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

This div border color is #594D5A.


Opacity

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

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

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

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

This text has shadow with #594D5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594D5A on black background.


Color preview on white background

This text has color #594D5A on white background.



Black color preview on #594D5A background

This text has black color on #594D5A background.


White color preview on #594D5A background

This text has white color on #594D5A background.