COLOR #80002B

HEX: #80002B
RGB: (128,0,43)

Color info

#80002B contains mainly red color. Web safe color of #80002B is #660033 (or #603).

RGB color model

#80002B color RGB value is (128,0,43).

  • red value is 128;
  • green value is 0;
  • blue value is 43.
RGB:
(128,0,43)
(50%,0%,17%)

RGB channels and saturation

R 128 of 255 = 50%
G 0 of 255 = 0%
B 43 of 255 = 17%

128
0
43

R + G + B ~ 22%. #80002B is dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 0 + 43 = 171 (100%)
R 128 of 171 ~ 74.85%
G 0 of 171 ~ 0%
B 43 of 171 ~ 25.15%

%74.85
%25.15

CMYK color model

#80002B color CMYK value is (0,100,66,50).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 66.41%
  • key color value is 49.80%
CMYK:
(0,100,66,50)
C0M100Y66K50 
(0%,100%,66%,50%)
(0.00/1.00/0.66/0.50)	

CMYK percentages

%0
%100
%66.41
%49.8

Codes

Color #80002B in popluar color models

80002B
RGB128043
HSL340°100.00%25.10%
HSB/HSV340°100.00%50.20%
CMYK0.00%100.00%66.41%
49.80%

Color #80002B in popluar number systems.

HEX80002B
Decimal128043
Binary100000000101011
Octal200053

Shades and tints

Shades of #80002B

#80002B
(128,0,43)
#750028
(117,0,40)
#6A0025
(106,0,37)
#5F0022
(95,0,34)
#54001F
(84,0,31)
#49001C
(73,0,28)
#3E0019
(62,0,25)
#330016
(51,0,22)
#280013
(40,0,19)
#1D0010
(29,0,16)
#12000D
(18,0,13)
#000000
(0,0,0)

Tints of #80002B

#80002B
(128,0,43)
#8B173E
(139,23,62)
#962E51
(150,46,81)
#A14564
(161,69,100)
#AC5C77
(172,92,119)
#B7738A
(183,115,138)
#C28A9D
(194,138,157)
#CDA1B0
(205,161,176)
#D8B8C3
(216,184,195)
#E3CFD6
(227,207,214)
#EEE6E9
(238,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80002B color. Also use rgb(128,0,43) instead hex code.

Text Font Color

.myTextColor { color: #80002B; }

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

This text font color is #80002B.


Background Color

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

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

This div background color is #80002B.


Border color

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

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

This div border color is #80002B.


Opacity

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

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

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

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

This text has shadow with #80002B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80002B on black background.


Color preview on white background

This text has color #80002B on white background.



Black color preview on #80002B background

This text has black color on #80002B background.


White color preview on #80002B background

This text has white color on #80002B background.