COLOR #806D45

HEX: #806D45
RGB: (128,109,69)

Color info

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

RGB color model

#806D45 color RGB value is (128,109,69).

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

RGB channels and saturation

R 128 of 255 = 50%
G 109 of 255 = 43%
B 69 of 255 = 27%

128
109
69

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

Portions of RGB colors in percentages

R + G + B =
128 + 109 + 69 = 306 (100%)
R 128 of 306 ~ 41.83%
G 109 of 306 ~ 35.62%
B 69 of 306 ~ 22.55%

%41.83
%35.62
%22.55

CMYK color model

#806D45 color CMYK value is (0,15,46,50).

  • cyan value is 0.00%
  • magenta value is 14.84%
  • yellow value is 46.09%
  • key color value is 49.80%
CMYK:
(0,15,46,50)
C0M15Y46K50 
(0%,15%,46%,50%)
(0.00/0.15/0.46/0.50)	

CMYK percentages

%0
%14.84
%46.09
%49.8

Codes

Color #806D45 in popluar color models

806D45
RGB12810969
HSL41°29.95%38.63%
HSB/HSV41°46.09%50.20%
CMYK0.00%14.84%46.09%
49.80%

Color #806D45 in popluar number systems.

HEX806D45
Decimal12810969
Binary1000000011011011000101
Octal200155105

Shades and tints

Shades of #806D45

#806D45
(128,109,69)
#75643F
(117,100,63)
#6A5B39
(106,91,57)
#5F5233
(95,82,51)
#54492D
(84,73,45)
#494027
(73,64,39)
#3E3721
(62,55,33)
#332E1B
(51,46,27)
#282515
(40,37,21)
#1D1C0F
(29,28,15)
#121309
(18,19,9)
#000000
(0,0,0)

Tints of #806D45

#806D45
(128,109,69)
#8B7A55
(139,122,85)
#968765
(150,135,101)
#A19475
(161,148,117)
#ACA185
(172,161,133)
#B7AE95
(183,174,149)
#C2BBA5
(194,187,165)
#CDC8B5
(205,200,181)
#D8D5C5
(216,213,197)
#E3E2D5
(227,226,213)
#EEEFE5
(238,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806D45; }

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

This text font color is #806D45.


Background Color

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

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

This div background color is #806D45.


Border color

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

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

This div border color is #806D45.


Opacity

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

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

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

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

This text has shadow with #806D45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806D45 on black background.


Color preview on white background

This text has color #806D45 on white background.



Black color preview on #806D45 background

This text has black color on #806D45 background.


White color preview on #806D45 background

This text has white color on #806D45 background.