COLOR #808172

HEX: #808172 RGB: (128,129,114)

Color info

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

RGB color model

#808172 color RGB value is (128,129,114).

RGB: (128,129,114) (50%, 51%, 45%)

RGB channels and saturation

R 128 of 255 = 50%
G 129 of 255 = 51%
B 114 of 255 = 45%

128
129
114

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

Portions of RGB colors in percentages

R + G + B = 128 + 129 + 114 = 371 (100%)
R 128 of 371 ~ 34.5%
G 129 of 371 ~ 34.77%
B 114 of 371 ~ 30.73'%

%34.5
%34.77
%30.73

CMYK color model

#808172 color CMYK value is (1,0,12,49).

  • cyan value is 0.78%
  • magenta value is 0.00%
  • yellow value is 11.63%
  • key color value is 49.41%

CMYK: (1,0,12,49)
C1M0Y12K49 (1%, 0%, 12%, 49%)
(0.01 / 0.00 / 0.12 / 0.49)

CMYK percentages

%0.78
%0
%11.63
%49.41

Codes

Color #808172 in popluar color models

80 81 72
RGB 128 129 114
HSL 64° 6.17% 47.65%
HSB/HSV 64° 11.63% 50.59%
CMYK 0.78% 0.00% 11.63%
49.41%

Color #808172 in popluar number systems.

HEX 80 81 72
Decimal 128 129 114
Binary 10000000 10000001 1110010
Octal 200 201 162

Shades and tints

Shades of #808172

#808172
(128,129,114)
#757668
(117,118,104)
#6A6B5E
(106,107,94)
#5F6054
(95,96,84)
#54554A
(84,85,74)
#494A40
(73,74,64)
#3E3F36
(62,63,54)
#33342C
(51,52,44)
#282922
(40,41,34)
#1D1E18
(29,30,24)
#12130E
(18,19,14)
#000000
(0,0,0)

Tints of #808172

#808172
(128,129,114)
#8B8C7E
(139,140,126)
#96978A
(150,151,138)
#A1A296
(161,162,150)
#ACADA2
(172,173,162)
#B7B8AE
(183,184,174)
#C2C3BA
(194,195,186)
#CDCEC6
(205,206,198)
#D8D9D2
(216,217,210)
#E3E4DE
(227,228,222)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808172; }

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

This text font color is #808172.

Background Color

.myBgColor { background-color: #808172; }

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

This div background color is #808172.

Border color

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

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

This div border color is #808172.

Opacity

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

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

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

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

This text has shadow with #808172 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808172.

Preview

Color preview on black background

This text has color #808172 on black background.


Color preview on white background

This text has color #808172 on white background.


Black color preview on #808172 background

This text has black color on #808172 background.


White color preview on #808172 background

This text has white color on #808172 background.


Related colors

Complementary color

Complementary color for #hex is #7F7E8D.


I love getcolorcode.com

Triadic colors

1 #728081 and #817280 with #808172 are triadic colors.

2 #728180 and #818072 with #808172 are triadic colors.