COLOR #594C60

HEX: #594C60
RGB: (89,76,96)

Color info

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

RGB color model

#594C60 color RGB value is (89,76,96).

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

RGB channels and saturation

R 89 of 255 = 35%
G 76 of 255 = 30%
B 96 of 255 = 38%

89
76
96

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

Portions of RGB colors in percentages

R + G + B =
89 + 76 + 96 = 261 (100%)
R 89 of 261 ~ 34.1%
G 76 of 261 ~ 29.12%
B 96 of 261 ~ 36.78%

%34.1
%29.12
%36.78

CMYK color model

#594C60 color CMYK value is (7,21,0,62).

  • cyan value is 7.29%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(7,21,0,62)
C7M21Y0K62 
(7%,21%,0%,62%)
(0.07/0.21/0.00/0.62)	

CMYK percentages

%7.29
%20.83
%0
%62.35

Codes

Color #594C60 in popluar color models

594C60
RGB897696
HSL279°11.63%33.73%
HSB/HSV279°20.83%37.65%
CMYK7.29%20.83%0.00%
62.35%

Color #594C60 in popluar number systems.

HEX594C60
Decimal897696
Binary101100110011001100000
Octal131114140

Shades and tints

Shades of #594C60

#594C60
(89,76,96)
#514658
(81,70,88)
#494050
(73,64,80)
#413A48
(65,58,72)
#393440
(57,52,64)
#312E38
(49,46,56)
#292830
(41,40,48)
#212228
(33,34,40)
#191C20
(25,28,32)
#111618
(17,22,24)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #594C60

#594C60
(89,76,96)
#685C6E
(104,92,110)
#776C7C
(119,108,124)
#867C8A
(134,124,138)
#958C98
(149,140,152)
#A49CA6
(164,156,166)
#B3ACB4
(179,172,180)
#C2BCC2
(194,188,194)
#D1CCD0
(209,204,208)
#E0DCDE
(224,220,222)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594C60; }

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

This text font color is #594C60.


Background Color

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

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

This div background color is #594C60.


Border color

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

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

This div border color is #594C60.


Opacity

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

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

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

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

This text has shadow with #594C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594C60 on black background.


Color preview on white background

This text has color #594C60 on white background.



Black color preview on #594C60 background

This text has black color on #594C60 background.


White color preview on #594C60 background

This text has white color on #594C60 background.