COLOR #596D75

HEX: #596D75 RGB: (89,109,117)

Color info

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

RGB color model

#596D75 color RGB value is (89,109,117).

RGB: (89,109,117) (35%, 43%, 46%)

RGB channels and saturation

R 89 of 255 = 35%
G 109 of 255 = 43%
B 117 of 255 = 46%

89
109
117

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

Portions of RGB colors in percentages

R + G + B = 89 + 109 + 117 = 315 (100%)
R 89 of 315 ~ 28.25%
G 109 of 315 ~ 34.6%
B 117 of 315 ~ 37.14'%

%28.25
%34.6
%37.14

CMYK color model

#596D75 color CMYK value is (24,7,0,54).

  • cyan value is 23.93%
  • magenta value is 6.84%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (24,7,0,54)
C24M7Y0K54 (24%, 7%, 0%, 54%)
(0.24 / 0.07 / 0.00 / 0.54)

CMYK percentages

%23.93
%6.84
%0
%54.12

Codes

Color #596D75 in popluar color models

59 6D 75
RGB 89 109 117
HSL 197° 13.59% 40.39%
HSB/HSV 197° 23.93% 45.88%
CMYK 23.93% 6.84% 0.00%
54.12%

Color #596D75 in popluar number systems.

HEX 59 6D 75
Decimal 89 109 117
Binary 1011001 1101101 1110101
Octal 131 155 165

Shades and tints

Shades of #596D75

#596D75
(89,109,117)
#51646B
(81,100,107)
#495B61
(73,91,97)
#415257
(65,82,87)
#39494D
(57,73,77)
#314043
(49,64,67)
#293739
(41,55,57)
#212E2F
(33,46,47)
#192525
(25,37,37)
#111C1B
(17,28,27)
#091311
(9,19,17)
#000000
(0,0,0)

Tints of #596D75

#596D75
(89,109,117)
#687A81
(104,122,129)
#77878D
(119,135,141)
#869499
(134,148,153)
#95A1A5
(149,161,165)
#A4AEB1
(164,174,177)
#B3BBBD
(179,187,189)
#C2C8C9
(194,200,201)
#D1D5D5
(209,213,213)
#E0E2E1
(224,226,225)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596D75 color. Also use rgb(89,109,117) instead hex code.

Text Font Color

.myTextColor { color: #596D75; }

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

This text font color is #596D75.

Background Color

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

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

This div background color is #596D75.

Border color

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

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

This div border color is #596D75.

Opacity

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

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

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

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

This text has shadow with #596D75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #596D75.

Preview

Color preview on black background

This text has color #596D75 on black background.


Color preview on white background

This text has color #596D75 on white background.


Black color preview on #596D75 background

This text has black color on #596D75 background.


White color preview on #596D75 background

This text has white color on #596D75 background.


Related colors

Complementary color

Complementary color for #hex is #A6928A.


I love getcolorcode.com

Triadic colors

1 #75596D and #6D7559 with #596D75 are triadic colors.

2 #756D59 and #6D5975 with #596D75 are triadic colors.