COLOR #802E2E

HEX: #802E2E
RGB: (128,46,46)

Color info

#802E2E contains mainly red color. Web safe color of #802E2E is #663333 (or #633).

RGB color model

#802E2E color RGB value is (128,46,46).

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

RGB channels and saturation

R 128 of 255 = 50%
G 46 of 255 = 18%
B 46 of 255 = 18%

128
46
46

R + G + B ~ 29%. #802E2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 46 + 46 = 220 (100%)
R 128 of 220 ~ 58.18%
G 46 of 220 ~ 20.91%
B 46 of 220 ~ 20.91%

%58.18
%20.91
%20.91

CMYK color model

#802E2E color CMYK value is (0,64,64,50).

  • cyan value is 0.00%
  • magenta value is 64.06%
  • yellow value is 64.06%
  • key color value is 49.80%
CMYK:
(0,64,64,50)
C0M64Y64K50 
(0%,64%,64%,50%)
(0.00/0.64/0.64/0.50)	

CMYK percentages

%0
%64.06
%64.06
%49.8

Codes

Color #802E2E in popluar color models

802E2E
RGB1284646
HSL47.13%34.12%
HSB/HSV64.06%50.20%
CMYK0.00%64.06%64.06%
49.80%

Color #802E2E in popluar number systems.

HEX802E2E
Decimal1284646
Binary10000000101110101110
Octal2005656

Shades and tints

Shades of #802E2E

#802E2E
(128,46,46)
#752A2A
(117,42,42)
#6A2626
(106,38,38)
#5F2222
(95,34,34)
#541E1E
(84,30,30)
#491A1A
(73,26,26)
#3E1616
(62,22,22)
#331212
(51,18,18)
#280E0E
(40,14,14)
#1D0A0A
(29,10,10)
#120606
(18,6,6)
#000000
(0,0,0)

Tints of #802E2E

#802E2E
(128,46,46)
#8B4141
(139,65,65)
#965454
(150,84,84)
#A16767
(161,103,103)
#AC7A7A
(172,122,122)
#B78D8D
(183,141,141)
#C2A0A0
(194,160,160)
#CDB3B3
(205,179,179)
#D8C6C6
(216,198,198)
#E3D9D9
(227,217,217)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #802E2E color. Also use rgb(128,46,46) instead hex code.

Text Font Color

.myTextColor { color: #802E2E; }

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

This text font color is #802E2E.


Background Color

.myBgColor { background-color: #802E2E; }

<div style="background-color:#802E2E">Inner text</div>

This div background color is #802E2E.


Border color

.myBorderColor { border: 1px solid #802E2E; }

<div style="border:3px solid #802E2E">Div</div>

This div border color is #802E2E.


Opacity

.myOpacity80 { color: #802E2E; opacity: 0.8; }

<p style="color:#802E2E;opacity:0.8;">80%</p>

Text with #802E2E 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 #802E2E;}

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

This text has shadow with #802E2E color.

.textShadow {text-shadow: 3px 3px 1px #802E2E, 3px 3px 1px red;}

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

This text has shadow with #802E2E primary color and red secondary color.


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

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

This text has shadow with #802E2E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #802E2E on black background.


Color preview on white background

This text has color #802E2E on white background.



Black color preview on #802E2E background

This text has black color on #802E2E background.


White color preview on #802E2E background

This text has white color on #802E2E background.