COLOR #8D5E5B

HEX: #8D5E5B RGB: (141,94,91)

Color info

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

RGB color model

#8D5E5B color RGB value is (141,94,91).

RGB: (141,94,91) (55%, 37%, 36%)

RGB channels and saturation

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

141
94
91

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

Portions of RGB colors in percentages

R + G + B = 141 + 94 + 91 = 326 (100%)
R 141 of 326 ~ 43.25%
G 94 of 326 ~ 28.83%
B 91 of 326 ~ 27.91'%

%43.25
%28.83
%27.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 35.46%
  • key color value is 44.71%

CMYK: (0,33,35,45)
C0M33Y35K45 (0%, 33%, 35%, 45%)
(0.00 / 0.33 / 0.35 / 0.45)

CMYK percentages

%0
%33.33
%35.46
%44.71

Codes

Color #8D5E5B in popluar color models

8D 5E 5B
RGB 141 94 91
HSL 21.55% 45.49%
HSB/HSV 35.46% 55.29%
CMYK 0.00% 33.33% 35.46%
44.71%

Color #8D5E5B in popluar number systems.

HEX 8D 5E 5B
Decimal 141 94 91
Binary 10001101 1011110 1011011
Octal 215 136 133

Shades and tints

Shades of #8D5E5B

#8D5E5B
(141,94,91)
#815653
(129,86,83)
#754E4B
(117,78,75)
#694643
(105,70,67)
#5D3E3B
(93,62,59)
#513633
(81,54,51)
#452E2B
(69,46,43)
#392623
(57,38,35)
#2D1E1B
(45,30,27)
#211613
(33,22,19)
#150E0B
(21,14,11)
#000000
(0,0,0)

Tints of #8D5E5B

#8D5E5B
(141,94,91)
#976C69
(151,108,105)
#A17A77
(161,122,119)
#AB8885
(171,136,133)
#B59693
(181,150,147)
#BFA4A1
(191,164,161)
#C9B2AF
(201,178,175)
#D3C0BD
(211,192,189)
#DDCECB
(221,206,203)
#E7DCD9
(231,220,217)
#F1EAE7
(241,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D5E5B; }

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

This text font color is #8D5E5B.

Background Color

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

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

This div background color is #8D5E5B.

Border color

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

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

This div border color is #8D5E5B.

Opacity

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

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

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

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

This text has shadow with #8D5E5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D5E5B.

Preview

Color preview on black background

This text has color #8D5E5B on black background.


Color preview on white background

This text has color #8D5E5B on white background.


Black color preview on #8D5E5B background

This text has black color on #8D5E5B background.


White color preview on #8D5E5B background

This text has white color on #8D5E5B background.


Related colors

Complementary color

Complementary color for #hex is #72A1A4.


I love getcolorcode.com

Triadic colors

1 #5B8D5E and #5E5B8D with #8D5E5B are triadic colors.

2 #5B5E8D and #5E8D5B with #8D5E5B are triadic colors.