COLOR #596346

HEX: #596346
RGB: (89,99,70)

Color info

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

RGB color model

#596346 color RGB value is (89,99,70).

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

RGB channels and saturation

R 89 of 255 = 35%
G 99 of 255 = 39%
B 70 of 255 = 27%

89
99
70

R + G + B ~ 34%. #596346 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 99 + 70 = 258 (100%)
R 89 of 258 ~ 34.5%
G 99 of 258 ~ 38.37%
B 70 of 258 ~ 27.13%

%34.5
%38.37
%27.13

CMYK color model

#596346 color CMYK value is (10,0,29,61).

  • cyan value is 10.10%
  • magenta value is 0.00%
  • yellow value is 29.29%
  • key color value is 61.18%
CMYK:
(10,0,29,61)
C10M0Y29K61 
(10%,0%,29%,61%)
(0.10/0.00/0.29/0.61)	

CMYK percentages

%10.1
%0
%29.29
%61.18

Codes

Color #596346 in popluar color models

596346
RGB899970
HSL81°17.16%33.14%
HSB/HSV81°29.29%38.82%
CMYK10.10%0.00%29.29%
61.18%

Color #596346 in popluar number systems.

HEX596346
Decimal899970
Binary101100111000111000110
Octal131143106

Shades and tints

Shades of #596346

#596346
(89,99,70)
#515A40
(81,90,64)
#49513A
(73,81,58)
#414834
(65,72,52)
#393F2E
(57,63,46)
#313628
(49,54,40)
#292D22
(41,45,34)
#21241C
(33,36,28)
#191B16
(25,27,22)
#111210
(17,18,16)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #596346

#596346
(89,99,70)
#687156
(104,113,86)
#777F66
(119,127,102)
#868D76
(134,141,118)
#959B86
(149,155,134)
#A4A996
(164,169,150)
#B3B7A6
(179,183,166)
#C2C5B6
(194,197,182)
#D1D3C6
(209,211,198)
#E0E1D6
(224,225,214)
#EFEFE6
(239,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596346; }

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

This text font color is #596346.


Background Color

.myBgColor { background-color: #596346; }

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

This div background color is #596346.


Border color

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

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

This div border color is #596346.


Opacity

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

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

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

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

This text has shadow with #596346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596346 on black background.


Color preview on white background

This text has color #596346 on white background.



Black color preview on #596346 background

This text has black color on #596346 background.


White color preview on #596346 background

This text has white color on #596346 background.