COLOR #8D6E72

HEX: #8D6E72
RGB: (141,110,114)

Color info

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

RGB color model

#8D6E72 color RGB value is (141,110,114).

  • red value is 141;
  • green value is 110;
  • blue value is 114.
RGB:
(141,110,114)
(55%,43%,45%)

RGB channels and saturation

R 141 of 255 = 55%
G 110 of 255 = 43%
B 114 of 255 = 45%

141
110
114

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

Portions of RGB colors in percentages

R + G + B =
141 + 110 + 114 = 365 (100%)
R 141 of 365 ~ 38.63%
G 110 of 365 ~ 30.14%
B 114 of 365 ~ 31.23%

%38.63
%30.14
%31.23

CMYK color model

#8D6E72 color CMYK value is (0,22,19,45).

  • cyan value is 0.00%
  • magenta value is 21.99%
  • yellow value is 19.15%
  • key color value is 44.71%
CMYK:
(0,22,19,45)
C0M22Y19K45 
(0%,22%,19%,45%)
(0.00/0.22/0.19/0.45)	

CMYK percentages

%0
%21.99
%19.15
%44.71

Codes

Color #8D6E72 in popluar color models

8D6E72
RGB141110114
HSL352°12.35%49.22%
HSB/HSV352°21.99%55.29%
CMYK0.00%21.99%19.15%
44.71%

Color #8D6E72 in popluar number systems.

HEX8D6E72
Decimal141110114
Binary1000110111011101110010
Octal215156162

Shades and tints

Shades of #8D6E72

#8D6E72
(141,110,114)
#816468
(129,100,104)
#755A5E
(117,90,94)
#695054
(105,80,84)
#5D464A
(93,70,74)
#513C40
(81,60,64)
#453236
(69,50,54)
#39282C
(57,40,44)
#2D1E22
(45,30,34)
#211418
(33,20,24)
#150A0E
(21,10,14)
#000000
(0,0,0)

Tints of #8D6E72

#8D6E72
(141,110,114)
#977B7E
(151,123,126)
#A1888A
(161,136,138)
#AB9596
(171,149,150)
#B5A2A2
(181,162,162)
#BFAFAE
(191,175,174)
#C9BCBA
(201,188,186)
#D3C9C6
(211,201,198)
#DDD6D2
(221,214,210)
#E7E3DE
(231,227,222)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D6E72; }

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

This text font color is #8D6E72.


Background Color

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

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

This div background color is #8D6E72.


Border color

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

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

This div border color is #8D6E72.


Opacity

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

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

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

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

This text has shadow with #8D6E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6E72 on black background.


Color preview on white background

This text has color #8D6E72 on white background.



Black color preview on #8D6E72 background

This text has black color on #8D6E72 background.


White color preview on #8D6E72 background

This text has white color on #8D6E72 background.