COLOR #594C66

HEX: #594C66
RGB: (89,76,102)

Color info

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

RGB color model

#594C66 color RGB value is (89,76,102).

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

RGB channels and saturation

R 89 of 255 = 35%
G 76 of 255 = 30%
B 102 of 255 = 40%

89
76
102

R + G + B ~ 35%. #594C66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 76 + 102 = 267 (100%)
R 89 of 267 ~ 33.33%
G 76 of 267 ~ 28.46%
B 102 of 267 ~ 38.2%

%33.33
%28.46
%38.2

CMYK color model

#594C66 color CMYK value is (13,25,0,60).

  • cyan value is 12.75%
  • magenta value is 25.49%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(13,25,0,60)
C13M25Y0K60 
(13%,25%,0%,60%)
(0.13/0.25/0.00/0.60)	

CMYK percentages

%12.75
%25.49
%0
%60

Codes

Color #594C66 in popluar color models

594C66
RGB8976102
HSL270°14.61%34.90%
HSB/HSV270°25.49%40.00%
CMYK12.75%25.49%0.00%
60.00%

Color #594C66 in popluar number systems.

HEX594C66
Decimal8976102
Binary101100110011001100110
Octal131114146

Shades and tints

Shades of #594C66

#594C66
(89,76,102)
#51465D
(81,70,93)
#494054
(73,64,84)
#413A4B
(65,58,75)
#393442
(57,52,66)
#312E39
(49,46,57)
#292830
(41,40,48)
#212227
(33,34,39)
#191C1E
(25,28,30)
#111615
(17,22,21)
#09100C
(9,16,12)
#000000
(0,0,0)

Tints of #594C66

#594C66
(89,76,102)
#685C73
(104,92,115)
#776C80
(119,108,128)
#867C8D
(134,124,141)
#958C9A
(149,140,154)
#A49CA7
(164,156,167)
#B3ACB4
(179,172,180)
#C2BCC1
(194,188,193)
#D1CCCE
(209,204,206)
#E0DCDB
(224,220,219)
#EFECE8
(239,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594C66; }

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

This text font color is #594C66.


Background Color

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

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

This div background color is #594C66.


Border color

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

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

This div border color is #594C66.


Opacity

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

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

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

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

This text has shadow with #594C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594C66 on black background.


Color preview on white background

This text has color #594C66 on white background.



Black color preview on #594C66 background

This text has black color on #594C66 background.


White color preview on #594C66 background

This text has white color on #594C66 background.