COLOR #802E53

HEX: #802E53
RGB: (128,46,83)

Color info

#802E53 contains mainly red and blue colors. Web safe color of #802E53 is #663366 (or #636).

RGB color model

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

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

RGB channels and saturation

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

128
46
83

R + G + B ~ 34%. #802E53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 46 + 83 = 257 (100%)
R 128 of 257 ~ 49.81%
G 46 of 257 ~ 17.9%
B 83 of 257 ~ 32.3%

%49.81
%17.9
%32.3

CMYK color model

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

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

CMYK percentages

%0
%64.06
%35.16
%49.8

Codes

Color #802E53 in popluar color models

802E53
RGB1284683
HSL333°47.13%34.12%
HSB/HSV333°64.06%50.20%
CMYK0.00%64.06%35.16%
49.80%

Color #802E53 in popluar number systems.

HEX802E53
Decimal1284683
Binary100000001011101010011
Octal20056123

Shades and tints

Shades of #802E53

#802E53
(128,46,83)
#752A4C
(117,42,76)
#6A2645
(106,38,69)
#5F223E
(95,34,62)
#541E37
(84,30,55)
#491A30
(73,26,48)
#3E1629
(62,22,41)
#331222
(51,18,34)
#280E1B
(40,14,27)
#1D0A14
(29,10,20)
#12060D
(18,6,13)
#000000
(0,0,0)

Tints of #802E53

#802E53
(128,46,83)
#8B4162
(139,65,98)
#965471
(150,84,113)
#A16780
(161,103,128)
#AC7A8F
(172,122,143)
#B78D9E
(183,141,158)
#C2A0AD
(194,160,173)
#CDB3BC
(205,179,188)
#D8C6CB
(216,198,203)
#E3D9DA
(227,217,218)
#EEECE9
(238,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #802E53; }

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

This text font color is #802E53.


Background Color

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

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

This div background color is #802E53.


Border color

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

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

This div border color is #802E53.


Opacity

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

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

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

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

This text has shadow with #802E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #802E53 on black background.


Color preview on white background

This text has color #802E53 on white background.



Black color preview on #802E53 background

This text has black color on #802E53 background.


White color preview on #802E53 background

This text has white color on #802E53 background.