COLOR #594C7B

HEX: #594C7B
RGB: (89,76,123)

Color info

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

RGB color model

#594C7B color RGB value is (89,76,123).

  • red value is 89;
  • green value is 76;
  • blue value is 123.
RGB:
(89,76,123)
(35%,30%,48%)

RGB channels and saturation

R 89 of 255 = 35%
G 76 of 255 = 30%
B 123 of 255 = 48%

89
76
123

R + G + B ~ 38%. #594C7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 76 + 123 = 288 (100%)
R 89 of 288 ~ 30.9%
G 76 of 288 ~ 26.39%
B 123 of 288 ~ 42.71%

%30.9
%26.39
%42.71

CMYK color model

#594C7B color CMYK value is (28,38,0,52).

  • cyan value is 27.64%
  • magenta value is 38.21%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(28,38,0,52)
C28M38Y0K52 
(28%,38%,0%,52%)
(0.28/0.38/0.00/0.52)	

CMYK percentages

%27.64
%38.21
%0
%51.76

Codes

Color #594C7B in popluar color models

594C7B
RGB8976123
HSL257°23.62%39.02%
HSB/HSV257°38.21%48.24%
CMYK27.64%38.21%0.00%
51.76%

Color #594C7B in popluar number systems.

HEX594C7B
Decimal8976123
Binary101100110011001111011
Octal131114173

Shades and tints

Shades of #594C7B

#594C7B
(89,76,123)
#514670
(81,70,112)
#494065
(73,64,101)
#413A5A
(65,58,90)
#39344F
(57,52,79)
#312E44
(49,46,68)
#292839
(41,40,57)
#21222E
(33,34,46)
#191C23
(25,28,35)
#111618
(17,22,24)
#09100D
(9,16,13)
#000000
(0,0,0)

Tints of #594C7B

#594C7B
(89,76,123)
#685C87
(104,92,135)
#776C93
(119,108,147)
#867C9F
(134,124,159)
#958CAB
(149,140,171)
#A49CB7
(164,156,183)
#B3ACC3
(179,172,195)
#C2BCCF
(194,188,207)
#D1CCDB
(209,204,219)
#E0DCE7
(224,220,231)
#EFECF3
(239,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594C7B color. Also use rgb(89,76,123) instead hex code.

Text Font Color

.myTextColor { color: #594C7B; }

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

This text font color is #594C7B.


Background Color

.myBgColor { background-color: #594C7B; }

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

This div background color is #594C7B.


Border color

.myBorderColor { border: 1px solid #594C7B; }

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

This div border color is #594C7B.


Opacity

.myOpacity80 { color: #594C7B; opacity: 0.8; }

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

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

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

This text has shadow with #594C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594C7B on black background.


Color preview on white background

This text has color #594C7B on white background.



Black color preview on #594C7B background

This text has black color on #594C7B background.


White color preview on #594C7B background

This text has white color on #594C7B background.