COLOR #808139

HEX: #808139
RGB: (128,129,57)

Color info

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

RGB color model

#808139 color RGB value is (128,129,57).

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

RGB channels and saturation

R 128 of 255 = 50%
G 129 of 255 = 51%
B 57 of 255 = 22%

128
129
57

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

Portions of RGB colors in percentages

R + G + B =
128 + 129 + 57 = 314 (100%)
R 128 of 314 ~ 40.76%
G 129 of 314 ~ 41.08%
B 57 of 314 ~ 18.15%

%40.76
%41.08
%18.15

CMYK color model

#808139 color CMYK value is (1,0,56,49).

  • cyan value is 0.78%
  • magenta value is 0.00%
  • yellow value is 55.81%
  • key color value is 49.41%
CMYK:
(1,0,56,49)
C1M0Y56K49 
(1%,0%,56%,49%)
(0.01/0.00/0.56/0.49)	

CMYK percentages

%0.78
%0
%55.81
%49.41

Codes

Color #808139 in popluar color models

808139
RGB12812957
HSL61°38.71%36.47%
HSB/HSV61°55.81%50.59%
CMYK0.78%0.00%55.81%
49.41%

Color #808139 in popluar number systems.

HEX808139
Decimal12812957
Binary1000000010000001111001
Octal20020171

Shades and tints

Shades of #808139

#808139
(128,129,57)
#757634
(117,118,52)
#6A6B2F
(106,107,47)
#5F602A
(95,96,42)
#545525
(84,85,37)
#494A20
(73,74,32)
#3E3F1B
(62,63,27)
#333416
(51,52,22)
#282911
(40,41,17)
#1D1E0C
(29,30,12)
#121307
(18,19,7)
#000000
(0,0,0)

Tints of #808139

#808139
(128,129,57)
#8B8C4B
(139,140,75)
#96975D
(150,151,93)
#A1A26F
(161,162,111)
#ACAD81
(172,173,129)
#B7B893
(183,184,147)
#C2C3A5
(194,195,165)
#CDCEB7
(205,206,183)
#D8D9C9
(216,217,201)
#E3E4DB
(227,228,219)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808139 color. Also use rgb(128,129,57) instead hex code.

Text Font Color

.myTextColor { color: #808139; }

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

This text font color is #808139.


Background Color

.myBgColor { background-color: #808139; }

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

This div background color is #808139.


Border color

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

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

This div border color is #808139.


Opacity

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

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

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

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

This text has shadow with #808139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808139 on black background.


Color preview on white background

This text has color #808139 on white background.



Black color preview on #808139 background

This text has black color on #808139 background.


White color preview on #808139 background

This text has white color on #808139 background.