COLOR #594F6A

HEX: #594F6A
RGB: (89,79,106)

Color info

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

RGB color model

#594F6A color RGB value is (89,79,106).

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

RGB channels and saturation

R 89 of 255 = 35%
G 79 of 255 = 31%
B 106 of 255 = 42%

89
79
106

R + G + B ~ 36%. #594F6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 79 + 106 = 274 (100%)
R 89 of 274 ~ 32.48%
G 79 of 274 ~ 28.83%
B 106 of 274 ~ 38.69%

%32.48
%28.83
%38.69

CMYK color model

#594F6A color CMYK value is (16,25,0,58).

  • cyan value is 16.04%
  • magenta value is 25.47%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(16,25,0,58)
C16M25Y0K58 
(16%,25%,0%,58%)
(0.16/0.25/0.00/0.58)	

CMYK percentages

%16.04
%25.47
%0
%58.43

Codes

Color #594F6A in popluar color models

594F6A
RGB8979106
HSL262°14.59%36.27%
HSB/HSV262°25.47%41.57%
CMYK16.04%25.47%0.00%
58.43%

Color #594F6A in popluar number systems.

HEX594F6A
Decimal8979106
Binary101100110011111101010
Octal131117152

Shades and tints

Shades of #594F6A

#594F6A
(89,79,106)
#514861
(81,72,97)
#494158
(73,65,88)
#413A4F
(65,58,79)
#393346
(57,51,70)
#312C3D
(49,44,61)
#292534
(41,37,52)
#211E2B
(33,30,43)
#191722
(25,23,34)
#111019
(17,16,25)
#090910
(9,9,16)
#000000
(0,0,0)

Tints of #594F6A

#594F6A
(89,79,106)
#685F77
(104,95,119)
#776F84
(119,111,132)
#867F91
(134,127,145)
#958F9E
(149,143,158)
#A49FAB
(164,159,171)
#B3AFB8
(179,175,184)
#C2BFC5
(194,191,197)
#D1CFD2
(209,207,210)
#E0DFDF
(224,223,223)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594F6A; }

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

This text font color is #594F6A.


Background Color

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

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

This div background color is #594F6A.


Border color

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

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

This div border color is #594F6A.


Opacity

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

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

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

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

This text has shadow with #594F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594F6A on black background.


Color preview on white background

This text has color #594F6A on white background.



Black color preview on #594F6A background

This text has black color on #594F6A background.


White color preview on #594F6A background

This text has white color on #594F6A background.