COLOR #596D6E

HEX: #596D6E RGB: (89,109,110)

Color info

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

RGB color model

#596D6E color RGB value is (89,109,110).

RGB: (89,109,110) (35%, 43%, 43%)

RGB channels and saturation

R 89 of 255 = 35%
G 109 of 255 = 43%
B 110 of 255 = 43%

89
109
110

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

Portions of RGB colors in percentages

R + G + B = 89 + 109 + 110 = 308 (100%)
R 89 of 308 ~ 28.9%
G 109 of 308 ~ 35.39%
B 110 of 308 ~ 35.71'%

%28.9
%35.39
%35.71

CMYK color model

#596D6E color CMYK value is (19,1,0,57).

  • cyan value is 19.09%
  • magenta value is 0.91%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (19,1,0,57)
C19M1Y0K57 (19%, 1%, 0%, 57%)
(0.19 / 0.01 / 0.00 / 0.57)

CMYK percentages

%19.09
%0.91
%0
%56.86

Codes

Color #596D6E in popluar color models

59 6D 6E
RGB 89 109 110
HSL 183° 10.55% 39.02%
HSB/HSV 183° 19.09% 43.14%
CMYK 19.09% 0.91% 0.00%
56.86%

Color #596D6E in popluar number systems.

HEX 59 6D 6E
Decimal 89 109 110
Binary 1011001 1101101 1101110
Octal 131 155 156

Shades and tints

Shades of #596D6E

#596D6E
(89,109,110)
#516464
(81,100,100)
#495B5A
(73,91,90)
#415250
(65,82,80)
#394946
(57,73,70)
#31403C
(49,64,60)
#293732
(41,55,50)
#212E28
(33,46,40)
#19251E
(25,37,30)
#111C14
(17,28,20)
#09130A
(9,19,10)
#000000
(0,0,0)

Tints of #596D6E

#596D6E
(89,109,110)
#687A7B
(104,122,123)
#778788
(119,135,136)
#869495
(134,148,149)
#95A1A2
(149,161,162)
#A4AEAF
(164,174,175)
#B3BBBC
(179,187,188)
#C2C8C9
(194,200,201)
#D1D5D6
(209,213,214)
#E0E2E3
(224,226,227)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596D6E; }

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

This text font color is #596D6E.

Background Color

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

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

This div background color is #596D6E.

Border color

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

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

This div border color is #596D6E.

Opacity

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

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

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

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

This text has shadow with #596D6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #596D6E.

Preview

Color preview on black background

This text has color #596D6E on black background.


Color preview on white background

This text has color #596D6E on white background.


Black color preview on #596D6E background

This text has black color on #596D6E background.


White color preview on #596D6E background

This text has white color on #596D6E background.


Related colors

Complementary color

Complementary color for #hex is #A69291.


I love getcolorcode.com

Triadic colors

1 #6E596D and #6D6E59 with #596D6E are triadic colors.

2 #6E6D59 and #6D596E with #596D6E are triadic colors.