COLOR #596245

HEX: #596245
RGB: (89,98,69)

Color info

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

RGB color model

#596245 color RGB value is (89,98,69).

  • red value is 89;
  • green value is 98;
  • blue value is 69.
RGB:
(89,98,69)
(35%,38%,27%)

RGB channels and saturation

R 89 of 255 = 35%
G 98 of 255 = 38%
B 69 of 255 = 27%

89
98
69

R + G + B ~ 33%. #596245 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 98 + 69 = 256 (100%)
R 89 of 256 ~ 34.77%
G 98 of 256 ~ 38.28%
B 69 of 256 ~ 26.95%

%34.77
%38.28
%26.95

CMYK color model

#596245 color CMYK value is (9,0,30,62).

  • cyan value is 9.18%
  • magenta value is 0.00%
  • yellow value is 29.59%
  • key color value is 61.57%
CMYK:
(9,0,30,62)
C9M0Y30K62 
(9%,0%,30%,62%)
(0.09/0.00/0.30/0.62)	

CMYK percentages

%9.18
%0
%29.59
%61.57

Codes

Color #596245 in popluar color models

596245
RGB899869
HSL79°17.37%32.75%
HSB/HSV79°29.59%38.43%
CMYK9.18%0.00%29.59%
61.57%

Color #596245 in popluar number systems.

HEX596245
Decimal899869
Binary101100111000101000101
Octal131142105

Shades and tints

Shades of #596245

#596245
(89,98,69)
#515A3F
(81,90,63)
#495239
(73,82,57)
#414A33
(65,74,51)
#39422D
(57,66,45)
#313A27
(49,58,39)
#293221
(41,50,33)
#212A1B
(33,42,27)
#192215
(25,34,21)
#111A0F
(17,26,15)
#091209
(9,18,9)
#000000
(0,0,0)

Tints of #596245

#596245
(89,98,69)
#687055
(104,112,85)
#777E65
(119,126,101)
#868C75
(134,140,117)
#959A85
(149,154,133)
#A4A895
(164,168,149)
#B3B6A5
(179,182,165)
#C2C4B5
(194,196,181)
#D1D2C5
(209,210,197)
#E0E0D5
(224,224,213)
#EFEEE5
(239,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596245 color. Also use rgb(89,98,69) instead hex code.

Text Font Color

.myTextColor { color: #596245; }

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

This text font color is #596245.


Background Color

.myBgColor { background-color: #596245; }

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

This div background color is #596245.


Border color

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

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

This div border color is #596245.


Opacity

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

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

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

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

This text has shadow with #596245 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596245 on black background.


Color preview on white background

This text has color #596245 on white background.



Black color preview on #596245 background

This text has black color on #596245 background.


White color preview on #596245 background

This text has white color on #596245 background.