COLOR #596C74

HEX: #596C74 RGB: (89,108,116)

Color info

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

RGB color model

#596C74 color RGB value is (89,108,116).

RGB: (89,108,116) (35%, 42%, 45%)

RGB channels and saturation

R 89 of 255 = 35%
G 108 of 255 = 42%
B 116 of 255 = 45%

89
108
116

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

Portions of RGB colors in percentages

R + G + B = 89 + 108 + 116 = 313 (100%)
R 89 of 313 ~ 28.43%
G 108 of 313 ~ 34.5%
B 116 of 313 ~ 37.06'%

%28.43
%34.5
%37.06

CMYK color model

#596C74 color CMYK value is (23,7,0,55).

  • cyan value is 23.28%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (23,7,0,55)
C23M7Y0K55 (23%, 7%, 0%, 55%)
(0.23 / 0.07 / 0.00 / 0.55)

CMYK percentages

%23.28
%6.9
%0
%54.51

Codes

Color #596C74 in popluar color models

59 6C 74
RGB 89 108 116
HSL 198° 13.17% 40.20%
HSB/HSV 198° 23.28% 45.49%
CMYK 23.28% 6.90% 0.00%
54.51%

Color #596C74 in popluar number systems.

HEX 59 6C 74
Decimal 89 108 116
Binary 1011001 1101100 1110100
Octal 131 154 164

Shades and tints

Shades of #596C74

#596C74
(89,108,116)
#51636A
(81,99,106)
#495A60
(73,90,96)
#415156
(65,81,86)
#39484C
(57,72,76)
#313F42
(49,63,66)
#293638
(41,54,56)
#212D2E
(33,45,46)
#192424
(25,36,36)
#111B1A
(17,27,26)
#091210
(9,18,16)
#000000
(0,0,0)

Tints of #596C74

#596C74
(89,108,116)
#687980
(104,121,128)
#77868C
(119,134,140)
#869398
(134,147,152)
#95A0A4
(149,160,164)
#A4ADB0
(164,173,176)
#B3BABC
(179,186,188)
#C2C7C8
(194,199,200)
#D1D4D4
(209,212,212)
#E0E1E0
(224,225,224)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596C74; }

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

This text font color is #596C74.

Background Color

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

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

This div background color is #596C74.

Border color

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

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

This div border color is #596C74.

Opacity

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

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

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

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

This text has shadow with #596C74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #596C74.

Preview

Color preview on black background

This text has color #596C74 on black background.


Color preview on white background

This text has color #596C74 on white background.


Black color preview on #596C74 background

This text has black color on #596C74 background.


White color preview on #596C74 background

This text has white color on #596C74 background.


Related colors

Complementary color

Complementary color for #hex is #A6938B.


I love getcolorcode.com

Triadic colors

1 #74596C and #6C7459 with #596C74 are triadic colors.

2 #746C59 and #6C5974 with #596C74 are triadic colors.