COLOR #820E44

HEX: #820E44
RGB: (130,14,68)

Color info

#820E44 contains mainly red color. Web safe color of #820E44 is #990033 (or #903).

RGB color model

#820E44 color RGB value is (130,14,68).

  • red value is 130;
  • green value is 14;
  • blue value is 68.
RGB:
(130,14,68)
(51%,5%,27%)

RGB channels and saturation

R 130 of 255 = 51%
G 14 of 255 = 5%
B 68 of 255 = 27%

130
14
68

R + G + B ~ 28%. #820E44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 14 + 68 = 212 (100%)
R 130 of 212 ~ 61.32%
G 14 of 212 ~ 6.6%
B 68 of 212 ~ 32.08%

%61.32
%32.08

CMYK color model

#820E44 color CMYK value is (0,89,48,49).

  • cyan value is 0.00%
  • magenta value is 89.23%
  • yellow value is 47.69%
  • key color value is 49.02%
CMYK:
(0,89,48,49)
C0M89Y48K49 
(0%,89%,48%,49%)
(0.00/0.89/0.48/0.49)	

CMYK percentages

%0
%89.23
%47.69
%49.02

Codes

Color #820E44 in popluar color models

820E44
RGB1301468
HSL332°80.56%28.24%
HSB/HSV332°89.23%50.98%
CMYK0.00%89.23%47.69%
49.02%

Color #820E44 in popluar number systems.

HEX820E44
Decimal1301468
Binary1000001011101000100
Octal20216104

Shades and tints

Shades of #820E44

#820E44
(130,14,68)
#770D3E
(119,13,62)
#6C0C38
(108,12,56)
#610B32
(97,11,50)
#560A2C
(86,10,44)
#4B0926
(75,9,38)
#400820
(64,8,32)
#35071A
(53,7,26)
#2A0614
(42,6,20)
#1F050E
(31,5,14)
#140408
(20,4,8)
#000000
(0,0,0)

Tints of #820E44

#820E44
(130,14,68)
#8D2355
(141,35,85)
#983866
(152,56,102)
#A34D77
(163,77,119)
#AE6288
(174,98,136)
#B97799
(185,119,153)
#C48CAA
(196,140,170)
#CFA1BB
(207,161,187)
#DAB6CC
(218,182,204)
#E5CBDD
(229,203,221)
#F0E0EE
(240,224,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #820E44 color. Also use rgb(130,14,68) instead hex code.

Text Font Color

.myTextColor { color: #820E44; }

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

This text font color is #820E44.


Background Color

.myBgColor { background-color: #820E44; }

<div style="background-color:#820E44">Inner text</div>

This div background color is #820E44.


Border color

.myBorderColor { border: 1px solid #820E44; }

<div style="border:3px solid #820E44">Div</div>

This div border color is #820E44.


Opacity

.myOpacity80 { color: #820E44; opacity: 0.8; }

<p style="color:#820E44;opacity:0.8;">80%</p>

Text with #820E44 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 #820E44;}

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

This text has shadow with #820E44 color.

.textShadow {text-shadow: 3px 3px 1px #820E44, 3px 3px 1px red;}

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

This text has shadow with #820E44 primary color and red secondary color.


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

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

This text has shadow with #820E44 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #820E44 on black background.


Color preview on white background

This text has color #820E44 on white background.



Black color preview on #820E44 background

This text has black color on #820E44 background.


White color preview on #820E44 background

This text has white color on #820E44 background.