COLOR #8D3E39

HEX: #8D3E39
RGB: (141,62,57)

Color info

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

RGB color model

#8D3E39 color RGB value is (141,62,57).

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

RGB channels and saturation

R 141 of 255 = 55%
G 62 of 255 = 24%
B 57 of 255 = 22%

141
62
57

R + G + B ~ 34%. #8D3E39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 62 + 57 = 260 (100%)
R 141 of 260 ~ 54.23%
G 62 of 260 ~ 23.85%
B 57 of 260 ~ 21.92%

%54.23
%23.85
%21.92

CMYK color model

#8D3E39 color CMYK value is (0,56,60,45).

  • cyan value is 0.00%
  • magenta value is 56.03%
  • yellow value is 59.57%
  • key color value is 44.71%
CMYK:
(0,56,60,45)
C0M56Y60K45 
(0%,56%,60%,45%)
(0.00/0.56/0.60/0.45)	

CMYK percentages

%0
%56.03
%59.57
%44.71

Codes

Color #8D3E39 in popluar color models

8D3E39
RGB1416257
HSL42.42%38.82%
HSB/HSV59.57%55.29%
CMYK0.00%56.03%59.57%
44.71%

Color #8D3E39 in popluar number systems.

HEX8D3E39
Decimal1416257
Binary10001101111110111001
Octal2157671

Shades and tints

Shades of #8D3E39

#8D3E39
(141,62,57)
#813934
(129,57,52)
#75342F
(117,52,47)
#692F2A
(105,47,42)
#5D2A25
(93,42,37)
#512520
(81,37,32)
#45201B
(69,32,27)
#391B16
(57,27,22)
#2D1611
(45,22,17)
#21110C
(33,17,12)
#150C07
(21,12,7)
#000000
(0,0,0)

Tints of #8D3E39

#8D3E39
(141,62,57)
#974F4B
(151,79,75)
#A1605D
(161,96,93)
#AB716F
(171,113,111)
#B58281
(181,130,129)
#BF9393
(191,147,147)
#C9A4A5
(201,164,165)
#D3B5B7
(211,181,183)
#DDC6C9
(221,198,201)
#E7D7DB
(231,215,219)
#F1E8ED
(241,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D3E39; }

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

This text font color is #8D3E39.


Background Color

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

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

This div background color is #8D3E39.


Border color

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

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

This div border color is #8D3E39.


Opacity

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

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

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

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

This text has shadow with #8D3E39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D3E39 on black background.


Color preview on white background

This text has color #8D3E39 on white background.



Black color preview on #8D3E39 background

This text has black color on #8D3E39 background.


White color preview on #8D3E39 background

This text has white color on #8D3E39 background.