COLOR #80493B

HEX: #80493B
RGB: (128,73,59)

Color info

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

RGB color model

#80493B color RGB value is (128,73,59).

  • red value is 128;
  • green value is 73;
  • blue value is 59.
RGB:
(128,73,59)
(50%,29%,23%)

RGB channels and saturation

R 128 of 255 = 50%
G 73 of 255 = 29%
B 59 of 255 = 23%

128
73
59

R + G + B ~ 34%. #80493B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 73 + 59 = 260 (100%)
R 128 of 260 ~ 49.23%
G 73 of 260 ~ 28.08%
B 59 of 260 ~ 22.69%

%49.23
%28.08
%22.69

CMYK color model

#80493B color CMYK value is (0,43,54,50).

  • cyan value is 0.00%
  • magenta value is 42.97%
  • yellow value is 53.91%
  • key color value is 49.80%
CMYK:
(0,43,54,50)
C0M43Y54K50 
(0%,43%,54%,50%)
(0.00/0.43/0.54/0.50)	

CMYK percentages

%0
%42.97
%53.91
%49.8

Codes

Color #80493B in popluar color models

80493B
RGB1287359
HSL12°36.90%36.67%
HSB/HSV12°53.91%50.20%
CMYK0.00%42.97%53.91%
49.80%

Color #80493B in popluar number systems.

HEX80493B
Decimal1287359
Binary100000001001001111011
Octal20011173

Shades and tints

Shades of #80493B

#80493B
(128,73,59)
#754336
(117,67,54)
#6A3D31
(106,61,49)
#5F372C
(95,55,44)
#543127
(84,49,39)
#492B22
(73,43,34)
#3E251D
(62,37,29)
#331F18
(51,31,24)
#281913
(40,25,19)
#1D130E
(29,19,14)
#120D09
(18,13,9)
#000000
(0,0,0)

Tints of #80493B

#80493B
(128,73,59)
#8B594C
(139,89,76)
#96695D
(150,105,93)
#A1796E
(161,121,110)
#AC897F
(172,137,127)
#B79990
(183,153,144)
#C2A9A1
(194,169,161)
#CDB9B2
(205,185,178)
#D8C9C3
(216,201,195)
#E3D9D4
(227,217,212)
#EEE9E5
(238,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80493B color. Also use rgb(128,73,59) instead hex code.

Text Font Color

.myTextColor { color: #80493B; }

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

This text font color is #80493B.


Background Color

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

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

This div background color is #80493B.


Border color

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

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

This div border color is #80493B.


Opacity

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

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

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

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

This text has shadow with #80493B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80493B on black background.


Color preview on white background

This text has color #80493B on white background.



Black color preview on #80493B background

This text has black color on #80493B background.


White color preview on #80493B background

This text has white color on #80493B background.