COLOR #594F69

HEX: #594F69
RGB: (89,79,105)

Color info

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

RGB color model

#594F69 color RGB value is (89,79,105).

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

RGB channels and saturation

R 89 of 255 = 35%
G 79 of 255 = 31%
B 105 of 255 = 41%

89
79
105

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

Portions of RGB colors in percentages

R + G + B =
89 + 79 + 105 = 273 (100%)
R 89 of 273 ~ 32.6%
G 79 of 273 ~ 28.94%
B 105 of 273 ~ 38.46%

%32.6
%28.94
%38.46

CMYK color model

#594F69 color CMYK value is (15,25,0,59).

  • cyan value is 15.24%
  • magenta value is 24.76%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(15,25,0,59)
C15M25Y0K59 
(15%,25%,0%,59%)
(0.15/0.25/0.00/0.59)	

CMYK percentages

%15.24
%24.76
%0
%58.82

Codes

Color #594F69 in popluar color models

594F69
RGB8979105
HSL263°14.13%36.08%
HSB/HSV263°24.76%41.18%
CMYK15.24%24.76%0.00%
58.82%

Color #594F69 in popluar number systems.

HEX594F69
Decimal8979105
Binary101100110011111101001
Octal131117151

Shades and tints

Shades of #594F69

#594F69
(89,79,105)
#514860
(81,72,96)
#494157
(73,65,87)
#413A4E
(65,58,78)
#393345
(57,51,69)
#312C3C
(49,44,60)
#292533
(41,37,51)
#211E2A
(33,30,42)
#191721
(25,23,33)
#111018
(17,16,24)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #594F69

#594F69
(89,79,105)
#685F76
(104,95,118)
#776F83
(119,111,131)
#867F90
(134,127,144)
#958F9D
(149,143,157)
#A49FAA
(164,159,170)
#B3AFB7
(179,175,183)
#C2BFC4
(194,191,196)
#D1CFD1
(209,207,209)
#E0DFDE
(224,223,222)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594F69; }

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

This text font color is #594F69.


Background Color

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

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

This div background color is #594F69.


Border color

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

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

This div border color is #594F69.


Opacity

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

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

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

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

This text has shadow with #594F69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594F69 on black background.


Color preview on white background

This text has color #594F69 on white background.



Black color preview on #594F69 background

This text has black color on #594F69 background.


White color preview on #594F69 background

This text has white color on #594F69 background.