COLOR #80784E

HEX: #80784E
RGB: (128,120,78)

Color info

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

RGB color model

#80784E color RGB value is (128,120,78).

  • red value is 128;
  • green value is 120;
  • blue value is 78.
RGB:
(128,120,78)
(50%,47%,31%)

RGB channels and saturation

R 128 of 255 = 50%
G 120 of 255 = 47%
B 78 of 255 = 31%

128
120
78

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

Portions of RGB colors in percentages

R + G + B =
128 + 120 + 78 = 326 (100%)
R 128 of 326 ~ 39.26%
G 120 of 326 ~ 36.81%
B 78 of 326 ~ 23.93%

%39.26
%36.81
%23.93

CMYK color model

#80784E color CMYK value is (0,6,39,50).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 39.06%
  • key color value is 49.80%
CMYK:
(0,6,39,50)
C0M6Y39K50 
(0%,6%,39%,50%)
(0.00/0.06/0.39/0.50)	

CMYK percentages

%0
%6.25
%39.06
%49.8

Codes

Color #80784E in popluar color models

80784E
RGB12812078
HSL50°24.27%40.39%
HSB/HSV50°39.06%50.20%
CMYK0.00%6.25%39.06%
49.80%

Color #80784E in popluar number systems.

HEX80784E
Decimal12812078
Binary1000000011110001001110
Octal200170116

Shades and tints

Shades of #80784E

#80784E
(128,120,78)
#756E47
(117,110,71)
#6A6440
(106,100,64)
#5F5A39
(95,90,57)
#545032
(84,80,50)
#49462B
(73,70,43)
#3E3C24
(62,60,36)
#33321D
(51,50,29)
#282816
(40,40,22)
#1D1E0F
(29,30,15)
#121408
(18,20,8)
#000000
(0,0,0)

Tints of #80784E

#80784E
(128,120,78)
#8B845E
(139,132,94)
#96906E
(150,144,110)
#A19C7E
(161,156,126)
#ACA88E
(172,168,142)
#B7B49E
(183,180,158)
#C2C0AE
(194,192,174)
#CDCCBE
(205,204,190)
#D8D8CE
(216,216,206)
#E3E4DE
(227,228,222)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80784E; }

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

This text font color is #80784E.


Background Color

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

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

This div background color is #80784E.


Border color

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

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

This div border color is #80784E.


Opacity

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

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

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

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

This text has shadow with #80784E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80784E on black background.


Color preview on white background

This text has color #80784E on white background.



Black color preview on #80784E background

This text has black color on #80784E background.


White color preview on #80784E background

This text has white color on #80784E background.