COLOR #8D123B

HEX: #8D123B
RGB: (141,18,59)

Color info

#8D123B contains mainly red color. Web safe color of #8D123B is #990033 (or #903).

RGB color model

#8D123B color RGB value is (141,18,59).

  • red value is 141;
  • green value is 18;
  • blue value is 59.
RGB:
(141,18,59)
(55%,7%,23%)

RGB channels and saturation

R 141 of 255 = 55%
G 18 of 255 = 7%
B 59 of 255 = 23%

141
18
59

R + G + B ~ 28%. #8D123B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 18 + 59 = 218 (100%)
R 141 of 218 ~ 64.68%
G 18 of 218 ~ 8.26%
B 59 of 218 ~ 27.06%

%64.68
%27.06

CMYK color model

#8D123B color CMYK value is (0,87,58,45).

  • cyan value is 0.00%
  • magenta value is 87.23%
  • yellow value is 58.16%
  • key color value is 44.71%
CMYK:
(0,87,58,45)
C0M87Y58K45 
(0%,87%,58%,45%)
(0.00/0.87/0.58/0.45)	

CMYK percentages

%0
%87.23
%58.16
%44.71

Codes

Color #8D123B in popluar color models

8D123B
RGB1411859
HSL340°77.36%31.18%
HSB/HSV340°87.23%55.29%
CMYK0.00%87.23%58.16%
44.71%

Color #8D123B in popluar number systems.

HEX8D123B
Decimal1411859
Binary1000110110010111011
Octal2152273

Shades and tints

Shades of #8D123B

#8D123B
(141,18,59)
#811136
(129,17,54)
#751031
(117,16,49)
#690F2C
(105,15,44)
#5D0E27
(93,14,39)
#510D22
(81,13,34)
#450C1D
(69,12,29)
#390B18
(57,11,24)
#2D0A13
(45,10,19)
#21090E
(33,9,14)
#150809
(21,8,9)
#000000
(0,0,0)

Tints of #8D123B

#8D123B
(141,18,59)
#97274C
(151,39,76)
#A13C5D
(161,60,93)
#AB516E
(171,81,110)
#B5667F
(181,102,127)
#BF7B90
(191,123,144)
#C990A1
(201,144,161)
#D3A5B2
(211,165,178)
#DDBAC3
(221,186,195)
#E7CFD4
(231,207,212)
#F1E4E5
(241,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D123B color. Also use rgb(141,18,59) instead hex code.

Text Font Color

.myTextColor { color: #8D123B; }

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

This text font color is #8D123B.


Background Color

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

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

This div background color is #8D123B.


Border color

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

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

This div border color is #8D123B.


Opacity

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

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

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

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

This text has shadow with #8D123B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D123B on black background.


Color preview on white background

This text has color #8D123B on white background.



Black color preview on #8D123B background

This text has black color on #8D123B background.


White color preview on #8D123B background

This text has white color on #8D123B background.