COLOR #808572

HEX: #808572 RGB: (128,133,114)

Color info

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

RGB color model

#808572 color RGB value is (128,133,114).

RGB: (128,133,114) (50%, 52%, 45%)

RGB channels and saturation

R 128 of 255 = 50%
G 133 of 255 = 52%
B 114 of 255 = 45%

128
133
114

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

Portions of RGB colors in percentages

R + G + B = 128 + 133 + 114 = 375 (100%)
R 128 of 375 ~ 34.13%
G 133 of 375 ~ 35.47%
B 114 of 375 ~ 30.4'%

%34.13
%35.47
%30.4

CMYK color model

#808572 color CMYK value is (4,0,14,48).

  • cyan value is 3.76%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 47.84%

CMYK: (4,0,14,48)
C4M0Y14K48 (4%, 0%, 14%, 48%)
(0.04 / 0.00 / 0.14 / 0.48)

CMYK percentages

%3.76
%0
%14.29
%47.84

Codes

Color #808572 in popluar color models

80 85 72
RGB 128 133 114
HSL 76° 7.69% 48.43%
HSB/HSV 76° 14.29% 52.16%
CMYK 3.76% 0.00% 14.29%
47.84%

Color #808572 in popluar number systems.

HEX 80 85 72
Decimal 128 133 114
Binary 10000000 10000101 1110010
Octal 200 205 162

Shades and tints

Shades of #808572

#808572
(128,133,114)
#757968
(117,121,104)
#6A6D5E
(106,109,94)
#5F6154
(95,97,84)
#54554A
(84,85,74)
#494940
(73,73,64)
#3E3D36
(62,61,54)
#33312C
(51,49,44)
#282522
(40,37,34)
#1D1918
(29,25,24)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #808572

#808572
(128,133,114)
#8B907E
(139,144,126)
#969B8A
(150,155,138)
#A1A696
(161,166,150)
#ACB1A2
(172,177,162)
#B7BCAE
(183,188,174)
#C2C7BA
(194,199,186)
#CDD2C6
(205,210,198)
#D8DDD2
(216,221,210)
#E3E8DE
(227,232,222)
#EEF3EA
(238,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808572; }

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

This text font color is #808572.

Background Color

.myBgColor { background-color: #808572; }

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

This div background color is #808572.

Border color

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

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

This div border color is #808572.

Opacity

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

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

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

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

This text has shadow with #808572 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808572.

Preview

Color preview on black background

This text has color #808572 on black background.


Color preview on white background

This text has color #808572 on white background.


Black color preview on #808572 background

This text has black color on #808572 background.


White color preview on #808572 background

This text has white color on #808572 background.


Related colors

Complementary color

Complementary color for #hex is #7F7A8D.


I love getcolorcode.com

Triadic colors

1 #728085 and #857280 with #808572 are triadic colors.

2 #728580 and #858072 with #808572 are triadic colors.