COLOR #594A7A

HEX: #594A7A
RGB: (89,74,122)

Color info

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

RGB color model

#594A7A color RGB value is (89,74,122).

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

RGB channels and saturation

R 89 of 255 = 35%
G 74 of 255 = 29%
B 122 of 255 = 48%

89
74
122

R + G + B ~ 37%. #594A7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 74 + 122 = 285 (100%)
R 89 of 285 ~ 31.23%
G 74 of 285 ~ 25.96%
B 122 of 285 ~ 42.81%

%31.23
%25.96
%42.81

CMYK color model

#594A7A color CMYK value is (27,39,0,52).

  • cyan value is 27.05%
  • magenta value is 39.34%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(27,39,0,52)
C27M39Y0K52 
(27%,39%,0%,52%)
(0.27/0.39/0.00/0.52)	

CMYK percentages

%27.05
%39.34
%0
%52.16

Codes

Color #594A7A in popluar color models

594A7A
RGB8974122
HSL259°24.49%38.43%
HSB/HSV259°39.34%47.84%
CMYK27.05%39.34%0.00%
52.16%

Color #594A7A in popluar number systems.

HEX594A7A
Decimal8974122
Binary101100110010101111010
Octal131112172

Shades and tints

Shades of #594A7A

#594A7A
(89,74,122)
#51446F
(81,68,111)
#493E64
(73,62,100)
#413859
(65,56,89)
#39324E
(57,50,78)
#312C43
(49,44,67)
#292638
(41,38,56)
#21202D
(33,32,45)
#191A22
(25,26,34)
#111417
(17,20,23)
#090E0C
(9,14,12)
#000000
(0,0,0)

Tints of #594A7A

#594A7A
(89,74,122)
#685A86
(104,90,134)
#776A92
(119,106,146)
#867A9E
(134,122,158)
#958AAA
(149,138,170)
#A49AB6
(164,154,182)
#B3AAC2
(179,170,194)
#C2BACE
(194,186,206)
#D1CADA
(209,202,218)
#E0DAE6
(224,218,230)
#EFEAF2
(239,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594A7A; }

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

This text font color is #594A7A.


Background Color

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

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

This div background color is #594A7A.


Border color

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

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

This div border color is #594A7A.


Opacity

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

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

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

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

This text has shadow with #594A7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594A7A on black background.


Color preview on white background

This text has color #594A7A on white background.



Black color preview on #594A7A background

This text has black color on #594A7A background.


White color preview on #594A7A background

This text has white color on #594A7A background.