COLOR #806752

HEX: #806752
RGB: (128,103,82)

Color info

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

RGB color model

#806752 color RGB value is (128,103,82).

  • red value is 128;
  • green value is 103;
  • blue value is 82.
RGB:
(128,103,82)
(50%,40%,32%)

RGB channels and saturation

R 128 of 255 = 50%
G 103 of 255 = 40%
B 82 of 255 = 32%

128
103
82

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

Portions of RGB colors in percentages

R + G + B =
128 + 103 + 82 = 313 (100%)
R 128 of 313 ~ 40.89%
G 103 of 313 ~ 32.91%
B 82 of 313 ~ 26.2%

%40.89
%32.91
%26.2

CMYK color model

#806752 color CMYK value is (0,20,36,50).

  • cyan value is 0.00%
  • magenta value is 19.53%
  • yellow value is 35.94%
  • key color value is 49.80%
CMYK:
(0,20,36,50)
C0M20Y36K50 
(0%,20%,36%,50%)
(0.00/0.20/0.36/0.50)	

CMYK percentages

%0
%19.53
%35.94
%49.8

Codes

Color #806752 in popluar color models

806752
RGB12810382
HSL27°21.90%41.18%
HSB/HSV27°35.94%50.20%
CMYK0.00%19.53%35.94%
49.80%

Color #806752 in popluar number systems.

HEX806752
Decimal12810382
Binary1000000011001111010010
Octal200147122

Shades and tints

Shades of #806752

#806752
(128,103,82)
#755E4B
(117,94,75)
#6A5544
(106,85,68)
#5F4C3D
(95,76,61)
#544336
(84,67,54)
#493A2F
(73,58,47)
#3E3128
(62,49,40)
#332821
(51,40,33)
#281F1A
(40,31,26)
#1D1613
(29,22,19)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #806752

#806752
(128,103,82)
#8B7461
(139,116,97)
#968170
(150,129,112)
#A18E7F
(161,142,127)
#AC9B8E
(172,155,142)
#B7A89D
(183,168,157)
#C2B5AC
(194,181,172)
#CDC2BB
(205,194,187)
#D8CFCA
(216,207,202)
#E3DCD9
(227,220,217)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806752 color. Also use rgb(128,103,82) instead hex code.

Text Font Color

.myTextColor { color: #806752; }

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

This text font color is #806752.


Background Color

.myBgColor { background-color: #806752; }

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

This div background color is #806752.


Border color

.myBorderColor { border: 1px solid #806752; }

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

This div border color is #806752.


Opacity

.myOpacity80 { color: #806752; opacity: 0.8; }

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

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

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

This text has shadow with #806752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806752 on black background.


Color preview on white background

This text has color #806752 on white background.



Black color preview on #806752 background

This text has black color on #806752 background.


White color preview on #806752 background

This text has white color on #806752 background.