COLOR #80746C

HEX: #80746C
RGB: (128,116,108)

Color info

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

RGB color model

#80746C color RGB value is (128,116,108).

  • red value is 128;
  • green value is 116;
  • blue value is 108.
RGB:
(128,116,108)
(50%,45%,42%)

RGB channels and saturation

R 128 of 255 = 50%
G 116 of 255 = 45%
B 108 of 255 = 42%

128
116
108

R + G + B ~ 46%. #80746C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 116 + 108 = 352 (100%)
R 128 of 352 ~ 36.36%
G 116 of 352 ~ 32.95%
B 108 of 352 ~ 30.68%

%36.36
%32.95
%30.68

CMYK color model

#80746C color CMYK value is (0,9,16,50).

  • cyan value is 0.00%
  • magenta value is 9.38%
  • yellow value is 15.63%
  • key color value is 49.80%
CMYK:
(0,9,16,50)
C0M9Y16K50 
(0%,9%,16%,50%)
(0.00/0.09/0.16/0.50)	

CMYK percentages

%0
%9.38
%15.63
%49.8

Codes

Color #80746C in popluar color models

80746C
RGB128116108
HSL24°8.47%46.27%
HSB/HSV24°15.63%50.20%
CMYK0.00%9.38%15.63%
49.80%

Color #80746C in popluar number systems.

HEX80746C
Decimal128116108
Binary1000000011101001101100
Octal200164154

Shades and tints

Shades of #80746C

#80746C
(128,116,108)
#756A63
(117,106,99)
#6A605A
(106,96,90)
#5F5651
(95,86,81)
#544C48
(84,76,72)
#49423F
(73,66,63)
#3E3836
(62,56,54)
#332E2D
(51,46,45)
#282424
(40,36,36)
#1D1A1B
(29,26,27)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #80746C

#80746C
(128,116,108)
#8B8079
(139,128,121)
#968C86
(150,140,134)
#A19893
(161,152,147)
#ACA4A0
(172,164,160)
#B7B0AD
(183,176,173)
#C2BCBA
(194,188,186)
#CDC8C7
(205,200,199)
#D8D4D4
(216,212,212)
#E3E0E1
(227,224,225)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80746C color. Also use rgb(128,116,108) instead hex code.

Text Font Color

.myTextColor { color: #80746C; }

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

This text font color is #80746C.


Background Color

.myBgColor { background-color: #80746C; }

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

This div background color is #80746C.


Border color

.myBorderColor { border: 1px solid #80746C; }

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

This div border color is #80746C.


Opacity

.myOpacity80 { color: #80746C; opacity: 0.8; }

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

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

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

This text has shadow with #80746C color.

.textShadow {text-shadow: 3px 3px 1px #80746C, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80746C on black background.


Color preview on white background

This text has color #80746C on white background.



Black color preview on #80746C background

This text has black color on #80746C background.


White color preview on #80746C background

This text has white color on #80746C background.