COLOR #806F51

HEX: #806F51
RGB: (128,111,81)

Color info

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

RGB color model

#806F51 color RGB value is (128,111,81).

  • red value is 128;
  • green value is 111;
  • blue value is 81.
RGB:
(128,111,81)
(50%,44%,32%)

RGB channels and saturation

R 128 of 255 = 50%
G 111 of 255 = 44%
B 81 of 255 = 32%

128
111
81

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

Portions of RGB colors in percentages

R + G + B =
128 + 111 + 81 = 320 (100%)
R 128 of 320 ~ 40%
G 111 of 320 ~ 34.69%
B 81 of 320 ~ 25.31%

%40
%34.69
%25.31

CMYK color model

#806F51 color CMYK value is (0,13,37,50).

  • cyan value is 0.00%
  • magenta value is 13.28%
  • yellow value is 36.72%
  • key color value is 49.80%
CMYK:
(0,13,37,50)
C0M13Y37K50 
(0%,13%,37%,50%)
(0.00/0.13/0.37/0.50)	

CMYK percentages

%0
%13.28
%36.72
%49.8

Codes

Color #806F51 in popluar color models

806F51
RGB12811181
HSL38°22.49%40.98%
HSB/HSV38°36.72%50.20%
CMYK0.00%13.28%36.72%
49.80%

Color #806F51 in popluar number systems.

HEX806F51
Decimal12811181
Binary1000000011011111010001
Octal200157121

Shades and tints

Shades of #806F51

#806F51
(128,111,81)
#75654A
(117,101,74)
#6A5B43
(106,91,67)
#5F513C
(95,81,60)
#544735
(84,71,53)
#493D2E
(73,61,46)
#3E3327
(62,51,39)
#332920
(51,41,32)
#281F19
(40,31,25)
#1D1512
(29,21,18)
#120B0B
(18,11,11)
#000000
(0,0,0)

Tints of #806F51

#806F51
(128,111,81)
#8B7C60
(139,124,96)
#96896F
(150,137,111)
#A1967E
(161,150,126)
#ACA38D
(172,163,141)
#B7B09C
(183,176,156)
#C2BDAB
(194,189,171)
#CDCABA
(205,202,186)
#D8D7C9
(216,215,201)
#E3E4D8
(227,228,216)
#EEF1E7
(238,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806F51 color. Also use rgb(128,111,81) instead hex code.

Text Font Color

.myTextColor { color: #806F51; }

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

This text font color is #806F51.


Background Color

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

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

This div background color is #806F51.


Border color

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

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

This div border color is #806F51.


Opacity

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

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

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

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

This text has shadow with #806F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806F51 on black background.


Color preview on white background

This text has color #806F51 on white background.



Black color preview on #806F51 background

This text has black color on #806F51 background.


White color preview on #806F51 background

This text has white color on #806F51 background.