COLOR #8D1716

HEX: #8D1716
RGB: (141,23,22)

Color info

#8D1716 contains mainly red color. Web safe color of #8D1716 is #990000 (or #900).

RGB color model

#8D1716 color RGB value is (141,23,22).

  • red value is 141;
  • green value is 23;
  • blue value is 22.
RGB:
(141,23,22)
(55%,9%,9%)

RGB channels and saturation

R 141 of 255 = 55%
G 23 of 255 = 9%
B 22 of 255 = 9%

141
23
22

R + G + B ~ 24%. #8D1716 is dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 23 + 22 = 186 (100%)
R 141 of 186 ~ 75.81%
G 23 of 186 ~ 12.37%
B 22 of 186 ~ 11.83%

%75.81
%12.37
%11.83

CMYK color model

#8D1716 color CMYK value is (0,84,84,45).

  • cyan value is 0.00%
  • magenta value is 83.69%
  • yellow value is 84.40%
  • key color value is 44.71%
CMYK:
(0,84,84,45)
C0M84Y84K45 
(0%,84%,84%,45%)
(0.00/0.84/0.84/0.45)	

CMYK percentages

%0
%83.69
%84.4
%44.71

Codes

Color #8D1716 in popluar color models

8D1716
RGB1412322
HSL73.01%31.96%
HSB/HSV84.40%55.29%
CMYK0.00%83.69%84.40%
44.71%

Color #8D1716 in popluar number systems.

HEX8D1716
Decimal1412322
Binary100011011011110110
Octal2152726

Shades and tints

Shades of #8D1716

#8D1716
(141,23,22)
#811514
(129,21,20)
#751312
(117,19,18)
#691110
(105,17,16)
#5D0F0E
(93,15,14)
#510D0C
(81,13,12)
#450B0A
(69,11,10)
#390908
(57,9,8)
#2D0706
(45,7,6)
#210504
(33,5,4)
#150302
(21,3,2)
#000000
(0,0,0)

Tints of #8D1716

#8D1716
(141,23,22)
#972C2B
(151,44,43)
#A14140
(161,65,64)
#AB5655
(171,86,85)
#B56B6A
(181,107,106)
#BF807F
(191,128,127)
#C99594
(201,149,148)
#D3AAA9
(211,170,169)
#DDBFBE
(221,191,190)
#E7D4D3
(231,212,211)
#F1E9E8
(241,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D1716 color. Also use rgb(141,23,22) instead hex code.

Text Font Color

.myTextColor { color: #8D1716; }

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

This text font color is #8D1716.


Background Color

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

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

This div background color is #8D1716.


Border color

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

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

This div border color is #8D1716.


Opacity

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

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

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

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

This text has shadow with #8D1716 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D1716 on black background.


Color preview on white background

This text has color #8D1716 on white background.



Black color preview on #8D1716 background

This text has black color on #8D1716 background.


White color preview on #8D1716 background

This text has white color on #8D1716 background.