COLOR #594160

HEX: #594160
RGB: (89,65,96)

Color info

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

RGB color model

#594160 color RGB value is (89,65,96).

  • red value is 89;
  • green value is 65;
  • blue value is 96.
RGB:
(89,65,96)
(35%,25%,38%)

RGB channels and saturation

R 89 of 255 = 35%
G 65 of 255 = 25%
B 96 of 255 = 38%

89
65
96

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

Portions of RGB colors in percentages

R + G + B =
89 + 65 + 96 = 250 (100%)
R 89 of 250 ~ 35.6%
G 65 of 250 ~ 26%
B 96 of 250 ~ 38.4%

%35.6
%26
%38.4

CMYK color model

#594160 color CMYK value is (7,32,0,62).

  • cyan value is 7.29%
  • magenta value is 32.29%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(7,32,0,62)
C7M32Y0K62 
(7%,32%,0%,62%)
(0.07/0.32/0.00/0.62)	

CMYK percentages

%7.29
%32.29
%0
%62.35

Codes

Color #594160 in popluar color models

594160
RGB896596
HSL286°19.25%31.57%
HSB/HSV286°32.29%37.65%
CMYK7.29%32.29%0.00%
62.35%

Color #594160 in popluar number systems.

HEX594160
Decimal896596
Binary101100110000011100000
Octal131101140

Shades and tints

Shades of #594160

#594160
(89,65,96)
#513C58
(81,60,88)
#493750
(73,55,80)
#413248
(65,50,72)
#392D40
(57,45,64)
#312838
(49,40,56)
#292330
(41,35,48)
#211E28
(33,30,40)
#191920
(25,25,32)
#111418
(17,20,24)
#090F10
(9,15,16)
#000000
(0,0,0)

Tints of #594160

#594160
(89,65,96)
#68526E
(104,82,110)
#77637C
(119,99,124)
#86748A
(134,116,138)
#958598
(149,133,152)
#A496A6
(164,150,166)
#B3A7B4
(179,167,180)
#C2B8C2
(194,184,194)
#D1C9D0
(209,201,208)
#E0DADE
(224,218,222)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594160 color. Also use rgb(89,65,96) instead hex code.

Text Font Color

.myTextColor { color: #594160; }

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

This text font color is #594160.


Background Color

.myBgColor { background-color: #594160; }

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

This div background color is #594160.


Border color

.myBorderColor { border: 1px solid #594160; }

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

This div border color is #594160.


Opacity

.myOpacity80 { color: #594160; opacity: 0.8; }

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

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

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

This text has shadow with #594160 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594160 on black background.


Color preview on white background

This text has color #594160 on white background.



Black color preview on #594160 background

This text has black color on #594160 background.


White color preview on #594160 background

This text has white color on #594160 background.