COLOR #808037

HEX: #808037
RGB: (128,128,55)

Color info

#808037 contains mainly red and green colors. Web safe color of #808037 is #666633 (or #663).

RGB color model

#808037 color RGB value is (128,128,55).

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

RGB channels and saturation

R 128 of 255 = 50%
G 128 of 255 = 50%
B 55 of 255 = 22%

128
128
55

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

Portions of RGB colors in percentages

R + G + B =
128 + 128 + 55 = 311 (100%)
R 128 of 311 ~ 41.16%
G 128 of 311 ~ 41.16%
B 55 of 311 ~ 17.68%

%41.16
%41.16
%17.68

CMYK color model

#808037 color CMYK value is (0,0,57,50).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 57.03%
  • key color value is 49.80%
CMYK:
(0,0,57,50)
C0M0Y57K50 
(0%,0%,57%,50%)
(0.00/0.00/0.57/0.50)	

CMYK percentages

%0
%0
%57.03
%49.8

Codes

Color #808037 in popluar color models

808037
RGB12812855
HSL60°39.89%35.88%
HSB/HSV60°57.03%50.20%
CMYK0.00%0.00%57.03%
49.80%

Color #808037 in popluar number systems.

HEX808037
Decimal12812855
Binary1000000010000000110111
Octal20020067

Shades and tints

Shades of #808037

#808037
(128,128,55)
#757532
(117,117,50)
#6A6A2D
(106,106,45)
#5F5F28
(95,95,40)
#545423
(84,84,35)
#49491E
(73,73,30)
#3E3E19
(62,62,25)
#333314
(51,51,20)
#28280F
(40,40,15)
#1D1D0A
(29,29,10)
#121205
(18,18,5)
#000000
(0,0,0)

Tints of #808037

#808037
(128,128,55)
#8B8B49
(139,139,73)
#96965B
(150,150,91)
#A1A16D
(161,161,109)
#ACAC7F
(172,172,127)
#B7B791
(183,183,145)
#C2C2A3
(194,194,163)
#CDCDB5
(205,205,181)
#D8D8C7
(216,216,199)
#E3E3D9
(227,227,217)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808037; }

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

This text font color is #808037.


Background Color

.myBgColor { background-color: #808037; }

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

This div background color is #808037.


Border color

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

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

This div border color is #808037.


Opacity

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

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

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

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

This text has shadow with #808037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808037 on black background.


Color preview on white background

This text has color #808037 on white background.



Black color preview on #808037 background

This text has black color on #808037 background.


White color preview on #808037 background

This text has white color on #808037 background.