COLOR #80816F

HEX: #80816F RGB: (128,129,111)

Color info

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

RGB color model

#80816F color RGB value is (128,129,111).

RGB: (128,129,111) (50%, 51%, 44%)

RGB channels and saturation

R 128 of 255 = 50%
G 129 of 255 = 51%
B 111 of 255 = 44%

128
129
111

R + G + B ~ 48%. #80816F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 129 + 111 = 368 (100%)
R 128 of 368 ~ 34.78%
G 129 of 368 ~ 35.05%
B 111 of 368 ~ 30.16'%

%34.78
%35.05
%30.16

CMYK color model

#80816F color CMYK value is (1,0,14,49).

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

CMYK: (1,0,14,49)
C1M0Y14K49 (1%, 0%, 14%, 49%)
(0.01 / 0.00 / 0.14 / 0.49)

CMYK percentages

%0.78
%0
%13.95
%49.41

Codes

Color #80816F in popluar color models

80 81 6F
RGB 128 129 111
HSL 63° 7.50% 47.06%
HSB/HSV 63° 13.95% 50.59%
CMYK 0.78% 0.00% 13.95%
49.41%

Color #80816F in popluar number systems.

HEX 80 81 6F
Decimal 128 129 111
Binary 10000000 10000001 1101111
Octal 200 201 157

Shades and tints

Shades of #80816F

#80816F
(128,129,111)
#757665
(117,118,101)
#6A6B5B
(106,107,91)
#5F6051
(95,96,81)
#545547
(84,85,71)
#494A3D
(73,74,61)
#3E3F33
(62,63,51)
#333429
(51,52,41)
#28291F
(40,41,31)
#1D1E15
(29,30,21)
#12130B
(18,19,11)
#000000
(0,0,0)

Tints of #80816F

#80816F
(128,129,111)
#8B8C7C
(139,140,124)
#969789
(150,151,137)
#A1A296
(161,162,150)
#ACADA3
(172,173,163)
#B7B8B0
(183,184,176)
#C2C3BD
(194,195,189)
#CDCECA
(205,206,202)
#D8D9D7
(216,217,215)
#E3E4E4
(227,228,228)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80816F; }

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

This text font color is #80816F.

Background Color

.myBgColor { background-color: #80816F; }

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

This div background color is #80816F.

Border color

.myBorderColor { border: 1px solid #80816F; }

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

This div border color is #80816F.

Opacity

.myOpacity80 { color: #80816F; opacity: 0.8; }

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

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

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

This text has shadow with #80816F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80816F.

Preview

Color preview on black background

This text has color #80816F on black background.


Color preview on white background

This text has color #80816F on white background.


Black color preview on #80816F background

This text has black color on #80816F background.


White color preview on #80816F background

This text has white color on #80816F background.


Related colors

Complementary color

Complementary color for #hex is #7F7E90.


I love getcolorcode.com

Triadic colors

1 #6F8081 and #816F80 with #80816F are triadic colors.

2 #6F8180 and #81806F with #80816F are triadic colors.