COLOR #802E27

HEX: #802E27
RGB: (128,46,39)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

128
46
39

R + G + B ~ 28%. #802E27 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 46 + 39 = 213 (100%)
R 128 of 213 ~ 60.09%
G 46 of 213 ~ 21.6%
B 39 of 213 ~ 18.31%

%60.09
%21.6
%18.31

CMYK color model

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

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

CMYK percentages

%0
%64.06
%69.53
%49.8

Codes

Color #802E27 in popluar color models

802E27
RGB1284639
HSL53.29%32.75%
HSB/HSV69.53%50.20%
CMYK0.00%64.06%69.53%
49.80%

Color #802E27 in popluar number systems.

HEX802E27
Decimal1284639
Binary10000000101110100111
Octal2005647

Shades and tints

Shades of #802E27

#802E27
(128,46,39)
#752A24
(117,42,36)
#6A2621
(106,38,33)
#5F221E
(95,34,30)
#541E1B
(84,30,27)
#491A18
(73,26,24)
#3E1615
(62,22,21)
#331212
(51,18,18)
#280E0F
(40,14,15)
#1D0A0C
(29,10,12)
#120609
(18,6,9)
#000000
(0,0,0)

Tints of #802E27

#802E27
(128,46,39)
#8B413A
(139,65,58)
#96544D
(150,84,77)
#A16760
(161,103,96)
#AC7A73
(172,122,115)
#B78D86
(183,141,134)
#C2A099
(194,160,153)
#CDB3AC
(205,179,172)
#D8C6BF
(216,198,191)
#E3D9D2
(227,217,210)
#EEECE5
(238,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #802E27; }

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

This text font color is #802E27.


Background Color

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

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

This div background color is #802E27.


Border color

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

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

This div border color is #802E27.


Opacity

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

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

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

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

This text has shadow with #802E27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #802E27 on black background.


Color preview on white background

This text has color #802E27 on white background.



Black color preview on #802E27 background

This text has black color on #802E27 background.


White color preview on #802E27 background

This text has white color on #802E27 background.