COLOR #809216

HEX: #809216
RGB: (128,146,22)

Color info

#809216 contains mainly red and green colors. Web safe color of #809216 is #669900 (or #690).

RGB color model

#809216 color RGB value is (128,146,22).

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

RGB channels and saturation

R 128 of 255 = 50%
G 146 of 255 = 57%
B 22 of 255 = 9%

128
146
22

R + G + B ~ 39%. #809216 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 146 + 22 = 296 (100%)
R 128 of 296 ~ 43.24%
G 146 of 296 ~ 49.32%
B 22 of 296 ~ 7.43%

%43.24
%49.32

CMYK color model

#809216 color CMYK value is (12,0,85,43).

  • cyan value is 12.33%
  • magenta value is 0.00%
  • yellow value is 84.93%
  • key color value is 42.75%
CMYK:
(12,0,85,43)
C12M0Y85K43 
(12%,0%,85%,43%)
(0.12/0.00/0.85/0.43)	

CMYK percentages

%12.33
%0
%84.93
%42.75

Codes

Color #809216 in popluar color models

809216
RGB12814622
HSL69°73.81%32.94%
HSB/HSV69°84.93%57.25%
CMYK12.33%0.00%84.93%
42.75%

Color #809216 in popluar number systems.

HEX809216
Decimal12814622
Binary100000001001001010110
Octal20022226

Shades and tints

Shades of #809216

#809216
(128,146,22)
#758514
(117,133,20)
#6A7812
(106,120,18)
#5F6B10
(95,107,16)
#545E0E
(84,94,14)
#49510C
(73,81,12)
#3E440A
(62,68,10)
#333708
(51,55,8)
#282A06
(40,42,6)
#1D1D04
(29,29,4)
#121002
(18,16,2)
#000000
(0,0,0)

Tints of #809216

#809216
(128,146,22)
#8B9B2B
(139,155,43)
#96A440
(150,164,64)
#A1AD55
(161,173,85)
#ACB66A
(172,182,106)
#B7BF7F
(183,191,127)
#C2C894
(194,200,148)
#CDD1A9
(205,209,169)
#D8DABE
(216,218,190)
#E3E3D3
(227,227,211)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809216; }

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

This text font color is #809216.


Background Color

.myBgColor { background-color: #809216; }

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

This div background color is #809216.


Border color

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

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

This div border color is #809216.


Opacity

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

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

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

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

This text has shadow with #809216 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809216 on black background.


Color preview on white background

This text has color #809216 on white background.



Black color preview on #809216 background

This text has black color on #809216 background.


White color preview on #809216 background

This text has white color on #809216 background.