COLOR #802A59

HEX: #802A59
RGB: (128,42,89)

Color info

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

RGB color model

#802A59 color RGB value is (128,42,89).

  • red value is 128;
  • green value is 42;
  • blue value is 89.
RGB:
(128,42,89)
(50%,16%,35%)

RGB channels and saturation

R 128 of 255 = 50%
G 42 of 255 = 16%
B 89 of 255 = 35%

128
42
89

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

Portions of RGB colors in percentages

R + G + B =
128 + 42 + 89 = 259 (100%)
R 128 of 259 ~ 49.42%
G 42 of 259 ~ 16.22%
B 89 of 259 ~ 34.36%

%49.42
%16.22
%34.36

CMYK color model

#802A59 color CMYK value is (0,67,30,50).

  • cyan value is 0.00%
  • magenta value is 67.19%
  • yellow value is 30.47%
  • key color value is 49.80%
CMYK:
(0,67,30,50)
C0M67Y30K50 
(0%,67%,30%,50%)
(0.00/0.67/0.30/0.50)	

CMYK percentages

%0
%67.19
%30.47
%49.8

Codes

Color #802A59 in popluar color models

802A59
RGB1284289
HSL327°50.59%33.33%
HSB/HSV327°67.19%50.20%
CMYK0.00%67.19%30.47%
49.80%

Color #802A59 in popluar number systems.

HEX802A59
Decimal1284289
Binary100000001010101011001
Octal20052131

Shades and tints

Shades of #802A59

#802A59
(128,42,89)
#752751
(117,39,81)
#6A2449
(106,36,73)
#5F2141
(95,33,65)
#541E39
(84,30,57)
#491B31
(73,27,49)
#3E1829
(62,24,41)
#331521
(51,21,33)
#281219
(40,18,25)
#1D0F11
(29,15,17)
#120C09
(18,12,9)
#000000
(0,0,0)

Tints of #802A59

#802A59
(128,42,89)
#8B3D68
(139,61,104)
#965077
(150,80,119)
#A16386
(161,99,134)
#AC7695
(172,118,149)
#B789A4
(183,137,164)
#C29CB3
(194,156,179)
#CDAFC2
(205,175,194)
#D8C2D1
(216,194,209)
#E3D5E0
(227,213,224)
#EEE8EF
(238,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #802A59; }

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

This text font color is #802A59.


Background Color

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

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

This div background color is #802A59.


Border color

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

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

This div border color is #802A59.


Opacity

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

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

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

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

This text has shadow with #802A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #802A59 on black background.


Color preview on white background

This text has color #802A59 on white background.



Black color preview on #802A59 background

This text has black color on #802A59 background.


White color preview on #802A59 background

This text has white color on #802A59 background.