COLOR #807011

HEX: #807011
RGB: (128,112,17)

Color info

#807011 contains mainly red and green colors. Web safe color of #807011 is #666600 (or #660).

RGB color model

#807011 color RGB value is (128,112,17).

  • red value is 128;
  • green value is 112;
  • blue value is 17.
RGB:
(128,112,17)
(50%,44%,7%)

RGB channels and saturation

R 128 of 255 = 50%
G 112 of 255 = 44%
B 17 of 255 = 7%

128
112
17

R + G + B ~ 34%. #807011 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 112 + 17 = 257 (100%)
R 128 of 257 ~ 49.81%
G 112 of 257 ~ 43.58%
B 17 of 257 ~ 6.61%

%49.81
%43.58

CMYK color model

#807011 color CMYK value is (0,13,87,50).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 86.72%
  • key color value is 49.80%
CMYK:
(0,13,87,50)
C0M13Y87K50 
(0%,13%,87%,50%)
(0.00/0.13/0.87/0.50)	

CMYK percentages

%0
%12.5
%86.72
%49.8

Codes

Color #807011 in popluar color models

807011
RGB12811217
HSL51°76.55%28.43%
HSB/HSV51°86.72%50.20%
CMYK0.00%12.50%86.72%
49.80%

Color #807011 in popluar number systems.

HEX807011
Decimal12811217
Binary10000000111000010001
Octal20016021

Shades and tints

Shades of #807011

#807011
(128,112,17)
#756610
(117,102,16)
#6A5C0F
(106,92,15)
#5F520E
(95,82,14)
#54480D
(84,72,13)
#493E0C
(73,62,12)
#3E340B
(62,52,11)
#332A0A
(51,42,10)
#282009
(40,32,9)
#1D1608
(29,22,8)
#120C07
(18,12,7)
#000000
(0,0,0)

Tints of #807011

#807011
(128,112,17)
#8B7D26
(139,125,38)
#968A3B
(150,138,59)
#A19750
(161,151,80)
#ACA465
(172,164,101)
#B7B17A
(183,177,122)
#C2BE8F
(194,190,143)
#CDCBA4
(205,203,164)
#D8D8B9
(216,216,185)
#E3E5CE
(227,229,206)
#EEF2E3
(238,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807011; }

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

This text font color is #807011.


Background Color

.myBgColor { background-color: #807011; }

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

This div background color is #807011.


Border color

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

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

This div border color is #807011.


Opacity

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

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

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

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

This text has shadow with #807011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807011 on black background.


Color preview on white background

This text has color #807011 on white background.



Black color preview on #807011 background

This text has black color on #807011 background.


White color preview on #807011 background

This text has white color on #807011 background.