COLOR #596930

HEX: #596930
RGB: (89,105,48)

Color info

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

RGB color model

#596930 color RGB value is (89,105,48).

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

RGB channels and saturation

R 89 of 255 = 35%
G 105 of 255 = 41%
B 48 of 255 = 19%

89
105
48

R + G + B ~ 32%. #596930 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 105 + 48 = 242 (100%)
R 89 of 242 ~ 36.78%
G 105 of 242 ~ 43.39%
B 48 of 242 ~ 19.83%

%36.78
%43.39
%19.83

CMYK color model

#596930 color CMYK value is (15,0,54,59).

  • cyan value is 15.24%
  • magenta value is 0.00%
  • yellow value is 54.29%
  • key color value is 58.82%
CMYK:
(15,0,54,59)
C15M0Y54K59 
(15%,0%,54%,59%)
(0.15/0.00/0.54/0.59)	

CMYK percentages

%15.24
%0
%54.29
%58.82

Codes

Color #596930 in popluar color models

596930
RGB8910548
HSL77°37.25%30.00%
HSB/HSV77°54.29%41.18%
CMYK15.24%0.00%54.29%
58.82%

Color #596930 in popluar number systems.

HEX596930
Decimal8910548
Binary10110011101001110000
Octal13115160

Shades and tints

Shades of #596930

#596930
(89,105,48)
#51602C
(81,96,44)
#495728
(73,87,40)
#414E24
(65,78,36)
#394520
(57,69,32)
#313C1C
(49,60,28)
#293318
(41,51,24)
#212A14
(33,42,20)
#192110
(25,33,16)
#11180C
(17,24,12)
#090F08
(9,15,8)
#000000
(0,0,0)

Tints of #596930

#596930
(89,105,48)
#687642
(104,118,66)
#778354
(119,131,84)
#869066
(134,144,102)
#959D78
(149,157,120)
#A4AA8A
(164,170,138)
#B3B79C
(179,183,156)
#C2C4AE
(194,196,174)
#D1D1C0
(209,209,192)
#E0DED2
(224,222,210)
#EFEBE4
(239,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596930; }

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

This text font color is #596930.


Background Color

.myBgColor { background-color: #596930; }

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

This div background color is #596930.


Border color

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

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

This div border color is #596930.


Opacity

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

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

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

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

This text has shadow with #596930 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596930 on black background.


Color preview on white background

This text has color #596930 on white background.



Black color preview on #596930 background

This text has black color on #596930 background.


White color preview on #596930 background

This text has white color on #596930 background.