COLOR #809362

HEX: #809362
RGB: (128,147,98)

Color info

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

RGB color model

#809362 color RGB value is (128,147,98).

  • red value is 128;
  • green value is 147;
  • blue value is 98.
RGB:
(128,147,98)
(50%,58%,38%)

RGB channels and saturation

R 128 of 255 = 50%
G 147 of 255 = 58%
B 98 of 255 = 38%

128
147
98

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

Portions of RGB colors in percentages

R + G + B =
128 + 147 + 98 = 373 (100%)
R 128 of 373 ~ 34.32%
G 147 of 373 ~ 39.41%
B 98 of 373 ~ 26.27%

%34.32
%39.41
%26.27

CMYK color model

#809362 color CMYK value is (13,0,33,42).

  • cyan value is 12.93%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 42.35%
CMYK:
(13,0,33,42)
C13M0Y33K42 
(13%,0%,33%,42%)
(0.13/0.00/0.33/0.42)	

CMYK percentages

%12.93
%0
%33.33
%42.35

Codes

Color #809362 in popluar color models

809362
RGB12814798
HSL83°20.00%48.04%
HSB/HSV83°33.33%57.65%
CMYK12.93%0.00%33.33%
42.35%

Color #809362 in popluar number systems.

HEX809362
Decimal12814798
Binary10000000100100111100010
Octal200223142

Shades and tints

Shades of #809362

#809362
(128,147,98)
#75865A
(117,134,90)
#6A7952
(106,121,82)
#5F6C4A
(95,108,74)
#545F42
(84,95,66)
#49523A
(73,82,58)
#3E4532
(62,69,50)
#33382A
(51,56,42)
#282B22
(40,43,34)
#1D1E1A
(29,30,26)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #809362

#809362
(128,147,98)
#8B9C70
(139,156,112)
#96A57E
(150,165,126)
#A1AE8C
(161,174,140)
#ACB79A
(172,183,154)
#B7C0A8
(183,192,168)
#C2C9B6
(194,201,182)
#CDD2C4
(205,210,196)
#D8DBD2
(216,219,210)
#E3E4E0
(227,228,224)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809362 color. Also use rgb(128,147,98) instead hex code.

Text Font Color

.myTextColor { color: #809362; }

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

This text font color is #809362.


Background Color

.myBgColor { background-color: #809362; }

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

This div background color is #809362.


Border color

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

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

This div border color is #809362.


Opacity

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

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

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

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

This text has shadow with #809362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809362 on black background.


Color preview on white background

This text has color #809362 on white background.



Black color preview on #809362 background

This text has black color on #809362 background.


White color preview on #809362 background

This text has white color on #809362 background.