COLOR #80472D

HEX: #80472D
RGB: (128,71,45)

Color info

#80472D contains mainly red and green colors. Web safe color of #80472D is #663333 (or #633).

RGB color model

#80472D color RGB value is (128,71,45).

  • red value is 128;
  • green value is 71;
  • blue value is 45.
RGB:
(128,71,45)
(50%,28%,18%)

RGB channels and saturation

R 128 of 255 = 50%
G 71 of 255 = 28%
B 45 of 255 = 18%

128
71
45

R + G + B ~ 32%. #80472D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 71 + 45 = 244 (100%)
R 128 of 244 ~ 52.46%
G 71 of 244 ~ 29.1%
B 45 of 244 ~ 18.44%

%52.46
%29.1
%18.44

CMYK color model

#80472D color CMYK value is (0,45,65,50).

  • cyan value is 0.00%
  • magenta value is 44.53%
  • yellow value is 64.84%
  • key color value is 49.80%
CMYK:
(0,45,65,50)
C0M45Y65K50 
(0%,45%,65%,50%)
(0.00/0.45/0.65/0.50)	

CMYK percentages

%0
%44.53
%64.84
%49.8

Codes

Color #80472D in popluar color models

80472D
RGB1287145
HSL19°47.98%33.92%
HSB/HSV19°64.84%50.20%
CMYK0.00%44.53%64.84%
49.80%

Color #80472D in popluar number systems.

HEX80472D
Decimal1287145
Binary100000001000111101101
Octal20010755

Shades and tints

Shades of #80472D

#80472D
(128,71,45)
#754129
(117,65,41)
#6A3B25
(106,59,37)
#5F3521
(95,53,33)
#542F1D
(84,47,29)
#492919
(73,41,25)
#3E2315
(62,35,21)
#331D11
(51,29,17)
#28170D
(40,23,13)
#1D1109
(29,17,9)
#120B05
(18,11,5)
#000000
(0,0,0)

Tints of #80472D

#80472D
(128,71,45)
#8B5740
(139,87,64)
#966753
(150,103,83)
#A17766
(161,119,102)
#AC8779
(172,135,121)
#B7978C
(183,151,140)
#C2A79F
(194,167,159)
#CDB7B2
(205,183,178)
#D8C7C5
(216,199,197)
#E3D7D8
(227,215,216)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80472D color. Also use rgb(128,71,45) instead hex code.

Text Font Color

.myTextColor { color: #80472D; }

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

This text font color is #80472D.


Background Color

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

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

This div background color is #80472D.


Border color

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

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

This div border color is #80472D.


Opacity

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

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

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

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

This text has shadow with #80472D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80472D on black background.


Color preview on white background

This text has color #80472D on white background.



Black color preview on #80472D background

This text has black color on #80472D background.


White color preview on #80472D background

This text has white color on #80472D background.