COLOR #808571

HEX: #808571
RGB: (128,133,113)

Color info

#808571 contains red, green and blue colors in about the same proportion. Web safe color of #808571 is #669966 (or #696).

RGB color model

#808571 color RGB value is (128,133,113).

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

RGB channels and saturation

R 128 of 255 = 50%
G 133 of 255 = 52%
B 113 of 255 = 44%

128
133
113

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

Portions of RGB colors in percentages

R + G + B =
128 + 133 + 113 = 374 (100%)
R 128 of 374 ~ 34.22%
G 133 of 374 ~ 35.56%
B 113 of 374 ~ 30.21%

%34.22
%35.56
%30.21

CMYK color model

#808571 color CMYK value is (4,0,15,48).

  • cyan value is 3.76%
  • magenta value is 0.00%
  • yellow value is 15.04%
  • key color value is 47.84%
CMYK:
(4,0,15,48)
C4M0Y15K48 
(4%,0%,15%,48%)
(0.04/0.00/0.15/0.48)	

CMYK percentages

%3.76
%0
%15.04
%47.84

Codes

Color #808571 in popluar color models

808571
RGB128133113
HSL75°8.13%48.24%
HSB/HSV75°15.04%52.16%
CMYK3.76%0.00%15.04%
47.84%

Color #808571 in popluar number systems.

HEX808571
Decimal128133113
Binary10000000100001011110001
Octal200205161

Shades and tints

Shades of #808571

#808571
(128,133,113)
#757967
(117,121,103)
#6A6D5D
(106,109,93)
#5F6153
(95,97,83)
#545549
(84,85,73)
#49493F
(73,73,63)
#3E3D35
(62,61,53)
#33312B
(51,49,43)
#282521
(40,37,33)
#1D1917
(29,25,23)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #808571

#808571
(128,133,113)
#8B907D
(139,144,125)
#969B89
(150,155,137)
#A1A695
(161,166,149)
#ACB1A1
(172,177,161)
#B7BCAD
(183,188,173)
#C2C7B9
(194,199,185)
#CDD2C5
(205,210,197)
#D8DDD1
(216,221,209)
#E3E8DD
(227,232,221)
#EEF3E9
(238,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808571; }

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

This text font color is #808571.


Background Color

.myBgColor { background-color: #808571; }

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

This div background color is #808571.


Border color

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

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

This div border color is #808571.


Opacity

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

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

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

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

This text has shadow with #808571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808571 on black background.


Color preview on white background

This text has color #808571 on white background.



Black color preview on #808571 background

This text has black color on #808571 background.


White color preview on #808571 background

This text has white color on #808571 background.