COLOR #808E49

HEX: #808E49
RGB: (128,142,73)

Color info

#808E49 contains mainly red and green colors. Web safe color of #808E49 is #669933 (or #693).

RGB color model

#808E49 color RGB value is (128,142,73).

  • red value is 128;
  • green value is 142;
  • blue value is 73.
RGB:
(128,142,73)
(50%,56%,29%)

RGB channels and saturation

R 128 of 255 = 50%
G 142 of 255 = 56%
B 73 of 255 = 29%

128
142
73

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

Portions of RGB colors in percentages

R + G + B =
128 + 142 + 73 = 343 (100%)
R 128 of 343 ~ 37.32%
G 142 of 343 ~ 41.4%
B 73 of 343 ~ 21.28%

%37.32
%41.4
%21.28

CMYK color model

#808E49 color CMYK value is (10,0,49,44).

  • cyan value is 9.86%
  • magenta value is 0.00%
  • yellow value is 48.59%
  • key color value is 44.31%
CMYK:
(10,0,49,44)
C10M0Y49K44 
(10%,0%,49%,44%)
(0.10/0.00/0.49/0.44)	

CMYK percentages

%9.86
%0
%48.59
%44.31

Codes

Color #808E49 in popluar color models

808E49
RGB12814273
HSL72°32.09%42.16%
HSB/HSV72°48.59%55.69%
CMYK9.86%0.00%48.59%
44.31%

Color #808E49 in popluar number systems.

HEX808E49
Decimal12814273
Binary10000000100011101001001
Octal200216111

Shades and tints

Shades of #808E49

#808E49
(128,142,73)
#758243
(117,130,67)
#6A763D
(106,118,61)
#5F6A37
(95,106,55)
#545E31
(84,94,49)
#49522B
(73,82,43)
#3E4625
(62,70,37)
#333A1F
(51,58,31)
#282E19
(40,46,25)
#1D2213
(29,34,19)
#12160D
(18,22,13)
#000000
(0,0,0)

Tints of #808E49

#808E49
(128,142,73)
#8B9859
(139,152,89)
#96A269
(150,162,105)
#A1AC79
(161,172,121)
#ACB689
(172,182,137)
#B7C099
(183,192,153)
#C2CAA9
(194,202,169)
#CDD4B9
(205,212,185)
#D8DEC9
(216,222,201)
#E3E8D9
(227,232,217)
#EEF2E9
(238,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808E49 color. Also use rgb(128,142,73) instead hex code.

Text Font Color

.myTextColor { color: #808E49; }

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

This text font color is #808E49.


Background Color

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

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

This div background color is #808E49.


Border color

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

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

This div border color is #808E49.


Opacity

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

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

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

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

This text has shadow with #808E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808E49 on black background.


Color preview on white background

This text has color #808E49 on white background.



Black color preview on #808E49 background

This text has black color on #808E49 background.


White color preview on #808E49 background

This text has white color on #808E49 background.