COLOR #8D5C5F

HEX: #8D5C5F
RGB: (141,92,95)

Color info

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

RGB color model

#8D5C5F color RGB value is (141,92,95).

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

RGB channels and saturation

R 141 of 255 = 55%
G 92 of 255 = 36%
B 95 of 255 = 37%

141
92
95

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

Portions of RGB colors in percentages

R + G + B =
141 + 92 + 95 = 328 (100%)
R 141 of 328 ~ 42.99%
G 92 of 328 ~ 28.05%
B 95 of 328 ~ 28.96%

%42.99
%28.05
%28.96

CMYK color model

#8D5C5F color CMYK value is (0,35,33,45).

  • cyan value is 0.00%
  • magenta value is 34.75%
  • yellow value is 32.62%
  • key color value is 44.71%
CMYK:
(0,35,33,45)
C0M35Y33K45 
(0%,35%,33%,45%)
(0.00/0.35/0.33/0.45)	

CMYK percentages

%0
%34.75
%32.62
%44.71

Codes

Color #8D5C5F in popluar color models

8D5C5F
RGB1419295
HSL356°21.03%45.69%
HSB/HSV356°34.75%55.29%
CMYK0.00%34.75%32.62%
44.71%

Color #8D5C5F in popluar number systems.

HEX8D5C5F
Decimal1419295
Binary1000110110111001011111
Octal215134137

Shades and tints

Shades of #8D5C5F

#8D5C5F
(141,92,95)
#815457
(129,84,87)
#754C4F
(117,76,79)
#694447
(105,68,71)
#5D3C3F
(93,60,63)
#513437
(81,52,55)
#452C2F
(69,44,47)
#392427
(57,36,39)
#2D1C1F
(45,28,31)
#211417
(33,20,23)
#150C0F
(21,12,15)
#000000
(0,0,0)

Tints of #8D5C5F

#8D5C5F
(141,92,95)
#976A6D
(151,106,109)
#A1787B
(161,120,123)
#AB8689
(171,134,137)
#B59497
(181,148,151)
#BFA2A5
(191,162,165)
#C9B0B3
(201,176,179)
#D3BEC1
(211,190,193)
#DDCCCF
(221,204,207)
#E7DADD
(231,218,221)
#F1E8EB
(241,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D5C5F; }

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

This text font color is #8D5C5F.


Background Color

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

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

This div background color is #8D5C5F.


Border color

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

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

This div border color is #8D5C5F.


Opacity

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

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

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

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

This text has shadow with #8D5C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D5C5F on black background.


Color preview on white background

This text has color #8D5C5F on white background.



Black color preview on #8D5C5F background

This text has black color on #8D5C5F background.


White color preview on #8D5C5F background

This text has white color on #8D5C5F background.