COLOR #806D4F

HEX: #806D4F
RGB: (128,109,79)

Color info

#806D4F contains red, green and blue colors in about the same proportion. Web safe color of #806D4F is #666666 (or #666).

RGB color model

#806D4F color RGB value is (128,109,79).

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

RGB channels and saturation

R 128 of 255 = 50%
G 109 of 255 = 43%
B 79 of 255 = 31%

128
109
79

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

Portions of RGB colors in percentages

R + G + B =
128 + 109 + 79 = 316 (100%)
R 128 of 316 ~ 40.51%
G 109 of 316 ~ 34.49%
B 79 of 316 ~ 25%

%40.51
%34.49
%25

CMYK color model

#806D4F color CMYK value is (0,15,38,50).

  • cyan value is 0.00%
  • magenta value is 14.84%
  • yellow value is 38.28%
  • key color value is 49.80%
CMYK:
(0,15,38,50)
C0M15Y38K50 
(0%,15%,38%,50%)
(0.00/0.15/0.38/0.50)	

CMYK percentages

%0
%14.84
%38.28
%49.8

Codes

Color #806D4F in popluar color models

806D4F
RGB12810979
HSL37°23.67%40.59%
HSB/HSV37°38.28%50.20%
CMYK0.00%14.84%38.28%
49.80%

Color #806D4F in popluar number systems.

HEX806D4F
Decimal12810979
Binary1000000011011011001111
Octal200155117

Shades and tints

Shades of #806D4F

#806D4F
(128,109,79)
#756448
(117,100,72)
#6A5B41
(106,91,65)
#5F523A
(95,82,58)
#544933
(84,73,51)
#49402C
(73,64,44)
#3E3725
(62,55,37)
#332E1E
(51,46,30)
#282517
(40,37,23)
#1D1C10
(29,28,16)
#121309
(18,19,9)
#000000
(0,0,0)

Tints of #806D4F

#806D4F
(128,109,79)
#8B7A5F
(139,122,95)
#96876F
(150,135,111)
#A1947F
(161,148,127)
#ACA18F
(172,161,143)
#B7AE9F
(183,174,159)
#C2BBAF
(194,187,175)
#CDC8BF
(205,200,191)
#D8D5CF
(216,213,207)
#E3E2DF
(227,226,223)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806D4F; }

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

This text font color is #806D4F.


Background Color

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

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

This div background color is #806D4F.


Border color

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

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

This div border color is #806D4F.


Opacity

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

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

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

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

This text has shadow with #806D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806D4F on black background.


Color preview on white background

This text has color #806D4F on white background.



Black color preview on #806D4F background

This text has black color on #806D4F background.


White color preview on #806D4F background

This text has white color on #806D4F background.