COLOR #821E3E

HEX: #821E3E
RGB: (130,30,62)

Color info

#821E3E contains mainly red color. Web safe color of #821E3E is #993333 (or #933).

RGB color model

#821E3E color RGB value is (130,30,62).

  • red value is 130;
  • green value is 30;
  • blue value is 62.
RGB:
(130,30,62)
(51%,12%,24%)

RGB channels and saturation

R 130 of 255 = 51%
G 30 of 255 = 12%
B 62 of 255 = 24%

130
30
62

R + G + B ~ 29%. #821E3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 30 + 62 = 222 (100%)
R 130 of 222 ~ 58.56%
G 30 of 222 ~ 13.51%
B 62 of 222 ~ 27.93%

%58.56
%13.51
%27.93

CMYK color model

#821E3E color CMYK value is (0,77,52,49).

  • cyan value is 0.00%
  • magenta value is 76.92%
  • yellow value is 52.31%
  • key color value is 49.02%
CMYK:
(0,77,52,49)
C0M77Y52K49 
(0%,77%,52%,49%)
(0.00/0.77/0.52/0.49)	

CMYK percentages

%0
%76.92
%52.31
%49.02

Codes

Color #821E3E in popluar color models

821E3E
RGB1303062
HSL341°62.50%31.37%
HSB/HSV341°76.92%50.98%
CMYK0.00%76.92%52.31%
49.02%

Color #821E3E in popluar number systems.

HEX821E3E
Decimal1303062
Binary1000001011110111110
Octal2023676

Shades and tints

Shades of #821E3E

#821E3E
(130,30,62)
#771C39
(119,28,57)
#6C1A34
(108,26,52)
#61182F
(97,24,47)
#56162A
(86,22,42)
#4B1425
(75,20,37)
#401220
(64,18,32)
#35101B
(53,16,27)
#2A0E16
(42,14,22)
#1F0C11
(31,12,17)
#140A0C
(20,10,12)
#000000
(0,0,0)

Tints of #821E3E

#821E3E
(130,30,62)
#8D324F
(141,50,79)
#984660
(152,70,96)
#A35A71
(163,90,113)
#AE6E82
(174,110,130)
#B98293
(185,130,147)
#C496A4
(196,150,164)
#CFAAB5
(207,170,181)
#DABEC6
(218,190,198)
#E5D2D7
(229,210,215)
#F0E6E8
(240,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #821E3E color. Also use rgb(130,30,62) instead hex code.

Text Font Color

.myTextColor { color: #821E3E; }

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

This text font color is #821E3E.


Background Color

.myBgColor { background-color: #821E3E; }

<div style="background-color:#821E3E">Inner text</div>

This div background color is #821E3E.


Border color

.myBorderColor { border: 1px solid #821E3E; }

<div style="border:3px solid #821E3E">Div</div>

This div border color is #821E3E.


Opacity

.myOpacity80 { color: #821E3E; opacity: 0.8; }

<p style="color:#821E3E;opacity:0.8;">80%</p>

Text with #821E3E 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 #821E3E;}

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

This text has shadow with #821E3E color.

.textShadow {text-shadow: 3px 3px 1px #821E3E, 3px 3px 1px red;}

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

This text has shadow with #821E3E primary color and red secondary color.


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

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

This text has shadow with #821E3E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #821E3E on black background.


Color preview on white background

This text has color #821E3E on white background.



Black color preview on #821E3E background

This text has black color on #821E3E background.


White color preview on #821E3E background

This text has white color on #821E3E background.