COLOR #596655

HEX: #596655 RGB: (89,102,85)

Color info

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

RGB color model

#596655 color RGB value is (89,102,85).

RGB: (89,102,85) (35%, 40%, 33%)

RGB channels and saturation

R 89 of 255 = 35%
G 102 of 255 = 40%
B 85 of 255 = 33%

89
102
85

R + G + B ~ 36%. #596655 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 102 + 85 = 276 (100%)
R 89 of 276 ~ 32.25%
G 102 of 276 ~ 36.96%
B 85 of 276 ~ 30.8'%

%32.25
%36.96
%30.8

CMYK color model

#596655 color CMYK value is (13,0,17,60).

  • cyan value is 12.75%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 60.00%

CMYK: (13,0,17,60)
C13M0Y17K60 (13%, 0%, 17%, 60%)
(0.13 / 0.00 / 0.17 / 0.60)

CMYK percentages

%12.75
%0
%16.67
%60

Codes

Color #596655 in popluar color models

59 66 55
RGB 89 102 85
HSL 106° 9.09% 36.67%
HSB/HSV 106° 16.67% 40.00%
CMYK 12.75% 0.00% 16.67%
60.00%

Color #596655 in popluar number systems.

HEX 59 66 55
Decimal 89 102 85
Binary 1011001 1100110 1010101
Octal 131 146 125

Shades and tints

Shades of #596655

#596655
(89,102,85)
#515D4E
(81,93,78)
#495447
(73,84,71)
#414B40
(65,75,64)
#394239
(57,66,57)
#313932
(49,57,50)
#29302B
(41,48,43)
#212724
(33,39,36)
#191E1D
(25,30,29)
#111516
(17,21,22)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #596655

#596655
(89,102,85)
#687364
(104,115,100)
#778073
(119,128,115)
#868D82
(134,141,130)
#959A91
(149,154,145)
#A4A7A0
(164,167,160)
#B3B4AF
(179,180,175)
#C2C1BE
(194,193,190)
#D1CECD
(209,206,205)
#E0DBDC
(224,219,220)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596655 color. Also use rgb(89,102,85) instead hex code.

Text Font Color

.myTextColor { color: #596655; }

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

This text font color is #596655.

Background Color

.myBgColor { background-color: #596655; }

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

This div background color is #596655.

Border color

.myBorderColor { border: 1px solid #596655; }

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

This div border color is #596655.

Opacity

.myOpacity80 { color: #596655; opacity: 0.8; }

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

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

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

This text has shadow with #596655 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #596655.

Preview

Color preview on black background

This text has color #596655 on black background.


Color preview on white background

This text has color #596655 on white background.


Black color preview on #596655 background

This text has black color on #596655 background.


White color preview on #596655 background

This text has white color on #596655 background.


Related colors

Complementary color

Complementary color for #hex is #A699AA.


I love getcolorcode.com

Triadic colors

1 #555966 and #665559 with #596655 are triadic colors.

2 #556659 and #665955 with #596655 are triadic colors.