COLOR #8D5E66

HEX: #8D5E66
RGB: (141,94,102)

Color info

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

RGB color model

#8D5E66 color RGB value is (141,94,102).

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

RGB channels and saturation

R 141 of 255 = 55%
G 94 of 255 = 37%
B 102 of 255 = 40%

141
94
102

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

Portions of RGB colors in percentages

R + G + B =
141 + 94 + 102 = 337 (100%)
R 141 of 337 ~ 41.84%
G 94 of 337 ~ 27.89%
B 102 of 337 ~ 30.27%

%41.84
%27.89
%30.27

CMYK color model

#8D5E66 color CMYK value is (0,33,28,45).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 27.66%
  • key color value is 44.71%
CMYK:
(0,33,28,45)
C0M33Y28K45 
(0%,33%,28%,45%)
(0.00/0.33/0.28/0.45)	

CMYK percentages

%0
%33.33
%27.66
%44.71

Codes

Color #8D5E66 in popluar color models

8D5E66
RGB14194102
HSL350°20.00%46.08%
HSB/HSV350°33.33%55.29%
CMYK0.00%33.33%27.66%
44.71%

Color #8D5E66 in popluar number systems.

HEX8D5E66
Decimal14194102
Binary1000110110111101100110
Octal215136146

Shades and tints

Shades of #8D5E66

#8D5E66
(141,94,102)
#81565D
(129,86,93)
#754E54
(117,78,84)
#69464B
(105,70,75)
#5D3E42
(93,62,66)
#513639
(81,54,57)
#452E30
(69,46,48)
#392627
(57,38,39)
#2D1E1E
(45,30,30)
#211615
(33,22,21)
#150E0C
(21,14,12)
#000000
(0,0,0)

Tints of #8D5E66

#8D5E66
(141,94,102)
#976C73
(151,108,115)
#A17A80
(161,122,128)
#AB888D
(171,136,141)
#B5969A
(181,150,154)
#BFA4A7
(191,164,167)
#C9B2B4
(201,178,180)
#D3C0C1
(211,192,193)
#DDCECE
(221,206,206)
#E7DCDB
(231,220,219)
#F1EAE8
(241,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D5E66; }

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

This text font color is #8D5E66.


Background Color

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

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

This div background color is #8D5E66.


Border color

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

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

This div border color is #8D5E66.


Opacity

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

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

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

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

This text has shadow with #8D5E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D5E66 on black background.


Color preview on white background

This text has color #8D5E66 on white background.



Black color preview on #8D5E66 background

This text has black color on #8D5E66 background.


White color preview on #8D5E66 background

This text has white color on #8D5E66 background.