COLOR #80715D

HEX: #80715D
RGB: (128,113,93)

Color info

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

RGB color model

#80715D color RGB value is (128,113,93).

  • red value is 128;
  • green value is 113;
  • blue value is 93.
RGB:
(128,113,93)
(50%,44%,36%)

RGB channels and saturation

R 128 of 255 = 50%
G 113 of 255 = 44%
B 93 of 255 = 36%

128
113
93

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

Portions of RGB colors in percentages

R + G + B =
128 + 113 + 93 = 334 (100%)
R 128 of 334 ~ 38.32%
G 113 of 334 ~ 33.83%
B 93 of 334 ~ 27.84%

%38.32
%33.83
%27.84

CMYK color model

#80715D color CMYK value is (0,12,27,50).

  • cyan value is 0.00%
  • magenta value is 11.72%
  • yellow value is 27.34%
  • key color value is 49.80%
CMYK:
(0,12,27,50)
C0M12Y27K50 
(0%,12%,27%,50%)
(0.00/0.12/0.27/0.50)	

CMYK percentages

%0
%11.72
%27.34
%49.8

Codes

Color #80715D in popluar color models

80715D
RGB12811393
HSL34°15.84%43.33%
HSB/HSV34°27.34%50.20%
CMYK0.00%11.72%27.34%
49.80%

Color #80715D in popluar number systems.

HEX80715D
Decimal12811393
Binary1000000011100011011101
Octal200161135

Shades and tints

Shades of #80715D

#80715D
(128,113,93)
#756755
(117,103,85)
#6A5D4D
(106,93,77)
#5F5345
(95,83,69)
#54493D
(84,73,61)
#493F35
(73,63,53)
#3E352D
(62,53,45)
#332B25
(51,43,37)
#28211D
(40,33,29)
#1D1715
(29,23,21)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #80715D

#80715D
(128,113,93)
#8B7D6B
(139,125,107)
#968979
(150,137,121)
#A19587
(161,149,135)
#ACA195
(172,161,149)
#B7ADA3
(183,173,163)
#C2B9B1
(194,185,177)
#CDC5BF
(205,197,191)
#D8D1CD
(216,209,205)
#E3DDDB
(227,221,219)
#EEE9E9
(238,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80715D color. Also use rgb(128,113,93) instead hex code.

Text Font Color

.myTextColor { color: #80715D; }

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

This text font color is #80715D.


Background Color

.myBgColor { background-color: #80715D; }

<div style="background-color:#80715D">Inner text</div>

This div background color is #80715D.


Border color

.myBorderColor { border: 1px solid #80715D; }

<div style="border:3px solid #80715D">Div</div>

This div border color is #80715D.


Opacity

.myOpacity80 { color: #80715D; opacity: 0.8; }

<p style="color:#80715D;opacity:0.8;">80%</p>

Text with #80715D 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 #80715D;}

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

This text has shadow with #80715D color.

.textShadow {text-shadow: 3px 3px 1px #80715D, 3px 3px 1px red;}

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

This text has shadow with #80715D primary color and red secondary color.


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

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

This text has shadow with #80715D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80715D on black background.


Color preview on white background

This text has color #80715D on white background.



Black color preview on #80715D background

This text has black color on #80715D background.


White color preview on #80715D background

This text has white color on #80715D background.