COLOR #8D2D39

HEX: #8D2D39
RGB: (141,45,57)

Color info

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

RGB color model

#8D2D39 color RGB value is (141,45,57).

  • red value is 141;
  • green value is 45;
  • blue value is 57.
RGB:
(141,45,57)
(55%,18%,22%)

RGB channels and saturation

R 141 of 255 = 55%
G 45 of 255 = 18%
B 57 of 255 = 22%

141
45
57

R + G + B ~ 32%. #8D2D39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 45 + 57 = 243 (100%)
R 141 of 243 ~ 58.02%
G 45 of 243 ~ 18.52%
B 57 of 243 ~ 23.46%

%58.02
%18.52
%23.46

CMYK color model

#8D2D39 color CMYK value is (0,68,60,45).

  • cyan value is 0.00%
  • magenta value is 68.09%
  • yellow value is 59.57%
  • key color value is 44.71%
CMYK:
(0,68,60,45)
C0M68Y60K45 
(0%,68%,60%,45%)
(0.00/0.68/0.60/0.45)	

CMYK percentages

%0
%68.09
%59.57
%44.71

Codes

Color #8D2D39 in popluar color models

8D2D39
RGB1414557
HSL353°51.61%36.47%
HSB/HSV353°68.09%55.29%
CMYK0.00%68.09%59.57%
44.71%

Color #8D2D39 in popluar number systems.

HEX8D2D39
Decimal1414557
Binary10001101101101111001
Octal2155571

Shades and tints

Shades of #8D2D39

#8D2D39
(141,45,57)
#812934
(129,41,52)
#75252F
(117,37,47)
#69212A
(105,33,42)
#5D1D25
(93,29,37)
#511920
(81,25,32)
#45151B
(69,21,27)
#391116
(57,17,22)
#2D0D11
(45,13,17)
#21090C
(33,9,12)
#150507
(21,5,7)
#000000
(0,0,0)

Tints of #8D2D39

#8D2D39
(141,45,57)
#97404B
(151,64,75)
#A1535D
(161,83,93)
#AB666F
(171,102,111)
#B57981
(181,121,129)
#BF8C93
(191,140,147)
#C99FA5
(201,159,165)
#D3B2B7
(211,178,183)
#DDC5C9
(221,197,201)
#E7D8DB
(231,216,219)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D2D39 color. Also use rgb(141,45,57) instead hex code.

Text Font Color

.myTextColor { color: #8D2D39; }

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

This text font color is #8D2D39.


Background Color

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

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

This div background color is #8D2D39.


Border color

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

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

This div border color is #8D2D39.


Opacity

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

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

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

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

This text has shadow with #8D2D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D2D39 on black background.


Color preview on white background

This text has color #8D2D39 on white background.



Black color preview on #8D2D39 background

This text has black color on #8D2D39 background.


White color preview on #8D2D39 background

This text has white color on #8D2D39 background.