COLOR #594F73

HEX: #594F73
RGB: (89,79,115)

Color info

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

RGB color model

#594F73 color RGB value is (89,79,115).

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

RGB channels and saturation

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

89
79
115

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

Portions of RGB colors in percentages

R + G + B =
89 + 79 + 115 = 283 (100%)
R 89 of 283 ~ 31.45%
G 79 of 283 ~ 27.92%
B 115 of 283 ~ 40.64%

%31.45
%27.92
%40.64

CMYK color model

#594F73 color CMYK value is (23,31,0,55).

  • cyan value is 22.61%
  • magenta value is 31.30%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(23,31,0,55)
C23M31Y0K55 
(23%,31%,0%,55%)
(0.23/0.31/0.00/0.55)	

CMYK percentages

%22.61
%31.3
%0
%54.9

Codes

Color #594F73 in popluar color models

594F73
RGB8979115
HSL257°18.56%38.04%
HSB/HSV257°31.30%45.10%
CMYK22.61%31.30%0.00%
54.90%

Color #594F73 in popluar number systems.

HEX594F73
Decimal8979115
Binary101100110011111110011
Octal131117163

Shades and tints

Shades of #594F73

#594F73
(89,79,115)
#514869
(81,72,105)
#49415F
(73,65,95)
#413A55
(65,58,85)
#39334B
(57,51,75)
#312C41
(49,44,65)
#292537
(41,37,55)
#211E2D
(33,30,45)
#191723
(25,23,35)
#111019
(17,16,25)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #594F73

#594F73
(89,79,115)
#685F7F
(104,95,127)
#776F8B
(119,111,139)
#867F97
(134,127,151)
#958FA3
(149,143,163)
#A49FAF
(164,159,175)
#B3AFBB
(179,175,187)
#C2BFC7
(194,191,199)
#D1CFD3
(209,207,211)
#E0DFDF
(224,223,223)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594F73; }

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

This text font color is #594F73.


Background Color

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

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

This div background color is #594F73.


Border color

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

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

This div border color is #594F73.


Opacity

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

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

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

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

This text has shadow with #594F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594F73 on black background.


Color preview on white background

This text has color #594F73 on white background.



Black color preview on #594F73 background

This text has black color on #594F73 background.


White color preview on #594F73 background

This text has white color on #594F73 background.