COLOR #596757

HEX: #596757
RGB: (89,103,87)

Color info

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

RGB color model

#596757 color RGB value is (89,103,87).

  • red value is 89;
  • green value is 103;
  • blue value is 87.
RGB:
(89,103,87)
(35%,40%,34%)

RGB channels and saturation

R 89 of 255 = 35%
G 103 of 255 = 40%
B 87 of 255 = 34%

89
103
87

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

Portions of RGB colors in percentages

R + G + B =
89 + 103 + 87 = 279 (100%)
R 89 of 279 ~ 31.9%
G 103 of 279 ~ 36.92%
B 87 of 279 ~ 31.18%

%31.9
%36.92
%31.18

CMYK color model

#596757 color CMYK value is (14,0,16,60).

  • cyan value is 13.59%
  • magenta value is 0.00%
  • yellow value is 15.53%
  • key color value is 59.61%
CMYK:
(14,0,16,60)
C14M0Y16K60 
(14%,0%,16%,60%)
(0.14/0.00/0.16/0.60)	

CMYK percentages

%13.59
%0
%15.53
%59.61

Codes

Color #596757 in popluar color models

596757
RGB8910387
HSL113°8.42%37.25%
HSB/HSV113°15.53%40.39%
CMYK13.59%0.00%15.53%
59.61%

Color #596757 in popluar number systems.

HEX596757
Decimal8910387
Binary101100111001111010111
Octal131147127

Shades and tints

Shades of #596757

#596757
(89,103,87)
#515E50
(81,94,80)
#495549
(73,85,73)
#414C42
(65,76,66)
#39433B
(57,67,59)
#313A34
(49,58,52)
#29312D
(41,49,45)
#212826
(33,40,38)
#191F1F
(25,31,31)
#111618
(17,22,24)
#090D11
(9,13,17)
#000000
(0,0,0)

Tints of #596757

#596757
(89,103,87)
#687466
(104,116,102)
#778175
(119,129,117)
#868E84
(134,142,132)
#959B93
(149,155,147)
#A4A8A2
(164,168,162)
#B3B5B1
(179,181,177)
#C2C2C0
(194,194,192)
#D1CFCF
(209,207,207)
#E0DCDE
(224,220,222)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596757 color. Also use rgb(89,103,87) instead hex code.

Text Font Color

.myTextColor { color: #596757; }

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

This text font color is #596757.


Background Color

.myBgColor { background-color: #596757; }

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

This div background color is #596757.


Border color

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

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

This div border color is #596757.


Opacity

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

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

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

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

This text has shadow with #596757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596757 on black background.


Color preview on white background

This text has color #596757 on white background.



Black color preview on #596757 background

This text has black color on #596757 background.


White color preview on #596757 background

This text has white color on #596757 background.