COLOR #596C78

HEX: #596C78 RGB: (89,108,120)

Color info

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

RGB color model

#596C78 color RGB value is (89,108,120).

RGB: (89,108,120) (35%, 42%, 47%)

RGB channels and saturation

R 89 of 255 = 35%
G 108 of 255 = 42%
B 120 of 255 = 47%

89
108
120

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

Portions of RGB colors in percentages

R + G + B = 89 + 108 + 120 = 317 (100%)
R 89 of 317 ~ 28.08%
G 108 of 317 ~ 34.07%
B 120 of 317 ~ 37.85'%

%28.08
%34.07
%37.85

CMYK color model

#596C78 color CMYK value is (26,10,0,53).

  • cyan value is 25.83%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (26,10,0,53)
C26M10Y0K53 (26%, 10%, 0%, 53%)
(0.26 / 0.10 / 0.00 / 0.53)

CMYK percentages

%25.83
%10
%0
%52.94

Codes

Color #596C78 in popluar color models

59 6C 78
RGB 89 108 120
HSL 203° 14.83% 40.98%
HSB/HSV 203° 25.83% 47.06%
CMYK 25.83% 10.00% 0.00%
52.94%

Color #596C78 in popluar number systems.

HEX 59 6C 78
Decimal 89 108 120
Binary 1011001 1101100 1111000
Octal 131 154 170

Shades and tints

Shades of #596C78

#596C78
(89,108,120)
#51636E
(81,99,110)
#495A64
(73,90,100)
#41515A
(65,81,90)
#394850
(57,72,80)
#313F46
(49,63,70)
#29363C
(41,54,60)
#212D32
(33,45,50)
#192428
(25,36,40)
#111B1E
(17,27,30)
#091214
(9,18,20)
#000000
(0,0,0)

Tints of #596C78

#596C78
(89,108,120)
#687984
(104,121,132)
#778690
(119,134,144)
#86939C
(134,147,156)
#95A0A8
(149,160,168)
#A4ADB4
(164,173,180)
#B3BAC0
(179,186,192)
#C2C7CC
(194,199,204)
#D1D4D8
(209,212,216)
#E0E1E4
(224,225,228)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596C78; }

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

This text font color is #596C78.

Background Color

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

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

This div background color is #596C78.

Border color

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

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

This div border color is #596C78.

Opacity

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

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

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

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

This text has shadow with #596C78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #596C78.

Preview

Color preview on black background

This text has color #596C78 on black background.


Color preview on white background

This text has color #596C78 on white background.


Black color preview on #596C78 background

This text has black color on #596C78 background.


White color preview on #596C78 background

This text has white color on #596C78 background.


Related colors

Complementary color

Complementary color for #hex is #A69387.


I love getcolorcode.com

Triadic colors

1 #78596C and #6C7859 with #596C78 are triadic colors.

2 #786C59 and #6C5978 with #596C78 are triadic colors.