COLOR #8D5050

HEX: #8D5050
RGB: (141,80,80)

Color info

#8D5050 contains mainly red color. Web safe color of #8D5050 is #996666 (or #966).

RGB color model

#8D5050 color RGB value is (141,80,80).

  • red value is 141;
  • green value is 80;
  • blue value is 80.
RGB:
(141,80,80)
(55%,31%,31%)

RGB channels and saturation

R 141 of 255 = 55%
G 80 of 255 = 31%
B 80 of 255 = 31%

141
80
80

R + G + B ~ 39%. #8D5050 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 80 + 80 = 301 (100%)
R 141 of 301 ~ 46.84%
G 80 of 301 ~ 26.58%
B 80 of 301 ~ 26.58%

%46.84
%26.58
%26.58

CMYK color model

#8D5050 color CMYK value is (0,43,43,45).

  • cyan value is 0.00%
  • magenta value is 43.26%
  • yellow value is 43.26%
  • key color value is 44.71%
CMYK:
(0,43,43,45)
C0M43Y43K45 
(0%,43%,43%,45%)
(0.00/0.43/0.43/0.45)	

CMYK percentages

%0
%43.26
%43.26
%44.71

Codes

Color #8D5050 in popluar color models

8D5050
RGB1418080
HSL27.60%43.33%
HSB/HSV43.26%55.29%
CMYK0.00%43.26%43.26%
44.71%

Color #8D5050 in popluar number systems.

HEX8D5050
Decimal1418080
Binary1000110110100001010000
Octal215120120

Shades and tints

Shades of #8D5050

#8D5050
(141,80,80)
#814949
(129,73,73)
#754242
(117,66,66)
#693B3B
(105,59,59)
#5D3434
(93,52,52)
#512D2D
(81,45,45)
#452626
(69,38,38)
#391F1F
(57,31,31)
#2D1818
(45,24,24)
#211111
(33,17,17)
#150A0A
(21,10,10)
#000000
(0,0,0)

Tints of #8D5050

#8D5050
(141,80,80)
#975F5F
(151,95,95)
#A16E6E
(161,110,110)
#AB7D7D
(171,125,125)
#B58C8C
(181,140,140)
#BF9B9B
(191,155,155)
#C9AAAA
(201,170,170)
#D3B9B9
(211,185,185)
#DDC8C8
(221,200,200)
#E7D7D7
(231,215,215)
#F1E6E6
(241,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D5050; }

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

This text font color is #8D5050.


Background Color

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

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

This div background color is #8D5050.


Border color

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

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

This div border color is #8D5050.


Opacity

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

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

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

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

This text has shadow with #8D5050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D5050 on black background.


Color preview on white background

This text has color #8D5050 on white background.



Black color preview on #8D5050 background

This text has black color on #8D5050 background.


White color preview on #8D5050 background

This text has white color on #8D5050 background.