COLOR #594067

HEX: #594067
RGB: (89,64,103)

Color info

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

RGB color model

#594067 color RGB value is (89,64,103).

  • red value is 89;
  • green value is 64;
  • blue value is 103.
RGB:
(89,64,103)
(35%,25%,40%)

RGB channels and saturation

R 89 of 255 = 35%
G 64 of 255 = 25%
B 103 of 255 = 40%

89
64
103

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

Portions of RGB colors in percentages

R + G + B =
89 + 64 + 103 = 256 (100%)
R 89 of 256 ~ 34.77%
G 64 of 256 ~ 25%
B 103 of 256 ~ 40.23%

%34.77
%25
%40.23

CMYK color model

#594067 color CMYK value is (14,38,0,60).

  • cyan value is 13.59%
  • magenta value is 37.86%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(14,38,0,60)
C14M38Y0K60 
(14%,38%,0%,60%)
(0.14/0.38/0.00/0.60)	

CMYK percentages

%13.59
%37.86
%0
%59.61

Codes

Color #594067 in popluar color models

594067
RGB8964103
HSL278°23.35%32.75%
HSB/HSV278°37.86%40.39%
CMYK13.59%37.86%0.00%
59.61%

Color #594067 in popluar number systems.

HEX594067
Decimal8964103
Binary101100110000001100111
Octal131100147

Shades and tints

Shades of #594067

#594067
(89,64,103)
#513B5E
(81,59,94)
#493655
(73,54,85)
#41314C
(65,49,76)
#392C43
(57,44,67)
#31273A
(49,39,58)
#292231
(41,34,49)
#211D28
(33,29,40)
#19181F
(25,24,31)
#111316
(17,19,22)
#090E0D
(9,14,13)
#000000
(0,0,0)

Tints of #594067

#594067
(89,64,103)
#685174
(104,81,116)
#776281
(119,98,129)
#86738E
(134,115,142)
#95849B
(149,132,155)
#A495A8
(164,149,168)
#B3A6B5
(179,166,181)
#C2B7C2
(194,183,194)
#D1C8CF
(209,200,207)
#E0D9DC
(224,217,220)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594067 color. Also use rgb(89,64,103) instead hex code.

Text Font Color

.myTextColor { color: #594067; }

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

This text font color is #594067.


Background Color

.myBgColor { background-color: #594067; }

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

This div background color is #594067.


Border color

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

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

This div border color is #594067.


Opacity

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

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

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

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

This text has shadow with #594067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594067 on black background.


Color preview on white background

This text has color #594067 on white background.



Black color preview on #594067 background

This text has black color on #594067 background.


White color preview on #594067 background

This text has white color on #594067 background.