COLOR #596138

HEX: #596138
RGB: (89,97,56)

Color info

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

RGB color model

#596138 color RGB value is (89,97,56).

  • red value is 89;
  • green value is 97;
  • blue value is 56.
RGB:
(89,97,56)
(35%,38%,22%)

RGB channels and saturation

R 89 of 255 = 35%
G 97 of 255 = 38%
B 56 of 255 = 22%

89
97
56

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

Portions of RGB colors in percentages

R + G + B =
89 + 97 + 56 = 242 (100%)
R 89 of 242 ~ 36.78%
G 97 of 242 ~ 40.08%
B 56 of 242 ~ 23.14%

%36.78
%40.08
%23.14

CMYK color model

#596138 color CMYK value is (8,0,42,62).

  • cyan value is 8.25%
  • magenta value is 0.00%
  • yellow value is 42.27%
  • key color value is 61.96%
CMYK:
(8,0,42,62)
C8M0Y42K62 
(8%,0%,42%,62%)
(0.08/0.00/0.42/0.62)	

CMYK percentages

%8.25
%0
%42.27
%61.96

Codes

Color #596138 in popluar color models

596138
RGB899756
HSL72°26.80%30.00%
HSB/HSV72°42.27%38.04%
CMYK8.25%0.00%42.27%
61.96%

Color #596138 in popluar number systems.

HEX596138
Decimal899756
Binary10110011100001111000
Octal13114170

Shades and tints

Shades of #596138

#596138
(89,97,56)
#515933
(81,89,51)
#49512E
(73,81,46)
#414929
(65,73,41)
#394124
(57,65,36)
#31391F
(49,57,31)
#29311A
(41,49,26)
#212915
(33,41,21)
#192110
(25,33,16)
#11190B
(17,25,11)
#091106
(9,17,6)
#000000
(0,0,0)

Tints of #596138

#596138
(89,97,56)
#686F4A
(104,111,74)
#777D5C
(119,125,92)
#868B6E
(134,139,110)
#959980
(149,153,128)
#A4A792
(164,167,146)
#B3B5A4
(179,181,164)
#C2C3B6
(194,195,182)
#D1D1C8
(209,209,200)
#E0DFDA
(224,223,218)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596138 color. Also use rgb(89,97,56) instead hex code.

Text Font Color

.myTextColor { color: #596138; }

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

This text font color is #596138.


Background Color

.myBgColor { background-color: #596138; }

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

This div background color is #596138.


Border color

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

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

This div border color is #596138.


Opacity

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

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

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

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

This text has shadow with #596138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596138 on black background.


Color preview on white background

This text has color #596138 on white background.



Black color preview on #596138 background

This text has black color on #596138 background.


White color preview on #596138 background

This text has white color on #596138 background.