COLOR #80724B

HEX: #80724B
RGB: (128,114,75)

Color info

#80724B contains red, green and blue colors in about the same proportion. Web safe color of #80724B is #666633 (or #663).

RGB color model

#80724B color RGB value is (128,114,75).

  • red value is 128;
  • green value is 114;
  • blue value is 75.
RGB:
(128,114,75)
(50%,45%,29%)

RGB channels and saturation

R 128 of 255 = 50%
G 114 of 255 = 45%
B 75 of 255 = 29%

128
114
75

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

Portions of RGB colors in percentages

R + G + B =
128 + 114 + 75 = 317 (100%)
R 128 of 317 ~ 40.38%
G 114 of 317 ~ 35.96%
B 75 of 317 ~ 23.66%

%40.38
%35.96
%23.66

CMYK color model

#80724B color CMYK value is (0,11,41,50).

  • cyan value is 0.00%
  • magenta value is 10.94%
  • yellow value is 41.41%
  • key color value is 49.80%
CMYK:
(0,11,41,50)
C0M11Y41K50 
(0%,11%,41%,50%)
(0.00/0.11/0.41/0.50)	

CMYK percentages

%0
%10.94
%41.41
%49.8

Codes

Color #80724B in popluar color models

80724B
RGB12811475
HSL44°26.11%39.80%
HSB/HSV44°41.41%50.20%
CMYK0.00%10.94%41.41%
49.80%

Color #80724B in popluar number systems.

HEX80724B
Decimal12811475
Binary1000000011100101001011
Octal200162113

Shades and tints

Shades of #80724B

#80724B
(128,114,75)
#756845
(117,104,69)
#6A5E3F
(106,94,63)
#5F5439
(95,84,57)
#544A33
(84,74,51)
#49402D
(73,64,45)
#3E3627
(62,54,39)
#332C21
(51,44,33)
#28221B
(40,34,27)
#1D1815
(29,24,21)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #80724B

#80724B
(128,114,75)
#8B7E5B
(139,126,91)
#968A6B
(150,138,107)
#A1967B
(161,150,123)
#ACA28B
(172,162,139)
#B7AE9B
(183,174,155)
#C2BAAB
(194,186,171)
#CDC6BB
(205,198,187)
#D8D2CB
(216,210,203)
#E3DEDB
(227,222,219)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80724B color. Also use rgb(128,114,75) instead hex code.

Text Font Color

.myTextColor { color: #80724B; }

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

This text font color is #80724B.


Background Color

.myBgColor { background-color: #80724B; }

<div style="background-color:#80724B">Inner text</div>

This div background color is #80724B.


Border color

.myBorderColor { border: 1px solid #80724B; }

<div style="border:3px solid #80724B">Div</div>

This div border color is #80724B.


Opacity

.myOpacity80 { color: #80724B; opacity: 0.8; }

<p style="color:#80724B;opacity:0.8;">80%</p>

Text with #80724B 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 #80724B;}

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

This text has shadow with #80724B color.

.textShadow {text-shadow: 3px 3px 1px #80724B, 3px 3px 1px red;}

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

This text has shadow with #80724B primary color and red secondary color.


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

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

This text has shadow with #80724B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80724B on black background.


Color preview on white background

This text has color #80724B on white background.



Black color preview on #80724B background

This text has black color on #80724B background.


White color preview on #80724B background

This text has white color on #80724B background.