COLOR #806271

HEX: #806271
RGB: (128,98,113)

Color info

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

RGB color model

#806271 color RGB value is (128,98,113).

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

RGB channels and saturation

R 128 of 255 = 50%
G 98 of 255 = 38%
B 113 of 255 = 44%

128
98
113

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

Portions of RGB colors in percentages

R + G + B =
128 + 98 + 113 = 339 (100%)
R 128 of 339 ~ 37.76%
G 98 of 339 ~ 28.91%
B 113 of 339 ~ 33.33%

%37.76
%28.91
%33.33

CMYK color model

#806271 color CMYK value is (0,23,12,50).

  • cyan value is 0.00%
  • magenta value is 23.44%
  • yellow value is 11.72%
  • key color value is 49.80%
CMYK:
(0,23,12,50)
C0M23Y12K50 
(0%,23%,12%,50%)
(0.00/0.23/0.12/0.50)	

CMYK percentages

%0
%23.44
%11.72
%49.8

Codes

Color #806271 in popluar color models

806271
RGB12898113
HSL330°13.27%44.31%
HSB/HSV330°23.44%50.20%
CMYK0.00%23.44%11.72%
49.80%

Color #806271 in popluar number systems.

HEX806271
Decimal12898113
Binary1000000011000101110001
Octal200142161

Shades and tints

Shades of #806271

#806271
(128,98,113)
#755A67
(117,90,103)
#6A525D
(106,82,93)
#5F4A53
(95,74,83)
#544249
(84,66,73)
#493A3F
(73,58,63)
#3E3235
(62,50,53)
#332A2B
(51,42,43)
#282221
(40,34,33)
#1D1A17
(29,26,23)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #806271

#806271
(128,98,113)
#8B707D
(139,112,125)
#967E89
(150,126,137)
#A18C95
(161,140,149)
#AC9AA1
(172,154,161)
#B7A8AD
(183,168,173)
#C2B6B9
(194,182,185)
#CDC4C5
(205,196,197)
#D8D2D1
(216,210,209)
#E3E0DD
(227,224,221)
#EEEEE9
(238,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806271; }

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

This text font color is #806271.


Background Color

.myBgColor { background-color: #806271; }

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

This div background color is #806271.


Border color

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

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

This div border color is #806271.


Opacity

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

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

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

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

This text has shadow with #806271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806271 on black background.


Color preview on white background

This text has color #806271 on white background.



Black color preview on #806271 background

This text has black color on #806271 background.


White color preview on #806271 background

This text has white color on #806271 background.