COLOR #596E78

HEX: #596E78 RGB: (89,110,120)

Color info

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

RGB color model

#596E78 color RGB value is (89,110,120).

RGB: (89,110,120) (35%, 43%, 47%)

RGB channels and saturation

R 89 of 255 = 35%
G 110 of 255 = 43%
B 120 of 255 = 47%

89
110
120

R + G + B ~ 42%. #596E78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 89 + 110 + 120 = 319 (100%)
R 89 of 319 ~ 27.9%
G 110 of 319 ~ 34.48%
B 120 of 319 ~ 37.62'%

%27.9
%34.48
%37.62

CMYK color model

#596E78 color CMYK value is (26,8,0,53).

  • cyan value is 25.83%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK: (26,8,0,53) C26M8Y0K53 (26%,8%,0%,53%) (0.26/0.08/0.00/0.53) 

CMYK percentages

%25.83
%8.33
%0
%52.94

Codes

Color #596E78 in popluar color models

59 6E 78
RGB 89 110 120
HSL 199° 14.83% 40.98%
HSB/HSV 199° 25.83% 47.06%
CMYK 25.83% 8.33% 0.00%
52.94%

Color #596E78 in popluar number systems.

HEX 59 6E 78
Decimal 89 110 120
Binary 1011001 1101110 1111000
Octal 131 156 170

Shades and tints

Shades of #596E78

#596E78
(89,110,120)
#51646E
(81,100,110)
#495A64
(73,90,100)
#41505A
(65,80,90)
#394650
(57,70,80)
#313C46
(49,60,70)
#29323C
(41,50,60)
#212832
(33,40,50)
#191E28
(25,30,40)
#11141E
(17,20,30)
#090A14
(9,10,20)
#000000
(0,0,0)

Tints of #596E78

#596E78
(89,110,120)
#687B84
(104,123,132)
#778890
(119,136,144)
#86959C
(134,149,156)
#95A2A8
(149,162,168)
#A4AFB4
(164,175,180)
#B3BCC0
(179,188,192)
#C2C9CC
(194,201,204)
#D1D6D8
(209,214,216)
#E0E3E4
(224,227,228)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596E78 color. Also use rgb(89,110,120) instead hex code.

Text Font Color

.myTextColor { color: #596E78; }

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

This text font color is #596E78.

Background Color

.myBgColor { background-color: #596E78; }

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

This div background color is #596E78.

Border color

.myBorderColor { border: 1px solid #596E78; }

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

This div border color is #596E78.

Opacity

.myOpacity80 { color: #596E78; opacity: 0.8; }

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

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

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

This text has shadow with #596E78 color.


.textShadow {text-shadow: 3px 3px 1px #596E78', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #596E78; -webkit-box-shadow: 1px 1px 3px 2px #596E78; box-shadow:1px 1px 3px 2px #596E78;">
Div content here
</div>

This div box has shadow with color #596E78.

Preview

Color preview on black background

This text has color #596E78 on black background.


Color preview on white background

This text has color #596E78 on white background.


Black color preview on #596E78 background

This text has black color on #596E78 background.


White color preview on #596E78 background

This text has white color on #596E78 background.


Related colors

Complementary color

Complementary color for #hex is #A69187.


I love getcolorcode.com

Triadic colors

1 #78596E and #6E7859 with #596E78 are triadic colors.

2 #786E59 and #6E5978 with #596E78 are triadic colors.