COLOR #8D5D5E

HEX: #8D5D5E
RGB: (141,93,94)

Color info

#8D5D5E contains red, green and blue colors in about the same proportion. Web safe color of #8D5D5E is #996666 (or #966).

RGB color model

#8D5D5E color RGB value is (141,93,94).

  • red value is 141;
  • green value is 93;
  • blue value is 94.
RGB:
(141,93,94)
(55%,36%,37%)

RGB channels and saturation

R 141 of 255 = 55%
G 93 of 255 = 36%
B 94 of 255 = 37%

141
93
94

R + G + B ~ 43%. #8D5D5E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
141 + 93 + 94 = 328 (100%)
R 141 of 328 ~ 42.99%
G 93 of 328 ~ 28.35%
B 94 of 328 ~ 28.66%

%42.99
%28.35
%28.66

CMYK color model

#8D5D5E color CMYK value is (0,34,33,45).

  • cyan value is 0.00%
  • magenta value is 34.04%
  • yellow value is 33.33%
  • key color value is 44.71%
CMYK:
(0,34,33,45)
C0M34Y33K45 
(0%,34%,33%,45%)
(0.00/0.34/0.33/0.45)	

CMYK percentages

%0
%34.04
%33.33
%44.71

Codes

Color #8D5D5E in popluar color models

8D5D5E
RGB1419394
HSL359°20.51%45.88%
HSB/HSV359°34.04%55.29%
CMYK0.00%34.04%33.33%
44.71%

Color #8D5D5E in popluar number systems.

HEX8D5D5E
Decimal1419394
Binary1000110110111011011110
Octal215135136

Shades and tints

Shades of #8D5D5E

#8D5D5E
(141,93,94)
#815556
(129,85,86)
#754D4E
(117,77,78)
#694546
(105,69,70)
#5D3D3E
(93,61,62)
#513536
(81,53,54)
#452D2E
(69,45,46)
#392526
(57,37,38)
#2D1D1E
(45,29,30)
#211516
(33,21,22)
#150D0E
(21,13,14)
#000000
(0,0,0)

Tints of #8D5D5E

#8D5D5E
(141,93,94)
#976B6C
(151,107,108)
#A1797A
(161,121,122)
#AB8788
(171,135,136)
#B59596
(181,149,150)
#BFA3A4
(191,163,164)
#C9B1B2
(201,177,178)
#D3BFC0
(211,191,192)
#DDCDCE
(221,205,206)
#E7DBDC
(231,219,220)
#F1E9EA
(241,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D5D5E; }

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

This text font color is #8D5D5E.


Background Color

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

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

This div background color is #8D5D5E.


Border color

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

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

This div border color is #8D5D5E.


Opacity

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

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

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

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

This text has shadow with #8D5D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D5D5E on black background.


Color preview on white background

This text has color #8D5D5E on white background.



Black color preview on #8D5D5E background

This text has black color on #8D5D5E background.


White color preview on #8D5D5E background

This text has white color on #8D5D5E background.