COLOR #594855

HEX: #594855
RGB: (89,72,85)

Color info

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

RGB color model

#594855 color RGB value is (89,72,85).

  • red value is 89;
  • green value is 72;
  • blue value is 85.
RGB:
(89,72,85)
(35%,28%,33%)

RGB channels and saturation

R 89 of 255 = 35%
G 72 of 255 = 28%
B 85 of 255 = 33%

89
72
85

R + G + B ~ 32%. #594855 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 72 + 85 = 246 (100%)
R 89 of 246 ~ 36.18%
G 72 of 246 ~ 29.27%
B 85 of 246 ~ 34.55%

%36.18
%29.27
%34.55

CMYK color model

#594855 color CMYK value is (0,19,4,65).

  • cyan value is 0.00%
  • magenta value is 19.10%
  • yellow value is 4.49%
  • key color value is 65.10%
CMYK:
(0,19,4,65)
C0M19Y4K65 
(0%,19%,4%,65%)
(0.00/0.19/0.04/0.65)	

CMYK percentages

%0
%19.1
%4.49
%65.1

Codes

Color #594855 in popluar color models

594855
RGB897285
HSL314°10.56%31.57%
HSB/HSV314°19.10%34.90%
CMYK0.00%19.10%4.49%
65.10%

Color #594855 in popluar number systems.

HEX594855
Decimal897285
Binary101100110010001010101
Octal131110125

Shades and tints

Shades of #594855

#594855
(89,72,85)
#51424E
(81,66,78)
#493C47
(73,60,71)
#413640
(65,54,64)
#393039
(57,48,57)
#312A32
(49,42,50)
#29242B
(41,36,43)
#211E24
(33,30,36)
#19181D
(25,24,29)
#111216
(17,18,22)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #594855

#594855
(89,72,85)
#685864
(104,88,100)
#776873
(119,104,115)
#867882
(134,120,130)
#958891
(149,136,145)
#A498A0
(164,152,160)
#B3A8AF
(179,168,175)
#C2B8BE
(194,184,190)
#D1C8CD
(209,200,205)
#E0D8DC
(224,216,220)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594855 color. Also use rgb(89,72,85) instead hex code.

Text Font Color

.myTextColor { color: #594855; }

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

This text font color is #594855.


Background Color

.myBgColor { background-color: #594855; }

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

This div background color is #594855.


Border color

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

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

This div border color is #594855.


Opacity

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

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

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

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

This text has shadow with #594855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594855 on black background.


Color preview on white background

This text has color #594855 on white background.



Black color preview on #594855 background

This text has black color on #594855 background.


White color preview on #594855 background

This text has white color on #594855 background.