COLOR #596330

HEX: #596330
RGB: (89,99,48)

Color info

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

RGB color model

#596330 color RGB value is (89,99,48).

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

RGB channels and saturation

R 89 of 255 = 35%
G 99 of 255 = 39%
B 48 of 255 = 19%

89
99
48

R + G + B ~ 31%. #596330 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 99 + 48 = 236 (100%)
R 89 of 236 ~ 37.71%
G 99 of 236 ~ 41.95%
B 48 of 236 ~ 20.34%

%37.71
%41.95
%20.34

CMYK color model

#596330 color CMYK value is (10,0,52,61).

  • cyan value is 10.10%
  • magenta value is 0.00%
  • yellow value is 51.52%
  • key color value is 61.18%
CMYK:
(10,0,52,61)
C10M0Y52K61 
(10%,0%,52%,61%)
(0.10/0.00/0.52/0.61)	

CMYK percentages

%10.1
%0
%51.52
%61.18

Codes

Color #596330 in popluar color models

596330
RGB899948
HSL72°34.69%28.82%
HSB/HSV72°51.52%38.82%
CMYK10.10%0.00%51.52%
61.18%

Color #596330 in popluar number systems.

HEX596330
Decimal899948
Binary10110011100011110000
Octal13114360

Shades and tints

Shades of #596330

#596330
(89,99,48)
#515A2C
(81,90,44)
#495128
(73,81,40)
#414824
(65,72,36)
#393F20
(57,63,32)
#31361C
(49,54,28)
#292D18
(41,45,24)
#212414
(33,36,20)
#191B10
(25,27,16)
#11120C
(17,18,12)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #596330

#596330
(89,99,48)
#687142
(104,113,66)
#777F54
(119,127,84)
#868D66
(134,141,102)
#959B78
(149,155,120)
#A4A98A
(164,169,138)
#B3B79C
(179,183,156)
#C2C5AE
(194,197,174)
#D1D3C0
(209,211,192)
#E0E1D2
(224,225,210)
#EFEFE4
(239,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596330; }

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

This text font color is #596330.


Background Color

.myBgColor { background-color: #596330; }

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

This div background color is #596330.


Border color

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

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

This div border color is #596330.


Opacity

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

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

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

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

This text has shadow with #596330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596330 on black background.


Color preview on white background

This text has color #596330 on white background.



Black color preview on #596330 background

This text has black color on #596330 background.


White color preview on #596330 background

This text has white color on #596330 background.