COLOR #821F18

HEX: #821F18
RGB: (130,31,24)

Color info

#821F18 contains mainly red color. Web safe color of #821F18 is #993300 (or #930).

RGB color model

#821F18 color RGB value is (130,31,24).

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

RGB channels and saturation

R 130 of 255 = 51%
G 31 of 255 = 12%
B 24 of 255 = 9%

130
31
24

R + G + B ~ 24%. #821F18 is dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 31 + 24 = 185 (100%)
R 130 of 185 ~ 70.27%
G 31 of 185 ~ 16.76%
B 24 of 185 ~ 12.97%

%70.27
%16.76
%12.97

CMYK color model

#821F18 color CMYK value is (0,76,82,49).

  • cyan value is 0.00%
  • magenta value is 76.15%
  • yellow value is 81.54%
  • key color value is 49.02%
CMYK:
(0,76,82,49)
C0M76Y82K49 
(0%,76%,82%,49%)
(0.00/0.76/0.82/0.49)	

CMYK percentages

%0
%76.15
%81.54
%49.02

Codes

Color #821F18 in popluar color models

821F18
RGB1303124
HSL68.83%30.20%
HSB/HSV81.54%50.98%
CMYK0.00%76.15%81.54%
49.02%

Color #821F18 in popluar number systems.

HEX821F18
Decimal1303124
Binary100000101111111000
Octal2023730

Shades and tints

Shades of #821F18

#821F18
(130,31,24)
#771D16
(119,29,22)
#6C1B14
(108,27,20)
#611912
(97,25,18)
#561710
(86,23,16)
#4B150E
(75,21,14)
#40130C
(64,19,12)
#35110A
(53,17,10)
#2A0F08
(42,15,8)
#1F0D06
(31,13,6)
#140B04
(20,11,4)
#000000
(0,0,0)

Tints of #821F18

#821F18
(130,31,24)
#8D332D
(141,51,45)
#984742
(152,71,66)
#A35B57
(163,91,87)
#AE6F6C
(174,111,108)
#B98381
(185,131,129)
#C49796
(196,151,150)
#CFABAB
(207,171,171)
#DABFC0
(218,191,192)
#E5D3D5
(229,211,213)
#F0E7EA
(240,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #821F18 color. Also use rgb(130,31,24) instead hex code.

Text Font Color

.myTextColor { color: #821F18; }

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

This text font color is #821F18.


Background Color

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

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

This div background color is #821F18.


Border color

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

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

This div border color is #821F18.


Opacity

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

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

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

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

This text has shadow with #821F18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #821F18 on black background.


Color preview on white background

This text has color #821F18 on white background.



Black color preview on #821F18 background

This text has black color on #821F18 background.


White color preview on #821F18 background

This text has white color on #821F18 background.