COLOR #806671

HEX: #806671
RGB: (128,102,113)

Color info

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

RGB color model

#806671 color RGB value is (128,102,113).

  • red value is 128;
  • green value is 102;
  • blue value is 113.
RGB:
(128,102,113)
(50%,40%,44%)

RGB channels and saturation

R 128 of 255 = 50%
G 102 of 255 = 40%
B 113 of 255 = 44%

128
102
113

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

Portions of RGB colors in percentages

R + G + B =
128 + 102 + 113 = 343 (100%)
R 128 of 343 ~ 37.32%
G 102 of 343 ~ 29.74%
B 113 of 343 ~ 32.94%

%37.32
%29.74
%32.94

CMYK color model

#806671 color CMYK value is (0,20,12,50).

  • cyan value is 0.00%
  • magenta value is 20.31%
  • yellow value is 11.72%
  • key color value is 49.80%
CMYK:
(0,20,12,50)
C0M20Y12K50 
(0%,20%,12%,50%)
(0.00/0.20/0.12/0.50)	

CMYK percentages

%0
%20.31
%11.72
%49.8

Codes

Color #806671 in popluar color models

806671
RGB128102113
HSL335°11.30%45.10%
HSB/HSV335°20.31%50.20%
CMYK0.00%20.31%11.72%
49.80%

Color #806671 in popluar number systems.

HEX806671
Decimal128102113
Binary1000000011001101110001
Octal200146161

Shades and tints

Shades of #806671

#806671
(128,102,113)
#755D67
(117,93,103)
#6A545D
(106,84,93)
#5F4B53
(95,75,83)
#544249
(84,66,73)
#49393F
(73,57,63)
#3E3035
(62,48,53)
#33272B
(51,39,43)
#281E21
(40,30,33)
#1D1517
(29,21,23)
#120C0D
(18,12,13)
#000000
(0,0,0)

Tints of #806671

#806671
(128,102,113)
#8B737D
(139,115,125)
#968089
(150,128,137)
#A18D95
(161,141,149)
#AC9AA1
(172,154,161)
#B7A7AD
(183,167,173)
#C2B4B9
(194,180,185)
#CDC1C5
(205,193,197)
#D8CED1
(216,206,209)
#E3DBDD
(227,219,221)
#EEE8E9
(238,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806671 color. Also use rgb(128,102,113) instead hex code.

Text Font Color

.myTextColor { color: #806671; }

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

This text font color is #806671.


Background Color

.myBgColor { background-color: #806671; }

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

This div background color is #806671.


Border color

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

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

This div border color is #806671.


Opacity

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

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

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

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

This text has shadow with #806671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806671 on black background.


Color preview on white background

This text has color #806671 on white background.



Black color preview on #806671 background

This text has black color on #806671 background.


White color preview on #806671 background

This text has white color on #806671 background.