COLOR #596355

HEX: #596355
RGB: (89,99,85)

Color info

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

RGB color model

#596355 color RGB value is (89,99,85).

  • red value is 89;
  • green value is 99;
  • blue value is 85.
RGB:
(89,99,85)
(35%,39%,33%)

RGB channels and saturation

R 89 of 255 = 35%
G 99 of 255 = 39%
B 85 of 255 = 33%

89
99
85

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

Portions of RGB colors in percentages

R + G + B =
89 + 99 + 85 = 273 (100%)
R 89 of 273 ~ 32.6%
G 99 of 273 ~ 36.26%
B 85 of 273 ~ 31.14%

%32.6
%36.26
%31.14

CMYK color model

#596355 color CMYK value is (10,0,14,61).

  • cyan value is 10.10%
  • magenta value is 0.00%
  • yellow value is 14.14%
  • key color value is 61.18%
CMYK:
(10,0,14,61)
C10M0Y14K61 
(10%,0%,14%,61%)
(0.10/0.00/0.14/0.61)	

CMYK percentages

%10.1
%0
%14.14
%61.18

Codes

Color #596355 in popluar color models

596355
RGB899985
HSL103°7.61%36.08%
HSB/HSV103°14.14%38.82%
CMYK10.10%0.00%14.14%
61.18%

Color #596355 in popluar number systems.

HEX596355
Decimal899985
Binary101100111000111010101
Octal131143125

Shades and tints

Shades of #596355

#596355
(89,99,85)
#515A4E
(81,90,78)
#495147
(73,81,71)
#414840
(65,72,64)
#393F39
(57,63,57)
#313632
(49,54,50)
#292D2B
(41,45,43)
#212424
(33,36,36)
#191B1D
(25,27,29)
#111216
(17,18,22)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #596355

#596355
(89,99,85)
#687164
(104,113,100)
#777F73
(119,127,115)
#868D82
(134,141,130)
#959B91
(149,155,145)
#A4A9A0
(164,169,160)
#B3B7AF
(179,183,175)
#C2C5BE
(194,197,190)
#D1D3CD
(209,211,205)
#E0E1DC
(224,225,220)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596355; }

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

This text font color is #596355.


Background Color

.myBgColor { background-color: #596355; }

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

This div background color is #596355.


Border color

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

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

This div border color is #596355.


Opacity

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

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

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

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

This text has shadow with #596355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596355 on black background.


Color preview on white background

This text has color #596355 on white background.



Black color preview on #596355 background

This text has black color on #596355 background.


White color preview on #596355 background

This text has white color on #596355 background.