COLOR #596028

HEX: #596028
RGB: (89,96,40)

Color info

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

RGB color model

#596028 color RGB value is (89,96,40).

  • red value is 89;
  • green value is 96;
  • blue value is 40.
RGB:
(89,96,40)
(35%,38%,16%)

RGB channels and saturation

R 89 of 255 = 35%
G 96 of 255 = 38%
B 40 of 255 = 16%

89
96
40

R + G + B ~ 30%. #596028 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 96 + 40 = 225 (100%)
R 89 of 225 ~ 39.56%
G 96 of 225 ~ 42.67%
B 40 of 225 ~ 17.78%

%39.56
%42.67
%17.78

CMYK color model

#596028 color CMYK value is (7,0,58,62).

  • cyan value is 7.29%
  • magenta value is 0.00%
  • yellow value is 58.33%
  • key color value is 62.35%
CMYK:
(7,0,58,62)
C7M0Y58K62 
(7%,0%,58%,62%)
(0.07/0.00/0.58/0.62)	

CMYK percentages

%7.29
%0
%58.33
%62.35

Codes

Color #596028 in popluar color models

596028
RGB899640
HSL68°41.18%26.67%
HSB/HSV68°58.33%37.65%
CMYK7.29%0.00%58.33%
62.35%

Color #596028 in popluar number systems.

HEX596028
Decimal899640
Binary10110011100000101000
Octal13114050

Shades and tints

Shades of #596028

#596028
(89,96,40)
#515825
(81,88,37)
#495022
(73,80,34)
#41481F
(65,72,31)
#39401C
(57,64,28)
#313819
(49,56,25)
#293016
(41,48,22)
#212813
(33,40,19)
#192010
(25,32,16)
#11180D
(17,24,13)
#09100A
(9,16,10)
#000000
(0,0,0)

Tints of #596028

#596028
(89,96,40)
#686E3B
(104,110,59)
#777C4E
(119,124,78)
#868A61
(134,138,97)
#959874
(149,152,116)
#A4A687
(164,166,135)
#B3B49A
(179,180,154)
#C2C2AD
(194,194,173)
#D1D0C0
(209,208,192)
#E0DED3
(224,222,211)
#EFECE6
(239,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596028 color. Also use rgb(89,96,40) instead hex code.

Text Font Color

.myTextColor { color: #596028; }

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

This text font color is #596028.


Background Color

.myBgColor { background-color: #596028; }

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

This div background color is #596028.


Border color

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

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

This div border color is #596028.


Opacity

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

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

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

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

This text has shadow with #596028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596028 on black background.


Color preview on white background

This text has color #596028 on white background.



Black color preview on #596028 background

This text has black color on #596028 background.


White color preview on #596028 background

This text has white color on #596028 background.