COLOR #8F211E

HEX: #8F211E
RGB: (143,33,30)

Color info

#8F211E contains mainly red color. Web safe color of #8F211E is #993333 (or #933).

RGB color model

#8F211E color RGB value is (143,33,30).

  • red value is 143;
  • green value is 33;
  • blue value is 30.
RGB:
(143,33,30)
(56%,13%,12%)

RGB channels and saturation

R 143 of 255 = 56%
G 33 of 255 = 13%
B 30 of 255 = 12%

143
33
30

R + G + B ~ 27%. #8F211E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 33 + 30 = 206 (100%)
R 143 of 206 ~ 69.42%
G 33 of 206 ~ 16.02%
B 30 of 206 ~ 14.56%

%69.42
%16.02
%14.56

CMYK color model

#8F211E color CMYK value is (0,77,79,44).

  • cyan value is 0.00%
  • magenta value is 76.92%
  • yellow value is 79.02%
  • key color value is 43.92%
CMYK:
(0,77,79,44)
C0M77Y79K44 
(0%,77%,79%,44%)
(0.00/0.77/0.79/0.44)	

CMYK percentages

%0
%76.92
%79.02
%43.92

Codes

Color #8F211E in popluar color models

8F211E
RGB1433330
HSL65.32%33.92%
HSB/HSV79.02%56.08%
CMYK0.00%76.92%79.02%
43.92%

Color #8F211E in popluar number systems.

HEX8F211E
Decimal1433330
Binary1000111110000111110
Octal2174136

Shades and tints

Shades of #8F211E

#8F211E
(143,33,30)
#821E1C
(130,30,28)
#751B1A
(117,27,26)
#681818
(104,24,24)
#5B1516
(91,21,22)
#4E1214
(78,18,20)
#410F12
(65,15,18)
#340C10
(52,12,16)
#27090E
(39,9,14)
#1A060C
(26,6,12)
#0D030A
(13,3,10)
#000000
(0,0,0)

Tints of #8F211E

#8F211E
(143,33,30)
#993532
(153,53,50)
#A34946
(163,73,70)
#AD5D5A
(173,93,90)
#B7716E
(183,113,110)
#C18582
(193,133,130)
#CB9996
(203,153,150)
#D5ADAA
(213,173,170)
#DFC1BE
(223,193,190)
#E9D5D2
(233,213,210)
#F3E9E6
(243,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F211E color. Also use rgb(143,33,30) instead hex code.

Text Font Color

.myTextColor { color: #8F211E; }

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

This text font color is #8F211E.


Background Color

.myBgColor { background-color: #8F211E; }

<div style="background-color:#8F211E">Inner text</div>

This div background color is #8F211E.


Border color

.myBorderColor { border: 1px solid #8F211E; }

<div style="border:3px solid #8F211E">Div</div>

This div border color is #8F211E.


Opacity

.myOpacity80 { color: #8F211E; opacity: 0.8; }

<p style="color:#8F211E;opacity:0.8;">80%</p>

Text with #8F211E 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 #8F211E;}

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

This text has shadow with #8F211E color.

.textShadow {text-shadow: 3px 3px 1px #8F211E, 3px 3px 1px red;}

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

This text has shadow with #8F211E primary color and red secondary color.


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

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

This text has shadow with #8F211E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F211E on black background.


Color preview on white background

This text has color #8F211E on white background.



Black color preview on #8F211E background

This text has black color on #8F211E background.


White color preview on #8F211E background

This text has white color on #8F211E background.