COLOR #808D62

HEX: #808D62
RGB: (128,141,98)

Color info

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

RGB color model

#808D62 color RGB value is (128,141,98).

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

RGB channels and saturation

R 128 of 255 = 50%
G 141 of 255 = 55%
B 98 of 255 = 38%

128
141
98

R + G + B ~ 48%. #808D62 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 141 + 98 = 367 (100%)
R 128 of 367 ~ 34.88%
G 141 of 367 ~ 38.42%
B 98 of 367 ~ 26.7%

%34.88
%38.42
%26.7

CMYK color model

#808D62 color CMYK value is (9,0,30,45).

  • cyan value is 9.22%
  • magenta value is 0.00%
  • yellow value is 30.50%
  • key color value is 44.71%
CMYK:
(9,0,30,45)
C9M0Y30K45 
(9%,0%,30%,45%)
(0.09/0.00/0.30/0.45)	

CMYK percentages

%9.22
%0
%30.5
%44.71

Codes

Color #808D62 in popluar color models

808D62
RGB12814198
HSL78°17.99%46.86%
HSB/HSV78°30.50%55.29%
CMYK9.22%0.00%30.50%
44.71%

Color #808D62 in popluar number systems.

HEX808D62
Decimal12814198
Binary10000000100011011100010
Octal200215142

Shades and tints

Shades of #808D62

#808D62
(128,141,98)
#75815A
(117,129,90)
#6A7552
(106,117,82)
#5F694A
(95,105,74)
#545D42
(84,93,66)
#49513A
(73,81,58)
#3E4532
(62,69,50)
#33392A
(51,57,42)
#282D22
(40,45,34)
#1D211A
(29,33,26)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #808D62

#808D62
(128,141,98)
#8B9770
(139,151,112)
#96A17E
(150,161,126)
#A1AB8C
(161,171,140)
#ACB59A
(172,181,154)
#B7BFA8
(183,191,168)
#C2C9B6
(194,201,182)
#CDD3C4
(205,211,196)
#D8DDD2
(216,221,210)
#E3E7E0
(227,231,224)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808D62; }

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

This text font color is #808D62.


Background Color

.myBgColor { background-color: #808D62; }

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

This div background color is #808D62.


Border color

.myBorderColor { border: 1px solid #808D62; }

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

This div border color is #808D62.


Opacity

.myOpacity80 { color: #808D62; opacity: 0.8; }

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

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

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

This text has shadow with #808D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808D62 on black background.


Color preview on white background

This text has color #808D62 on white background.



Black color preview on #808D62 background

This text has black color on #808D62 background.


White color preview on #808D62 background

This text has white color on #808D62 background.