COLOR #80684E

HEX: #80684E RGB: (128,104,78)

Color info

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

RGB color model

#80684E color RGB value is (128,104,78).

RGB: (128,104,78) (50%, 41%, 31%)

RGB channels and saturation

R 128 of 255 = 50%
G 104 of 255 = 41%
B 78 of 255 = 31%

128
104
78

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

Portions of RGB colors in percentages

R + G + B = 128 + 104 + 78 = 310 (100%)
R 128 of 310 ~ 41.29%
G 104 of 310 ~ 33.55%
B 78 of 310 ~ 25.16'%

%41.29
%33.55
%25.16

CMYK color model

#80684E color CMYK value is (0,19,39,50).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 39.06%
  • key color value is 49.80%

CMYK: (0,19,39,50)
C0M19Y39K50 (0%, 19%, 39%, 50%)
(0.00 / 0.19 / 0.39 / 0.50)

CMYK percentages

%0
%18.75
%39.06
%49.8

Codes

Color #80684E in popluar color models

80 68 4E
RGB 128 104 78
HSL 31° 24.27% 40.39%
HSB/HSV 31° 39.06% 50.20%
CMYK 0.00% 18.75% 39.06%
49.80%

Color #80684E in popluar number systems.

HEX 80 68 4E
Decimal 128 104 78
Binary 10000000 1101000 1001110
Octal 200 150 116

Shades and tints

Shades of #80684E

#80684E
(128,104,78)
#755F47
(117,95,71)
#6A5640
(106,86,64)
#5F4D39
(95,77,57)
#544432
(84,68,50)
#493B2B
(73,59,43)
#3E3224
(62,50,36)
#33291D
(51,41,29)
#282016
(40,32,22)
#1D170F
(29,23,15)
#120E08
(18,14,8)
#000000
(0,0,0)

Tints of #80684E

#80684E
(128,104,78)
#8B755E
(139,117,94)
#96826E
(150,130,110)
#A18F7E
(161,143,126)
#AC9C8E
(172,156,142)
#B7A99E
(183,169,158)
#C2B6AE
(194,182,174)
#CDC3BE
(205,195,190)
#D8D0CE
(216,208,206)
#E3DDDE
(227,221,222)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80684E color. Also use rgb(128,104,78) instead hex code.

Text Font Color

.myTextColor { color: #80684E; }

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

This text font color is #80684E.

Background Color

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

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

This div background color is #80684E.

Border color

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

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

This div border color is #80684E.

Opacity

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

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

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

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

This text has shadow with #80684E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80684E.

Preview

Color preview on black background

This text has color #80684E on black background.


Color preview on white background

This text has color #80684E on white background.


Black color preview on #80684E background

This text has black color on #80684E background.


White color preview on #80684E background

This text has white color on #80684E background.


Related colors

Complementary color

Complementary color for #hex is #7F97B1.


I love getcolorcode.com

Triadic colors

1 #4E8068 and #684E80 with #80684E are triadic colors.

2 #4E6880 and #68804E with #80684E are triadic colors.