COLOR #594E73

HEX: #594E73
RGB: (89,78,115)

Color info

#594E73 contains red, green and blue colors in about the same proportion. Web safe color of #594E73 is #666666 (or #666).

RGB color model

#594E73 color RGB value is (89,78,115).

  • red value is 89;
  • green value is 78;
  • blue value is 115.
RGB:
(89,78,115)
(35%,31%,45%)

RGB channels and saturation

R 89 of 255 = 35%
G 78 of 255 = 31%
B 115 of 255 = 45%

89
78
115

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

Portions of RGB colors in percentages

R + G + B =
89 + 78 + 115 = 282 (100%)
R 89 of 282 ~ 31.56%
G 78 of 282 ~ 27.66%
B 115 of 282 ~ 40.78%

%31.56
%27.66
%40.78

CMYK color model

#594E73 color CMYK value is (23,32,0,55).

  • cyan value is 22.61%
  • magenta value is 32.17%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(23,32,0,55)
C23M32Y0K55 
(23%,32%,0%,55%)
(0.23/0.32/0.00/0.55)	

CMYK percentages

%22.61
%32.17
%0
%54.9

Codes

Color #594E73 in popluar color models

594E73
RGB8978115
HSL258°19.17%37.84%
HSB/HSV258°32.17%45.10%
CMYK22.61%32.17%0.00%
54.90%

Color #594E73 in popluar number systems.

HEX594E73
Decimal8978115
Binary101100110011101110011
Octal131116163

Shades and tints

Shades of #594E73

#594E73
(89,78,115)
#514769
(81,71,105)
#49405F
(73,64,95)
#413955
(65,57,85)
#39324B
(57,50,75)
#312B41
(49,43,65)
#292437
(41,36,55)
#211D2D
(33,29,45)
#191623
(25,22,35)
#110F19
(17,15,25)
#09080F
(9,8,15)
#000000
(0,0,0)

Tints of #594E73

#594E73
(89,78,115)
#685E7F
(104,94,127)
#776E8B
(119,110,139)
#867E97
(134,126,151)
#958EA3
(149,142,163)
#A49EAF
(164,158,175)
#B3AEBB
(179,174,187)
#C2BEC7
(194,190,199)
#D1CED3
(209,206,211)
#E0DEDF
(224,222,223)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594E73 color. Also use rgb(89,78,115) instead hex code.

Text Font Color

.myTextColor { color: #594E73; }

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

This text font color is #594E73.


Background Color

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

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

This div background color is #594E73.


Border color

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

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

This div border color is #594E73.


Opacity

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

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

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

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

This text has shadow with #594E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594E73 on black background.


Color preview on white background

This text has color #594E73 on white background.



Black color preview on #594E73 background

This text has black color on #594E73 background.


White color preview on #594E73 background

This text has white color on #594E73 background.