COLOR #596958

HEX: #596958
RGB: (89,105,88)

Color info

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

RGB color model

#596958 color RGB value is (89,105,88).

  • red value is 89;
  • green value is 105;
  • blue value is 88.
RGB:
(89,105,88)
(35%,41%,35%)

RGB channels and saturation

R 89 of 255 = 35%
G 105 of 255 = 41%
B 88 of 255 = 35%

89
105
88

R + G + B ~ 37%. #596958 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 105 + 88 = 282 (100%)
R 89 of 282 ~ 31.56%
G 105 of 282 ~ 37.23%
B 88 of 282 ~ 31.21%

%31.56
%37.23
%31.21

CMYK color model

#596958 color CMYK value is (15,0,16,59).

  • cyan value is 15.24%
  • magenta value is 0.00%
  • yellow value is 16.19%
  • key color value is 58.82%
CMYK:
(15,0,16,59)
C15M0Y16K59 
(15%,0%,16%,59%)
(0.15/0.00/0.16/0.59)	

CMYK percentages

%15.24
%0
%16.19
%58.82

Codes

Color #596958 in popluar color models

596958
RGB8910588
HSL116°8.81%37.84%
HSB/HSV116°16.19%41.18%
CMYK15.24%0.00%16.19%
58.82%

Color #596958 in popluar number systems.

HEX596958
Decimal8910588
Binary101100111010011011000
Octal131151130

Shades and tints

Shades of #596958

#596958
(89,105,88)
#516050
(81,96,80)
#495748
(73,87,72)
#414E40
(65,78,64)
#394538
(57,69,56)
#313C30
(49,60,48)
#293328
(41,51,40)
#212A20
(33,42,32)
#192118
(25,33,24)
#111810
(17,24,16)
#090F08
(9,15,8)
#000000
(0,0,0)

Tints of #596958

#596958
(89,105,88)
#687667
(104,118,103)
#778376
(119,131,118)
#869085
(134,144,133)
#959D94
(149,157,148)
#A4AAA3
(164,170,163)
#B3B7B2
(179,183,178)
#C2C4C1
(194,196,193)
#D1D1D0
(209,209,208)
#E0DEDF
(224,222,223)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596958 color. Also use rgb(89,105,88) instead hex code.

Text Font Color

.myTextColor { color: #596958; }

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

This text font color is #596958.


Background Color

.myBgColor { background-color: #596958; }

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

This div background color is #596958.


Border color

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

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

This div border color is #596958.


Opacity

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

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

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

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

This text has shadow with #596958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596958 on black background.


Color preview on white background

This text has color #596958 on white background.



Black color preview on #596958 background

This text has black color on #596958 background.


White color preview on #596958 background

This text has white color on #596958 background.