COLOR #80440C

HEX: #80440C
RGB: (128,68,12)

Color info

#80440C contains mainly red color. Web safe color of #80440C is #663300 (or #630).

RGB color model

#80440C color RGB value is (128,68,12).

  • red value is 128;
  • green value is 68;
  • blue value is 12.
RGB:
(128,68,12)
(50%,27%,5%)

RGB channels and saturation

R 128 of 255 = 50%
G 68 of 255 = 27%
B 12 of 255 = 5%

128
68
12

R + G + B ~ 27%. #80440C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 68 + 12 = 208 (100%)
R 128 of 208 ~ 61.54%
G 68 of 208 ~ 32.69%
B 12 of 208 ~ 5.77%

%61.54
%32.69

CMYK color model

#80440C color CMYK value is (0,47,91,50).

  • cyan value is 0.00%
  • magenta value is 46.88%
  • yellow value is 90.63%
  • key color value is 49.80%
CMYK:
(0,47,91,50)
C0M47Y91K50 
(0%,47%,91%,50%)
(0.00/0.47/0.91/0.50)	

CMYK percentages

%0
%46.88
%90.63
%49.8

Codes

Color #80440C in popluar color models

80440C
RGB1286812
HSL29°82.86%27.45%
HSB/HSV29°90.63%50.20%
CMYK0.00%46.88%90.63%
49.80%

Color #80440C in popluar number systems.

HEX80440C
Decimal1286812
Binary1000000010001001100
Octal20010414

Shades and tints

Shades of #80440C

#80440C
(128,68,12)
#753E0B
(117,62,11)
#6A380A
(106,56,10)
#5F3209
(95,50,9)
#542C08
(84,44,8)
#492607
(73,38,7)
#3E2006
(62,32,6)
#331A05
(51,26,5)
#281404
(40,20,4)
#1D0E03
(29,14,3)
#120802
(18,8,2)
#000000
(0,0,0)

Tints of #80440C

#80440C
(128,68,12)
#8B5522
(139,85,34)
#966638
(150,102,56)
#A1774E
(161,119,78)
#AC8864
(172,136,100)
#B7997A
(183,153,122)
#C2AA90
(194,170,144)
#CDBBA6
(205,187,166)
#D8CCBC
(216,204,188)
#E3DDD2
(227,221,210)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80440C color. Also use rgb(128,68,12) instead hex code.

Text Font Color

.myTextColor { color: #80440C; }

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

This text font color is #80440C.


Background Color

.myBgColor { background-color: #80440C; }

<div style="background-color:#80440C">Inner text</div>

This div background color is #80440C.


Border color

.myBorderColor { border: 1px solid #80440C; }

<div style="border:3px solid #80440C">Div</div>

This div border color is #80440C.


Opacity

.myOpacity80 { color: #80440C; opacity: 0.8; }

<p style="color:#80440C;opacity:0.8;">80%</p>

Text with #80440C 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 #80440C;}

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

This text has shadow with #80440C color.

.textShadow {text-shadow: 3px 3px 1px #80440C, 3px 3px 1px red;}

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

This text has shadow with #80440C primary color and red secondary color.


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

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

This text has shadow with #80440C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80440C on black background.


Color preview on white background

This text has color #80440C on white background.



Black color preview on #80440C background

This text has black color on #80440C background.


White color preview on #80440C background

This text has white color on #80440C background.