COLOR #806D41

HEX: #806D41
RGB: (128,109,65)

Color info

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

RGB color model

#806D41 color RGB value is (128,109,65).

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

RGB channels and saturation

R 128 of 255 = 50%
G 109 of 255 = 43%
B 65 of 255 = 25%

128
109
65

R + G + B ~ 39%. #806D41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 109 + 65 = 302 (100%)
R 128 of 302 ~ 42.38%
G 109 of 302 ~ 36.09%
B 65 of 302 ~ 21.52%

%42.38
%36.09
%21.52

CMYK color model

#806D41 color CMYK value is (0,15,49,50).

  • cyan value is 0.00%
  • magenta value is 14.84%
  • yellow value is 49.22%
  • key color value is 49.80%
CMYK:
(0,15,49,50)
C0M15Y49K50 
(0%,15%,49%,50%)
(0.00/0.15/0.49/0.50)	

CMYK percentages

%0
%14.84
%49.22
%49.8

Codes

Color #806D41 in popluar color models

806D41
RGB12810965
HSL42°32.64%37.84%
HSB/HSV42°49.22%50.20%
CMYK0.00%14.84%49.22%
49.80%

Color #806D41 in popluar number systems.

HEX806D41
Decimal12810965
Binary1000000011011011000001
Octal200155101

Shades and tints

Shades of #806D41

#806D41
(128,109,65)
#75643C
(117,100,60)
#6A5B37
(106,91,55)
#5F5232
(95,82,50)
#54492D
(84,73,45)
#494028
(73,64,40)
#3E3723
(62,55,35)
#332E1E
(51,46,30)
#282519
(40,37,25)
#1D1C14
(29,28,20)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #806D41

#806D41
(128,109,65)
#8B7A52
(139,122,82)
#968763
(150,135,99)
#A19474
(161,148,116)
#ACA185
(172,161,133)
#B7AE96
(183,174,150)
#C2BBA7
(194,187,167)
#CDC8B8
(205,200,184)
#D8D5C9
(216,213,201)
#E3E2DA
(227,226,218)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806D41; }

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

This text font color is #806D41.


Background Color

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

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

This div background color is #806D41.


Border color

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

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

This div border color is #806D41.


Opacity

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

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

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

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

This text has shadow with #806D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806D41 on black background.


Color preview on white background

This text has color #806D41 on white background.



Black color preview on #806D41 background

This text has black color on #806D41 background.


White color preview on #806D41 background

This text has white color on #806D41 background.