COLOR #594D62

HEX: #594D62
RGB: (89,77,98)

Color info

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

RGB color model

#594D62 color RGB value is (89,77,98).

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

RGB channels and saturation

R 89 of 255 = 35%
G 77 of 255 = 30%
B 98 of 255 = 38%

89
77
98

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

Portions of RGB colors in percentages

R + G + B =
89 + 77 + 98 = 264 (100%)
R 89 of 264 ~ 33.71%
G 77 of 264 ~ 29.17%
B 98 of 264 ~ 37.12%

%33.71
%29.17
%37.12

CMYK color model

#594D62 color CMYK value is (9,21,0,62).

  • cyan value is 9.18%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(9,21,0,62)
C9M21Y0K62 
(9%,21%,0%,62%)
(0.09/0.21/0.00/0.62)	

CMYK percentages

%9.18
%21.43
%0
%61.57

Codes

Color #594D62 in popluar color models

594D62
RGB897798
HSL274°12.00%34.31%
HSB/HSV274°21.43%38.43%
CMYK9.18%21.43%0.00%
61.57%

Color #594D62 in popluar number systems.

HEX594D62
Decimal897798
Binary101100110011011100010
Octal131115142

Shades and tints

Shades of #594D62

#594D62
(89,77,98)
#51465A
(81,70,90)
#493F52
(73,63,82)
#41384A
(65,56,74)
#393142
(57,49,66)
#312A3A
(49,42,58)
#292332
(41,35,50)
#211C2A
(33,28,42)
#191522
(25,21,34)
#110E1A
(17,14,26)
#090712
(9,7,18)
#000000
(0,0,0)

Tints of #594D62

#594D62
(89,77,98)
#685D70
(104,93,112)
#776D7E
(119,109,126)
#867D8C
(134,125,140)
#958D9A
(149,141,154)
#A49DA8
(164,157,168)
#B3ADB6
(179,173,182)
#C2BDC4
(194,189,196)
#D1CDD2
(209,205,210)
#E0DDE0
(224,221,224)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594D62 color. Also use rgb(89,77,98) instead hex code.

Text Font Color

.myTextColor { color: #594D62; }

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

This text font color is #594D62.


Background Color

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

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

This div background color is #594D62.


Border color

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

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

This div border color is #594D62.


Opacity

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

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

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

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

This text has shadow with #594D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594D62 on black background.


Color preview on white background

This text has color #594D62 on white background.



Black color preview on #594D62 background

This text has black color on #594D62 background.


White color preview on #594D62 background

This text has white color on #594D62 background.