COLOR #594A5D

HEX: #594A5D
RGB: (89,74,93)

Color info

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

RGB color model

#594A5D color RGB value is (89,74,93).

  • red value is 89;
  • green value is 74;
  • blue value is 93.
RGB:
(89,74,93)
(35%,29%,36%)

RGB channels and saturation

R 89 of 255 = 35%
G 74 of 255 = 29%
B 93 of 255 = 36%

89
74
93

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

Portions of RGB colors in percentages

R + G + B =
89 + 74 + 93 = 256 (100%)
R 89 of 256 ~ 34.77%
G 74 of 256 ~ 28.91%
B 93 of 256 ~ 36.33%

%34.77
%28.91
%36.33

CMYK color model

#594A5D color CMYK value is (4,20,0,64).

  • cyan value is 4.30%
  • magenta value is 20.43%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(4,20,0,64)
C4M20Y0K64 
(4%,20%,0%,64%)
(0.04/0.20/0.00/0.64)	

CMYK percentages

%4.3
%20.43
%0
%63.53

Codes

Color #594A5D in popluar color models

594A5D
RGB897493
HSL287°11.38%32.75%
HSB/HSV287°20.43%36.47%
CMYK4.30%20.43%0.00%
63.53%

Color #594A5D in popluar number systems.

HEX594A5D
Decimal897493
Binary101100110010101011101
Octal131112135

Shades and tints

Shades of #594A5D

#594A5D
(89,74,93)
#514455
(81,68,85)
#493E4D
(73,62,77)
#413845
(65,56,69)
#39323D
(57,50,61)
#312C35
(49,44,53)
#29262D
(41,38,45)
#212025
(33,32,37)
#191A1D
(25,26,29)
#111415
(17,20,21)
#090E0D
(9,14,13)
#000000
(0,0,0)

Tints of #594A5D

#594A5D
(89,74,93)
#685A6B
(104,90,107)
#776A79
(119,106,121)
#867A87
(134,122,135)
#958A95
(149,138,149)
#A49AA3
(164,154,163)
#B3AAB1
(179,170,177)
#C2BABF
(194,186,191)
#D1CACD
(209,202,205)
#E0DADB
(224,218,219)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594A5D color. Also use rgb(89,74,93) instead hex code.

Text Font Color

.myTextColor { color: #594A5D; }

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

This text font color is #594A5D.


Background Color

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

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

This div background color is #594A5D.


Border color

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

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

This div border color is #594A5D.


Opacity

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

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

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

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

This text has shadow with #594A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594A5D on black background.


Color preview on white background

This text has color #594A5D on white background.



Black color preview on #594A5D background

This text has black color on #594A5D background.


White color preview on #594A5D background

This text has white color on #594A5D background.