COLOR #594966

HEX: #594966
RGB: (89,73,102)

Color info

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

RGB color model

#594966 color RGB value is (89,73,102).

  • red value is 89;
  • green value is 73;
  • blue value is 102.
RGB:
(89,73,102)
(35%,29%,40%)

RGB channels and saturation

R 89 of 255 = 35%
G 73 of 255 = 29%
B 102 of 255 = 40%

89
73
102

R + G + B ~ 35%. #594966 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 73 + 102 = 264 (100%)
R 89 of 264 ~ 33.71%
G 73 of 264 ~ 27.65%
B 102 of 264 ~ 38.64%

%33.71
%27.65
%38.64

CMYK color model

#594966 color CMYK value is (13,28,0,60).

  • cyan value is 12.75%
  • magenta value is 28.43%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(13,28,0,60)
C13M28Y0K60 
(13%,28%,0%,60%)
(0.13/0.28/0.00/0.60)	

CMYK percentages

%12.75
%28.43
%0
%60

Codes

Color #594966 in popluar color models

594966
RGB8973102
HSL273°16.57%34.31%
HSB/HSV273°28.43%40.00%
CMYK12.75%28.43%0.00%
60.00%

Color #594966 in popluar number systems.

HEX594966
Decimal8973102
Binary101100110010011100110
Octal131111146

Shades and tints

Shades of #594966

#594966
(89,73,102)
#51435D
(81,67,93)
#493D54
(73,61,84)
#41374B
(65,55,75)
#393142
(57,49,66)
#312B39
(49,43,57)
#292530
(41,37,48)
#211F27
(33,31,39)
#19191E
(25,25,30)
#111315
(17,19,21)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #594966

#594966
(89,73,102)
#685973
(104,89,115)
#776980
(119,105,128)
#86798D
(134,121,141)
#95899A
(149,137,154)
#A499A7
(164,153,167)
#B3A9B4
(179,169,180)
#C2B9C1
(194,185,193)
#D1C9CE
(209,201,206)
#E0D9DB
(224,217,219)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594966 color. Also use rgb(89,73,102) instead hex code.

Text Font Color

.myTextColor { color: #594966; }

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

This text font color is #594966.


Background Color

.myBgColor { background-color: #594966; }

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

This div background color is #594966.


Border color

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

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

This div border color is #594966.


Opacity

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

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

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

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

This text has shadow with #594966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594966 on black background.


Color preview on white background

This text has color #594966 on white background.



Black color preview on #594966 background

This text has black color on #594966 background.


White color preview on #594966 background

This text has white color on #594966 background.