COLOR #80796E

HEX: #80796E
RGB: (128,121,110)

Color info

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

RGB color model

#80796E color RGB value is (128,121,110).

  • red value is 128;
  • green value is 121;
  • blue value is 110.
RGB:
(128,121,110)
(50%,47%,43%)

RGB channels and saturation

R 128 of 255 = 50%
G 121 of 255 = 47%
B 110 of 255 = 43%

128
121
110

R + G + B ~ 47%. #80796E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 121 + 110 = 359 (100%)
R 128 of 359 ~ 35.65%
G 121 of 359 ~ 33.7%
B 110 of 359 ~ 30.64%

%35.65
%33.7
%30.64

CMYK color model

#80796E color CMYK value is (0,5,14,50).

  • cyan value is 0.00%
  • magenta value is 5.47%
  • yellow value is 14.06%
  • key color value is 49.80%
CMYK:
(0,5,14,50)
C0M5Y14K50 
(0%,5%,14%,50%)
(0.00/0.05/0.14/0.50)	

CMYK percentages

%0
%5.47
%14.06
%49.8

Codes

Color #80796E in popluar color models

80796E
RGB128121110
HSL37°7.56%46.67%
HSB/HSV37°14.06%50.20%
CMYK0.00%5.47%14.06%
49.80%

Color #80796E in popluar number systems.

HEX80796E
Decimal128121110
Binary1000000011110011101110
Octal200171156

Shades and tints

Shades of #80796E

#80796E
(128,121,110)
#756E64
(117,110,100)
#6A635A
(106,99,90)
#5F5850
(95,88,80)
#544D46
(84,77,70)
#49423C
(73,66,60)
#3E3732
(62,55,50)
#332C28
(51,44,40)
#28211E
(40,33,30)
#1D1614
(29,22,20)
#120B0A
(18,11,10)
#000000
(0,0,0)

Tints of #80796E

#80796E
(128,121,110)
#8B857B
(139,133,123)
#969188
(150,145,136)
#A19D95
(161,157,149)
#ACA9A2
(172,169,162)
#B7B5AF
(183,181,175)
#C2C1BC
(194,193,188)
#CDCDC9
(205,205,201)
#D8D9D6
(216,217,214)
#E3E5E3
(227,229,227)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80796E color. Also use rgb(128,121,110) instead hex code.

Text Font Color

.myTextColor { color: #80796E; }

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

This text font color is #80796E.


Background Color

.myBgColor { background-color: #80796E; }

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

This div background color is #80796E.


Border color

.myBorderColor { border: 1px solid #80796E; }

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

This div border color is #80796E.


Opacity

.myOpacity80 { color: #80796E; opacity: 0.8; }

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

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

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

This text has shadow with #80796E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80796E on black background.


Color preview on white background

This text has color #80796E on white background.



Black color preview on #80796E background

This text has black color on #80796E background.


White color preview on #80796E background

This text has white color on #80796E background.