COLOR #80241D

HEX: #80241D
RGB: (128,36,29)

Color info

#80241D contains mainly red color. Web safe color of #80241D is #663333 (or #633).

RGB color model

#80241D color RGB value is (128,36,29).

  • red value is 128;
  • green value is 36;
  • blue value is 29.
RGB:
(128,36,29)
(50%,14%,11%)

RGB channels and saturation

R 128 of 255 = 50%
G 36 of 255 = 14%
B 29 of 255 = 11%

128
36
29

R + G + B ~ 25%. #80241D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 36 + 29 = 193 (100%)
R 128 of 193 ~ 66.32%
G 36 of 193 ~ 18.65%
B 29 of 193 ~ 15.03%

%66.32
%18.65
%15.03

CMYK color model

#80241D color CMYK value is (0,72,77,50).

  • cyan value is 0.00%
  • magenta value is 71.88%
  • yellow value is 77.34%
  • key color value is 49.80%
CMYK:
(0,72,77,50)
C0M72Y77K50 
(0%,72%,77%,50%)
(0.00/0.72/0.77/0.50)	

CMYK percentages

%0
%71.88
%77.34
%49.8

Codes

Color #80241D in popluar color models

80241D
RGB1283629
HSL63.06%30.78%
HSB/HSV77.34%50.20%
CMYK0.00%71.88%77.34%
49.80%

Color #80241D in popluar number systems.

HEX80241D
Decimal1283629
Binary1000000010010011101
Octal2004435

Shades and tints

Shades of #80241D

#80241D
(128,36,29)
#75211B
(117,33,27)
#6A1E19
(106,30,25)
#5F1B17
(95,27,23)
#541815
(84,24,21)
#491513
(73,21,19)
#3E1211
(62,18,17)
#330F0F
(51,15,15)
#280C0D
(40,12,13)
#1D090B
(29,9,11)
#120609
(18,6,9)
#000000
(0,0,0)

Tints of #80241D

#80241D
(128,36,29)
#8B3731
(139,55,49)
#964A45
(150,74,69)
#A15D59
(161,93,89)
#AC706D
(172,112,109)
#B78381
(183,131,129)
#C29695
(194,150,149)
#CDA9A9
(205,169,169)
#D8BCBD
(216,188,189)
#E3CFD1
(227,207,209)
#EEE2E5
(238,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80241D color. Also use rgb(128,36,29) instead hex code.

Text Font Color

.myTextColor { color: #80241D; }

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

This text font color is #80241D.


Background Color

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

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

This div background color is #80241D.


Border color

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

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

This div border color is #80241D.


Opacity

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

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

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

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

This text has shadow with #80241D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80241D on black background.


Color preview on white background

This text has color #80241D on white background.



Black color preview on #80241D background

This text has black color on #80241D background.


White color preview on #80241D background

This text has white color on #80241D background.