COLOR #594661

HEX: #594661
RGB: (89,70,97)

Color info

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

RGB color model

#594661 color RGB value is (89,70,97).

  • red value is 89;
  • green value is 70;
  • blue value is 97.
RGB:
(89,70,97)
(35%,27%,38%)

RGB channels and saturation

R 89 of 255 = 35%
G 70 of 255 = 27%
B 97 of 255 = 38%

89
70
97

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

Portions of RGB colors in percentages

R + G + B =
89 + 70 + 97 = 256 (100%)
R 89 of 256 ~ 34.77%
G 70 of 256 ~ 27.34%
B 97 of 256 ~ 37.89%

%34.77
%27.34
%37.89

CMYK color model

#594661 color CMYK value is (8,28,0,62).

  • cyan value is 8.25%
  • magenta value is 27.84%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(8,28,0,62)
C8M28Y0K62 
(8%,28%,0%,62%)
(0.08/0.28/0.00/0.62)	

CMYK percentages

%8.25
%27.84
%0
%61.96

Codes

Color #594661 in popluar color models

594661
RGB897097
HSL282°16.17%32.75%
HSB/HSV282°27.84%38.04%
CMYK8.25%27.84%0.00%
61.96%

Color #594661 in popluar number systems.

HEX594661
Decimal897097
Binary101100110001101100001
Octal131106141

Shades and tints

Shades of #594661

#594661
(89,70,97)
#514059
(81,64,89)
#493A51
(73,58,81)
#413449
(65,52,73)
#392E41
(57,46,65)
#312839
(49,40,57)
#292231
(41,34,49)
#211C29
(33,28,41)
#191621
(25,22,33)
#111019
(17,16,25)
#090A11
(9,10,17)
#000000
(0,0,0)

Tints of #594661

#594661
(89,70,97)
#68566F
(104,86,111)
#77667D
(119,102,125)
#86768B
(134,118,139)
#958699
(149,134,153)
#A496A7
(164,150,167)
#B3A6B5
(179,166,181)
#C2B6C3
(194,182,195)
#D1C6D1
(209,198,209)
#E0D6DF
(224,214,223)
#EFE6ED
(239,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594661 color. Also use rgb(89,70,97) instead hex code.

Text Font Color

.myTextColor { color: #594661; }

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

This text font color is #594661.


Background Color

.myBgColor { background-color: #594661; }

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

This div background color is #594661.


Border color

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

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

This div border color is #594661.


Opacity

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

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

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

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

This text has shadow with #594661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594661 on black background.


Color preview on white background

This text has color #594661 on white background.



Black color preview on #594661 background

This text has black color on #594661 background.


White color preview on #594661 background

This text has white color on #594661 background.