COLOR #594463

HEX: #594463
RGB: (89,68,99)

Color info

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

RGB color model

#594463 color RGB value is (89,68,99).

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

RGB channels and saturation

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

89
68
99

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

Portions of RGB colors in percentages

R + G + B =
89 + 68 + 99 = 256 (100%)
R 89 of 256 ~ 34.77%
G 68 of 256 ~ 26.56%
B 99 of 256 ~ 38.67%

%34.77
%26.56
%38.67

CMYK color model

#594463 color CMYK value is (10,31,0,61).

  • cyan value is 10.10%
  • magenta value is 31.31%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(10,31,0,61)
C10M31Y0K61 
(10%,31%,0%,61%)
(0.10/0.31/0.00/0.61)	

CMYK percentages

%10.1
%31.31
%0
%61.18

Codes

Color #594463 in popluar color models

594463
RGB896899
HSL281°18.56%32.75%
HSB/HSV281°31.31%38.82%
CMYK10.10%31.31%0.00%
61.18%

Color #594463 in popluar number systems.

HEX594463
Decimal896899
Binary101100110001001100011
Octal131104143

Shades and tints

Shades of #594463

#594463
(89,68,99)
#513E5A
(81,62,90)
#493851
(73,56,81)
#413248
(65,50,72)
#392C3F
(57,44,63)
#312636
(49,38,54)
#29202D
(41,32,45)
#211A24
(33,26,36)
#19141B
(25,20,27)
#110E12
(17,14,18)
#090809
(9,8,9)
#000000
(0,0,0)

Tints of #594463

#594463
(89,68,99)
#685571
(104,85,113)
#77667F
(119,102,127)
#86778D
(134,119,141)
#95889B
(149,136,155)
#A499A9
(164,153,169)
#B3AAB7
(179,170,183)
#C2BBC5
(194,187,197)
#D1CCD3
(209,204,211)
#E0DDE1
(224,221,225)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594463; }

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

This text font color is #594463.


Background Color

.myBgColor { background-color: #594463; }

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

This div background color is #594463.


Border color

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

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

This div border color is #594463.


Opacity

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

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

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

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

This text has shadow with #594463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594463 on black background.


Color preview on white background

This text has color #594463 on white background.



Black color preview on #594463 background

This text has black color on #594463 background.


White color preview on #594463 background

This text has white color on #594463 background.