COLOR #8D2220

HEX: #8D2220
RGB: (141,34,32)

Color info

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

RGB color model

#8D2220 color RGB value is (141,34,32).

  • red value is 141;
  • green value is 34;
  • blue value is 32.
RGB:
(141,34,32)
(55%,13%,13%)

RGB channels and saturation

R 141 of 255 = 55%
G 34 of 255 = 13%
B 32 of 255 = 13%

141
34
32

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

Portions of RGB colors in percentages

R + G + B =
141 + 34 + 32 = 207 (100%)
R 141 of 207 ~ 68.12%
G 34 of 207 ~ 16.43%
B 32 of 207 ~ 15.46%

%68.12
%16.43
%15.46

CMYK color model

#8D2220 color CMYK value is (0,76,77,45).

  • cyan value is 0.00%
  • magenta value is 75.89%
  • yellow value is 77.30%
  • key color value is 44.71%
CMYK:
(0,76,77,45)
C0M76Y77K45 
(0%,76%,77%,45%)
(0.00/0.76/0.77/0.45)	

CMYK percentages

%0
%75.89
%77.3
%44.71

Codes

Color #8D2220 in popluar color models

8D2220
RGB1413432
HSL63.01%33.92%
HSB/HSV77.30%55.29%
CMYK0.00%75.89%77.30%
44.71%

Color #8D2220 in popluar number systems.

HEX8D2220
Decimal1413432
Binary10001101100010100000
Octal2154240

Shades and tints

Shades of #8D2220

#8D2220
(141,34,32)
#811F1E
(129,31,30)
#751C1C
(117,28,28)
#69191A
(105,25,26)
#5D1618
(93,22,24)
#511316
(81,19,22)
#451014
(69,16,20)
#390D12
(57,13,18)
#2D0A10
(45,10,16)
#21070E
(33,7,14)
#15040C
(21,4,12)
#000000
(0,0,0)

Tints of #8D2220

#8D2220
(141,34,32)
#973634
(151,54,52)
#A14A48
(161,74,72)
#AB5E5C
(171,94,92)
#B57270
(181,114,112)
#BF8684
(191,134,132)
#C99A98
(201,154,152)
#D3AEAC
(211,174,172)
#DDC2C0
(221,194,192)
#E7D6D4
(231,214,212)
#F1EAE8
(241,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D2220 color. Also use rgb(141,34,32) instead hex code.

Text Font Color

.myTextColor { color: #8D2220; }

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

This text font color is #8D2220.


Background Color

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

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

This div background color is #8D2220.


Border color

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

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

This div border color is #8D2220.


Opacity

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

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

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

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

This text has shadow with #8D2220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D2220 on black background.


Color preview on white background

This text has color #8D2220 on white background.



Black color preview on #8D2220 background

This text has black color on #8D2220 background.


White color preview on #8D2220 background

This text has white color on #8D2220 background.