COLOR #806D49

HEX: #806D49
RGB: (128,109,73)

Color info

#806D49 contains red, green and blue colors in about the same proportion. Web safe color of #806D49 is #666633 (or #663).

RGB color model

#806D49 color RGB value is (128,109,73).

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

RGB channels and saturation

R 128 of 255 = 50%
G 109 of 255 = 43%
B 73 of 255 = 29%

128
109
73

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

Portions of RGB colors in percentages

R + G + B =
128 + 109 + 73 = 310 (100%)
R 128 of 310 ~ 41.29%
G 109 of 310 ~ 35.16%
B 73 of 310 ~ 23.55%

%41.29
%35.16
%23.55

CMYK color model

#806D49 color CMYK value is (0,15,43,50).

  • cyan value is 0.00%
  • magenta value is 14.84%
  • yellow value is 42.97%
  • key color value is 49.80%
CMYK:
(0,15,43,50)
C0M15Y43K50 
(0%,15%,43%,50%)
(0.00/0.15/0.43/0.50)	

CMYK percentages

%0
%14.84
%42.97
%49.8

Codes

Color #806D49 in popluar color models

806D49
RGB12810973
HSL39°27.36%39.41%
HSB/HSV39°42.97%50.20%
CMYK0.00%14.84%42.97%
49.80%

Color #806D49 in popluar number systems.

HEX806D49
Decimal12810973
Binary1000000011011011001001
Octal200155111

Shades and tints

Shades of #806D49

#806D49
(128,109,73)
#756443
(117,100,67)
#6A5B3D
(106,91,61)
#5F5237
(95,82,55)
#544931
(84,73,49)
#49402B
(73,64,43)
#3E3725
(62,55,37)
#332E1F
(51,46,31)
#282519
(40,37,25)
#1D1C13
(29,28,19)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #806D49

#806D49
(128,109,73)
#8B7A59
(139,122,89)
#968769
(150,135,105)
#A19479
(161,148,121)
#ACA189
(172,161,137)
#B7AE99
(183,174,153)
#C2BBA9
(194,187,169)
#CDC8B9
(205,200,185)
#D8D5C9
(216,213,201)
#E3E2D9
(227,226,217)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806D49 color. Also use rgb(128,109,73) instead hex code.

Text Font Color

.myTextColor { color: #806D49; }

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

This text font color is #806D49.


Background Color

.myBgColor { background-color: #806D49; }

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

This div background color is #806D49.


Border color

.myBorderColor { border: 1px solid #806D49; }

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

This div border color is #806D49.


Opacity

.myOpacity80 { color: #806D49; opacity: 0.8; }

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

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

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

This text has shadow with #806D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806D49 on black background.


Color preview on white background

This text has color #806D49 on white background.



Black color preview on #806D49 background

This text has black color on #806D49 background.


White color preview on #806D49 background

This text has white color on #806D49 background.