COLOR #594068

HEX: #594068
RGB: (89,64,104)

Color info

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

RGB color model

#594068 color RGB value is (89,64,104).

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

RGB channels and saturation

R 89 of 255 = 35%
G 64 of 255 = 25%
B 104 of 255 = 41%

89
64
104

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

Portions of RGB colors in percentages

R + G + B =
89 + 64 + 104 = 257 (100%)
R 89 of 257 ~ 34.63%
G 64 of 257 ~ 24.9%
B 104 of 257 ~ 40.47%

%34.63
%24.9
%40.47

CMYK color model

#594068 color CMYK value is (14,38,0,59).

  • cyan value is 14.42%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(14,38,0,59)
C14M38Y0K59 
(14%,38%,0%,59%)
(0.14/0.38/0.00/0.59)	

CMYK percentages

%14.42
%38.46
%0
%59.22

Codes

Color #594068 in popluar color models

594068
RGB8964104
HSL278°23.81%32.94%
HSB/HSV278°38.46%40.78%
CMYK14.42%38.46%0.00%
59.22%

Color #594068 in popluar number systems.

HEX594068
Decimal8964104
Binary101100110000001101000
Octal131100150

Shades and tints

Shades of #594068

#594068
(89,64,104)
#513B5F
(81,59,95)
#493656
(73,54,86)
#41314D
(65,49,77)
#392C44
(57,44,68)
#31273B
(49,39,59)
#292232
(41,34,50)
#211D29
(33,29,41)
#191820
(25,24,32)
#111317
(17,19,23)
#090E0E
(9,14,14)
#000000
(0,0,0)

Tints of #594068

#594068
(89,64,104)
#685175
(104,81,117)
#776282
(119,98,130)
#86738F
(134,115,143)
#95849C
(149,132,156)
#A495A9
(164,149,169)
#B3A6B6
(179,166,182)
#C2B7C3
(194,183,195)
#D1C8D0
(209,200,208)
#E0D9DD
(224,217,221)
#EFEAEA
(239,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594068; }

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

This text font color is #594068.


Background Color

.myBgColor { background-color: #594068; }

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

This div background color is #594068.


Border color

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

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

This div border color is #594068.


Opacity

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

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

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

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

This text has shadow with #594068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594068 on black background.


Color preview on white background

This text has color #594068 on white background.



Black color preview on #594068 background

This text has black color on #594068 background.


White color preview on #594068 background

This text has white color on #594068 background.