COLOR #594260

HEX: #594260
RGB: (89,66,96)

Color info

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

RGB color model

#594260 color RGB value is (89,66,96).

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

RGB channels and saturation

R 89 of 255 = 35%
G 66 of 255 = 26%
B 96 of 255 = 38%

89
66
96

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

Portions of RGB colors in percentages

R + G + B =
89 + 66 + 96 = 251 (100%)
R 89 of 251 ~ 35.46%
G 66 of 251 ~ 26.29%
B 96 of 251 ~ 38.25%

%35.46
%26.29
%38.25

CMYK color model

#594260 color CMYK value is (7,31,0,62).

  • cyan value is 7.29%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(7,31,0,62)
C7M31Y0K62 
(7%,31%,0%,62%)
(0.07/0.31/0.00/0.62)	

CMYK percentages

%7.29
%31.25
%0
%62.35

Codes

Color #594260 in popluar color models

594260
RGB896696
HSL286°18.52%31.76%
HSB/HSV286°31.25%37.65%
CMYK7.29%31.25%0.00%
62.35%

Color #594260 in popluar number systems.

HEX594260
Decimal896696
Binary101100110000101100000
Octal131102140

Shades and tints

Shades of #594260

#594260
(89,66,96)
#513C58
(81,60,88)
#493650
(73,54,80)
#413048
(65,48,72)
#392A40
(57,42,64)
#312438
(49,36,56)
#291E30
(41,30,48)
#211828
(33,24,40)
#191220
(25,18,32)
#110C18
(17,12,24)
#090610
(9,6,16)
#000000
(0,0,0)

Tints of #594260

#594260
(89,66,96)
#68536E
(104,83,110)
#77647C
(119,100,124)
#86758A
(134,117,138)
#958698
(149,134,152)
#A497A6
(164,151,166)
#B3A8B4
(179,168,180)
#C2B9C2
(194,185,194)
#D1CAD0
(209,202,208)
#E0DBDE
(224,219,222)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594260; }

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

This text font color is #594260.


Background Color

.myBgColor { background-color: #594260; }

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

This div background color is #594260.


Border color

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

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

This div border color is #594260.


Opacity

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

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

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

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

This text has shadow with #594260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594260 on black background.


Color preview on white background

This text has color #594260 on white background.



Black color preview on #594260 background

This text has black color on #594260 background.


White color preview on #594260 background

This text has white color on #594260 background.