COLOR #596250

HEX: #596250
RGB: (89,98,80)

Color info

#596250 contains red, green and blue colors in about the same proportion. Web safe color of #596250 is #666666 (or #666).

RGB color model

#596250 color RGB value is (89,98,80).

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

RGB channels and saturation

R 89 of 255 = 35%
G 98 of 255 = 38%
B 80 of 255 = 31%

89
98
80

R + G + B ~ 35%. #596250 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 98 + 80 = 267 (100%)
R 89 of 267 ~ 33.33%
G 98 of 267 ~ 36.7%
B 80 of 267 ~ 29.96%

%33.33
%36.7
%29.96

CMYK color model

#596250 color CMYK value is (9,0,18,62).

  • cyan value is 9.18%
  • magenta value is 0.00%
  • yellow value is 18.37%
  • key color value is 61.57%
CMYK:
(9,0,18,62)
C9M0Y18K62 
(9%,0%,18%,62%)
(0.09/0.00/0.18/0.62)	

CMYK percentages

%9.18
%0
%18.37
%61.57

Codes

Color #596250 in popluar color models

596250
RGB899880
HSL90°10.11%34.90%
HSB/HSV90°18.37%38.43%
CMYK9.18%0.00%18.37%
61.57%

Color #596250 in popluar number systems.

HEX596250
Decimal899880
Binary101100111000101010000
Octal131142120

Shades and tints

Shades of #596250

#596250
(89,98,80)
#515A49
(81,90,73)
#495242
(73,82,66)
#414A3B
(65,74,59)
#394234
(57,66,52)
#313A2D
(49,58,45)
#293226
(41,50,38)
#212A1F
(33,42,31)
#192218
(25,34,24)
#111A11
(17,26,17)
#09120A
(9,18,10)
#000000
(0,0,0)

Tints of #596250

#596250
(89,98,80)
#68705F
(104,112,95)
#777E6E
(119,126,110)
#868C7D
(134,140,125)
#959A8C
(149,154,140)
#A4A89B
(164,168,155)
#B3B6AA
(179,182,170)
#C2C4B9
(194,196,185)
#D1D2C8
(209,210,200)
#E0E0D7
(224,224,215)
#EFEEE6
(239,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596250; }

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

This text font color is #596250.


Background Color

.myBgColor { background-color: #596250; }

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

This div background color is #596250.


Border color

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

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

This div border color is #596250.


Opacity

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

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

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

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

This text has shadow with #596250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596250 on black background.


Color preview on white background

This text has color #596250 on white background.



Black color preview on #596250 background

This text has black color on #596250 background.


White color preview on #596250 background

This text has white color on #596250 background.