COLOR #594963

HEX: #594963
RGB: (89,73,99)

Color info

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

RGB color model

#594963 color RGB value is (89,73,99).

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

RGB channels and saturation

R 89 of 255 = 35%
G 73 of 255 = 29%
B 99 of 255 = 39%

89
73
99

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

Portions of RGB colors in percentages

R + G + B =
89 + 73 + 99 = 261 (100%)
R 89 of 261 ~ 34.1%
G 73 of 261 ~ 27.97%
B 99 of 261 ~ 37.93%

%34.1
%27.97
%37.93

CMYK color model

#594963 color CMYK value is (10,26,0,61).

  • cyan value is 10.10%
  • magenta value is 26.26%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(10,26,0,61)
C10M26Y0K61 
(10%,26%,0%,61%)
(0.10/0.26/0.00/0.61)	

CMYK percentages

%10.1
%26.26
%0
%61.18

Codes

Color #594963 in popluar color models

594963
RGB897399
HSL277°15.12%33.73%
HSB/HSV277°26.26%38.82%
CMYK10.10%26.26%0.00%
61.18%

Color #594963 in popluar number systems.

HEX594963
Decimal897399
Binary101100110010011100011
Octal131111143

Shades and tints

Shades of #594963

#594963
(89,73,99)
#51435A
(81,67,90)
#493D51
(73,61,81)
#413748
(65,55,72)
#39313F
(57,49,63)
#312B36
(49,43,54)
#29252D
(41,37,45)
#211F24
(33,31,36)
#19191B
(25,25,27)
#111312
(17,19,18)
#090D09
(9,13,9)
#000000
(0,0,0)

Tints of #594963

#594963
(89,73,99)
#685971
(104,89,113)
#77697F
(119,105,127)
#86798D
(134,121,141)
#95899B
(149,137,155)
#A499A9
(164,153,169)
#B3A9B7
(179,169,183)
#C2B9C5
(194,185,197)
#D1C9D3
(209,201,211)
#E0D9E1
(224,217,225)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594963; }

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

This text font color is #594963.


Background Color

.myBgColor { background-color: #594963; }

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

This div background color is #594963.


Border color

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

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

This div border color is #594963.


Opacity

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

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

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

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

This text has shadow with #594963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594963 on black background.


Color preview on white background

This text has color #594963 on white background.



Black color preview on #594963 background

This text has black color on #594963 background.


White color preview on #594963 background

This text has white color on #594963 background.