COLOR #8D153F

HEX: #8D153F
RGB: (141,21,63)

Color info

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

RGB color model

#8D153F color RGB value is (141,21,63).

  • red value is 141;
  • green value is 21;
  • blue value is 63.
RGB:
(141,21,63)
(55%,8%,25%)

RGB channels and saturation

R 141 of 255 = 55%
G 21 of 255 = 8%
B 63 of 255 = 25%

141
21
63

R + G + B ~ 29%. #8D153F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 21 + 63 = 225 (100%)
R 141 of 225 ~ 62.67%
G 21 of 225 ~ 9.33%
B 63 of 225 ~ 28%

%62.67
%28

CMYK color model

#8D153F color CMYK value is (0,85,55,45).

  • cyan value is 0.00%
  • magenta value is 85.11%
  • yellow value is 55.32%
  • key color value is 44.71%
CMYK:
(0,85,55,45)
C0M85Y55K45 
(0%,85%,55%,45%)
(0.00/0.85/0.55/0.45)	

CMYK percentages

%0
%85.11
%55.32
%44.71

Codes

Color #8D153F in popluar color models

8D153F
RGB1412163
HSL339°74.07%31.76%
HSB/HSV339°85.11%55.29%
CMYK0.00%85.11%55.32%
44.71%

Color #8D153F in popluar number systems.

HEX8D153F
Decimal1412163
Binary1000110110101111111
Octal2152577

Shades and tints

Shades of #8D153F

#8D153F
(141,21,63)
#81143A
(129,20,58)
#751335
(117,19,53)
#691230
(105,18,48)
#5D112B
(93,17,43)
#511026
(81,16,38)
#450F21
(69,15,33)
#390E1C
(57,14,28)
#2D0D17
(45,13,23)
#210C12
(33,12,18)
#150B0D
(21,11,13)
#000000
(0,0,0)

Tints of #8D153F

#8D153F
(141,21,63)
#972A50
(151,42,80)
#A13F61
(161,63,97)
#AB5472
(171,84,114)
#B56983
(181,105,131)
#BF7E94
(191,126,148)
#C993A5
(201,147,165)
#D3A8B6
(211,168,182)
#DDBDC7
(221,189,199)
#E7D2D8
(231,210,216)
#F1E7E9
(241,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D153F color. Also use rgb(141,21,63) instead hex code.

Text Font Color

.myTextColor { color: #8D153F; }

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

This text font color is #8D153F.


Background Color

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

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

This div background color is #8D153F.


Border color

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

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

This div border color is #8D153F.


Opacity

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

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

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

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

This text has shadow with #8D153F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D153F on black background.


Color preview on white background

This text has color #8D153F on white background.



Black color preview on #8D153F background

This text has black color on #8D153F background.


White color preview on #8D153F background

This text has white color on #8D153F background.