COLOR #596C60

HEX: #596C60 RGB: (89,108,96)

Color info

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

RGB color model

#596C60 color RGB value is (89,108,96).

RGB: (89,108,96) (35%, 42%, 38%)

RGB channels and saturation

R 89 of 255 = 35%
G 108 of 255 = 42%
B 96 of 255 = 38%

89
108
96

R + G + B ~ 38%. #596C60 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 108 + 96 = 293 (100%)
R 89 of 293 ~ 30.38%
G 108 of 293 ~ 36.86%
B 96 of 293 ~ 32.76'%

%30.38
%36.86
%32.76

CMYK color model

#596C60 color CMYK value is (18,0,11,58).

  • cyan value is 17.59%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 57.65%

CMYK: (18,0,11,58)
C18M0Y11K58 (18%, 0%, 11%, 58%)
(0.18 / 0.00 / 0.11 / 0.58)

CMYK percentages

%17.59
%0
%11.11
%57.65

Codes

Color #596C60 in popluar color models

59 6C 60
RGB 89 108 96
HSL 142° 9.64% 38.63%
HSB/HSV 142° 17.59% 42.35%
CMYK 17.59% 0.00% 11.11%
57.65%

Color #596C60 in popluar number systems.

HEX 59 6C 60
Decimal 89 108 96
Binary 1011001 1101100 1100000
Octal 131 154 140

Shades and tints

Shades of #596C60

#596C60
(89,108,96)
#516358
(81,99,88)
#495A50
(73,90,80)
#415148
(65,81,72)
#394840
(57,72,64)
#313F38
(49,63,56)
#293630
(41,54,48)
#212D28
(33,45,40)
#192420
(25,36,32)
#111B18
(17,27,24)
#091210
(9,18,16)
#000000
(0,0,0)

Tints of #596C60

#596C60
(89,108,96)
#68796E
(104,121,110)
#77867C
(119,134,124)
#86938A
(134,147,138)
#95A098
(149,160,152)
#A4ADA6
(164,173,166)
#B3BAB4
(179,186,180)
#C2C7C2
(194,199,194)
#D1D4D0
(209,212,208)
#E0E1DE
(224,225,222)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596C60; }

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

This text font color is #596C60.

Background Color

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

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

This div background color is #596C60.

Border color

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

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

This div border color is #596C60.

Opacity

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

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

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

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

This text has shadow with #596C60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #596C60.

Preview

Color preview on black background

This text has color #596C60 on black background.


Color preview on white background

This text has color #596C60 on white background.


Black color preview on #596C60 background

This text has black color on #596C60 background.


White color preview on #596C60 background

This text has white color on #596C60 background.


Related colors

Complementary color

Complementary color for #hex is #A6939F.


I love getcolorcode.com

Triadic colors

1 #60596C and #6C6059 with #596C60 are triadic colors.

2 #606C59 and #6C5960 with #596C60 are triadic colors.