COLOR #806512

HEX: #806512
RGB: (128,101,18)

Color info

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

RGB color model

#806512 color RGB value is (128,101,18).

  • red value is 128;
  • green value is 101;
  • blue value is 18.
RGB:
(128,101,18)
(50%,40%,7%)

RGB channels and saturation

R 128 of 255 = 50%
G 101 of 255 = 40%
B 18 of 255 = 7%

128
101
18

R + G + B ~ 32%. #806512 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 101 + 18 = 247 (100%)
R 128 of 247 ~ 51.82%
G 101 of 247 ~ 40.89%
B 18 of 247 ~ 7.29%

%51.82
%40.89

CMYK color model

#806512 color CMYK value is (0,21,86,50).

  • cyan value is 0.00%
  • magenta value is 21.09%
  • yellow value is 85.94%
  • key color value is 49.80%
CMYK:
(0,21,86,50)
C0M21Y86K50 
(0%,21%,86%,50%)
(0.00/0.21/0.86/0.50)	

CMYK percentages

%0
%21.09
%85.94
%49.8

Codes

Color #806512 in popluar color models

806512
RGB12810118
HSL45°75.34%28.63%
HSB/HSV45°85.94%50.20%
CMYK0.00%21.09%85.94%
49.80%

Color #806512 in popluar number systems.

HEX806512
Decimal12810118
Binary10000000110010110010
Octal20014522

Shades and tints

Shades of #806512

#806512
(128,101,18)
#755C11
(117,92,17)
#6A5310
(106,83,16)
#5F4A0F
(95,74,15)
#54410E
(84,65,14)
#49380D
(73,56,13)
#3E2F0C
(62,47,12)
#33260B
(51,38,11)
#281D0A
(40,29,10)
#1D1409
(29,20,9)
#120B08
(18,11,8)
#000000
(0,0,0)

Tints of #806512

#806512
(128,101,18)
#8B7327
(139,115,39)
#96813C
(150,129,60)
#A18F51
(161,143,81)
#AC9D66
(172,157,102)
#B7AB7B
(183,171,123)
#C2B990
(194,185,144)
#CDC7A5
(205,199,165)
#D8D5BA
(216,213,186)
#E3E3CF
(227,227,207)
#EEF1E4
(238,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806512; }

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

This text font color is #806512.


Background Color

.myBgColor { background-color: #806512; }

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

This div background color is #806512.


Border color

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

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

This div border color is #806512.


Opacity

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

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

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

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

This text has shadow with #806512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806512 on black background.


Color preview on white background

This text has color #806512 on white background.



Black color preview on #806512 background

This text has black color on #806512 background.


White color preview on #806512 background

This text has white color on #806512 background.