COLOR #809259

HEX: #809259
RGB: (128,146,89)

Color info

#809259 contains red, green and blue colors in about the same proportion. Web safe color of #809259 is #669966 (or #696).

RGB color model

#809259 color RGB value is (128,146,89).

  • red value is 128;
  • green value is 146;
  • blue value is 89.
RGB:
(128,146,89)
(50%,57%,35%)

RGB channels and saturation

R 128 of 255 = 50%
G 146 of 255 = 57%
B 89 of 255 = 35%

128
146
89

R + G + B ~ 47%. #809259 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 146 + 89 = 363 (100%)
R 128 of 363 ~ 35.26%
G 146 of 363 ~ 40.22%
B 89 of 363 ~ 24.52%

%35.26
%40.22
%24.52

CMYK color model

#809259 color CMYK value is (12,0,39,43).

  • cyan value is 12.33%
  • magenta value is 0.00%
  • yellow value is 39.04%
  • key color value is 42.75%
CMYK:
(12,0,39,43)
C12M0Y39K43 
(12%,0%,39%,43%)
(0.12/0.00/0.39/0.43)	

CMYK percentages

%12.33
%0
%39.04
%42.75

Codes

Color #809259 in popluar color models

809259
RGB12814689
HSL79°24.26%46.08%
HSB/HSV79°39.04%57.25%
CMYK12.33%0.00%39.04%
42.75%

Color #809259 in popluar number systems.

HEX809259
Decimal12814689
Binary10000000100100101011001
Octal200222131

Shades and tints

Shades of #809259

#809259
(128,146,89)
#758551
(117,133,81)
#6A7849
(106,120,73)
#5F6B41
(95,107,65)
#545E39
(84,94,57)
#495131
(73,81,49)
#3E4429
(62,68,41)
#333721
(51,55,33)
#282A19
(40,42,25)
#1D1D11
(29,29,17)
#121009
(18,16,9)
#000000
(0,0,0)

Tints of #809259

#809259
(128,146,89)
#8B9B68
(139,155,104)
#96A477
(150,164,119)
#A1AD86
(161,173,134)
#ACB695
(172,182,149)
#B7BFA4
(183,191,164)
#C2C8B3
(194,200,179)
#CDD1C2
(205,209,194)
#D8DAD1
(216,218,209)
#E3E3E0
(227,227,224)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809259 color. Also use rgb(128,146,89) instead hex code.

Text Font Color

.myTextColor { color: #809259; }

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

This text font color is #809259.


Background Color

.myBgColor { background-color: #809259; }

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

This div background color is #809259.


Border color

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

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

This div border color is #809259.


Opacity

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

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

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

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

This text has shadow with #809259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809259 on black background.


Color preview on white background

This text has color #809259 on white background.



Black color preview on #809259 background

This text has black color on #809259 background.


White color preview on #809259 background

This text has white color on #809259 background.