COLOR #594F5A

HEX: #594F5A
RGB: (89,79,90)

Color info

#594F5A contains red, green and blue colors in about the same proportion. Web safe color of #594F5A is #666666 (or #666).

RGB color model

#594F5A color RGB value is (89,79,90).

  • red value is 89;
  • green value is 79;
  • blue value is 90.
RGB:
(89,79,90)
(35%,31%,35%)

RGB channels and saturation

R 89 of 255 = 35%
G 79 of 255 = 31%
B 90 of 255 = 35%

89
79
90

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

Portions of RGB colors in percentages

R + G + B =
89 + 79 + 90 = 258 (100%)
R 89 of 258 ~ 34.5%
G 79 of 258 ~ 30.62%
B 90 of 258 ~ 34.88%

%34.5
%30.62
%34.88

CMYK color model

#594F5A color CMYK value is (1,12,0,65).

  • cyan value is 1.11%
  • magenta value is 12.22%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(1,12,0,65)
C1M12Y0K65 
(1%,12%,0%,65%)
(0.01/0.12/0.00/0.65)	

CMYK percentages

%1.11
%12.22
%0
%64.71

Codes

Color #594F5A in popluar color models

594F5A
RGB897990
HSL295°6.51%33.14%
HSB/HSV295°12.22%35.29%
CMYK1.11%12.22%0.00%
64.71%

Color #594F5A in popluar number systems.

HEX594F5A
Decimal897990
Binary101100110011111011010
Octal131117132

Shades and tints

Shades of #594F5A

#594F5A
(89,79,90)
#514852
(81,72,82)
#49414A
(73,65,74)
#413A42
(65,58,66)
#39333A
(57,51,58)
#312C32
(49,44,50)
#29252A
(41,37,42)
#211E22
(33,30,34)
#19171A
(25,23,26)
#111012
(17,16,18)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #594F5A

#594F5A
(89,79,90)
#685F69
(104,95,105)
#776F78
(119,111,120)
#867F87
(134,127,135)
#958F96
(149,143,150)
#A49FA5
(164,159,165)
#B3AFB4
(179,175,180)
#C2BFC3
(194,191,195)
#D1CFD2
(209,207,210)
#E0DFE1
(224,223,225)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594F5A color. Also use rgb(89,79,90) instead hex code.

Text Font Color

.myTextColor { color: #594F5A; }

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

This text font color is #594F5A.


Background Color

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

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

This div background color is #594F5A.


Border color

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

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

This div border color is #594F5A.


Opacity

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

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

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

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

This text has shadow with #594F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594F5A on black background.


Color preview on white background

This text has color #594F5A on white background.



Black color preview on #594F5A background

This text has black color on #594F5A background.


White color preview on #594F5A background

This text has white color on #594F5A background.