COLOR #596F3F

HEX: #596F3F
RGB: (89,111,63)

Color info

#596F3F contains red, green and blue colors in about the same proportion. Web safe color of #596F3F is #666633 (or #663).

RGB color model

#596F3F color RGB value is (89,111,63).

  • red value is 89;
  • green value is 111;
  • blue value is 63.
RGB:
(89,111,63)
(35%,44%,25%)

RGB channels and saturation

R 89 of 255 = 35%
G 111 of 255 = 44%
B 63 of 255 = 25%

89
111
63

R + G + B ~ 35%. #596F3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 111 + 63 = 263 (100%)
R 89 of 263 ~ 33.84%
G 111 of 263 ~ 42.21%
B 63 of 263 ~ 23.95%

%33.84
%42.21
%23.95

CMYK color model

#596F3F color CMYK value is (20,0,43,56).

  • cyan value is 19.82%
  • magenta value is 0.00%
  • yellow value is 43.24%
  • key color value is 56.47%
CMYK:
(20,0,43,56)
C20M0Y43K56 
(20%,0%,43%,56%)
(0.20/0.00/0.43/0.56)	

CMYK percentages

%19.82
%0
%43.24
%56.47

Codes

Color #596F3F in popluar color models

596F3F
RGB8911163
HSL88°27.59%34.12%
HSB/HSV88°43.24%43.53%
CMYK19.82%0.00%43.24%
56.47%

Color #596F3F in popluar number systems.

HEX596F3F
Decimal8911163
Binary10110011101111111111
Octal13115777

Shades and tints

Shades of #596F3F

#596F3F
(89,111,63)
#51653A
(81,101,58)
#495B35
(73,91,53)
#415130
(65,81,48)
#39472B
(57,71,43)
#313D26
(49,61,38)
#293321
(41,51,33)
#21291C
(33,41,28)
#191F17
(25,31,23)
#111512
(17,21,18)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #596F3F

#596F3F
(89,111,63)
#687C50
(104,124,80)
#778961
(119,137,97)
#869672
(134,150,114)
#95A383
(149,163,131)
#A4B094
(164,176,148)
#B3BDA5
(179,189,165)
#C2CAB6
(194,202,182)
#D1D7C7
(209,215,199)
#E0E4D8
(224,228,216)
#EFF1E9
(239,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596F3F color. Also use rgb(89,111,63) instead hex code.

Text Font Color

.myTextColor { color: #596F3F; }

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

This text font color is #596F3F.


Background Color

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

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

This div background color is #596F3F.


Border color

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

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

This div border color is #596F3F.


Opacity

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

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

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

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

This text has shadow with #596F3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596F3F on black background.


Color preview on white background

This text has color #596F3F on white background.



Black color preview on #596F3F background

This text has black color on #596F3F background.


White color preview on #596F3F background

This text has white color on #596F3F background.