COLOR #80736F

HEX: #80736F RGB: (128,115,111)

Color info

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

RGB color model

#80736F color RGB value is (128,115,111).

RGB: (128,115,111) (50%, 45%, 44%)

RGB channels and saturation

R 128 of 255 = 50%
G 115 of 255 = 45%
B 111 of 255 = 44%

128
115
111

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

Portions of RGB colors in percentages

R + G + B = 128 + 115 + 111 = 354 (100%)
R 128 of 354 ~ 36.16%
G 115 of 354 ~ 32.49%
B 111 of 354 ~ 31.36'%

%36.16
%32.49
%31.36

CMYK color model

#80736F color CMYK value is (0,10,13,50).

  • cyan value is 0.00%
  • magenta value is 10.16%
  • yellow value is 13.28%
  • key color value is 49.80%
CMYK: (0,10,13,50) C0M10Y13K50 (0%,10%,13%,50%) (0.00/0.10/0.13/0.50) 

CMYK percentages

%0
%10.16
%13.28
%49.8

Codes

Color #80736F in popluar color models

80 73 6F
RGB 128 115 111
HSL 14° 7.11% 46.86%
HSB/HSV 14° 13.28% 50.20%
CMYK 0.00% 10.16% 13.28%
49.80%

Color #80736F in popluar number systems.

HEX 80 73 6F
Decimal 128 115 111
Binary 10000000 1110011 1101111
Octal 200 163 157

Shades and tints

Shades of #80736F

#80736F
(128,115,111)
#756965
(117,105,101)
#6A5F5B
(106,95,91)
#5F5551
(95,85,81)
#544B47
(84,75,71)
#49413D
(73,65,61)
#3E3733
(62,55,51)
#332D29
(51,45,41)
#28231F
(40,35,31)
#1D1915
(29,25,21)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #80736F

#80736F
(128,115,111)
#8B7F7C
(139,127,124)
#968B89
(150,139,137)
#A19796
(161,151,150)
#ACA3A3
(172,163,163)
#B7AFB0
(183,175,176)
#C2BBBD
(194,187,189)
#CDC7CA
(205,199,202)
#D8D3D7
(216,211,215)
#E3DFE4
(227,223,228)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80736F; }

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

This text font color is #80736F.

Background Color

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

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

This div background color is #80736F.

Border color

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

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

This div border color is #80736F.

Opacity

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

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

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

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

This text has shadow with #80736F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80736F.

Preview

Color preview on black background

This text has color #80736F on black background.


Color preview on white background

This text has color #80736F on white background.


Black color preview on #80736F background

This text has black color on #80736F background.


White color preview on #80736F background

This text has white color on #80736F background.


Related colors

Complementary color

Complementary color for #hex is #7F8C90.


I love getcolorcode.com

Triadic colors

1 #6F8073 and #736F80 with #80736F are triadic colors.

2 #6F7380 and #73806F with #80736F are triadic colors.