COLOR #594663

HEX: #594663
RGB: (89,70,99)

Color info

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

RGB color model

#594663 color RGB value is (89,70,99).

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

RGB channels and saturation

R 89 of 255 = 35%
G 70 of 255 = 27%
B 99 of 255 = 39%

89
70
99

R + G + B ~ 34%. #594663 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 70 + 99 = 258 (100%)
R 89 of 258 ~ 34.5%
G 70 of 258 ~ 27.13%
B 99 of 258 ~ 38.37%

%34.5
%27.13
%38.37

CMYK color model

#594663 color CMYK value is (10,29,0,61).

  • cyan value is 10.10%
  • magenta value is 29.29%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(10,29,0,61)
C10M29Y0K61 
(10%,29%,0%,61%)
(0.10/0.29/0.00/0.61)	

CMYK percentages

%10.1
%29.29
%0
%61.18

Codes

Color #594663 in popluar color models

594663
RGB897099
HSL279°17.16%33.14%
HSB/HSV279°29.29%38.82%
CMYK10.10%29.29%0.00%
61.18%

Color #594663 in popluar number systems.

HEX594663
Decimal897099
Binary101100110001101100011
Octal131106143

Shades and tints

Shades of #594663

#594663
(89,70,99)
#51405A
(81,64,90)
#493A51
(73,58,81)
#413448
(65,52,72)
#392E3F
(57,46,63)
#312836
(49,40,54)
#29222D
(41,34,45)
#211C24
(33,28,36)
#19161B
(25,22,27)
#111012
(17,16,18)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #594663

#594663
(89,70,99)
#685671
(104,86,113)
#77667F
(119,102,127)
#86768D
(134,118,141)
#95869B
(149,134,155)
#A496A9
(164,150,169)
#B3A6B7
(179,166,183)
#C2B6C5
(194,182,197)
#D1C6D3
(209,198,211)
#E0D6E1
(224,214,225)
#EFE6EF
(239,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594663; }

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

This text font color is #594663.


Background Color

.myBgColor { background-color: #594663; }

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

This div background color is #594663.


Border color

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

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

This div border color is #594663.


Opacity

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

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

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

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

This text has shadow with #594663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594663 on black background.


Color preview on white background

This text has color #594663 on white background.



Black color preview on #594663 background

This text has black color on #594663 background.


White color preview on #594663 background

This text has white color on #594663 background.