COLOR #8D6159

HEX: #8D6159
RGB: (141,97,89)

Color info

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

RGB color model

#8D6159 color RGB value is (141,97,89).

  • red value is 141;
  • green value is 97;
  • blue value is 89.
RGB:
(141,97,89)
(55%,38%,35%)

RGB channels and saturation

R 141 of 255 = 55%
G 97 of 255 = 38%
B 89 of 255 = 35%

141
97
89

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

Portions of RGB colors in percentages

R + G + B =
141 + 97 + 89 = 327 (100%)
R 141 of 327 ~ 43.12%
G 97 of 327 ~ 29.66%
B 89 of 327 ~ 27.22%

%43.12
%29.66
%27.22

CMYK color model

#8D6159 color CMYK value is (0,31,37,45).

  • cyan value is 0.00%
  • magenta value is 31.21%
  • yellow value is 36.88%
  • key color value is 44.71%
CMYK:
(0,31,37,45)
C0M31Y37K45 
(0%,31%,37%,45%)
(0.00/0.31/0.37/0.45)	

CMYK percentages

%0
%31.21
%36.88
%44.71

Codes

Color #8D6159 in popluar color models

8D6159
RGB1419789
HSL22.61%45.10%
HSB/HSV36.88%55.29%
CMYK0.00%31.21%36.88%
44.71%

Color #8D6159 in popluar number systems.

HEX8D6159
Decimal1419789
Binary1000110111000011011001
Octal215141131

Shades and tints

Shades of #8D6159

#8D6159
(141,97,89)
#815951
(129,89,81)
#755149
(117,81,73)
#694941
(105,73,65)
#5D4139
(93,65,57)
#513931
(81,57,49)
#453129
(69,49,41)
#392921
(57,41,33)
#2D2119
(45,33,25)
#211911
(33,25,17)
#151109
(21,17,9)
#000000
(0,0,0)

Tints of #8D6159

#8D6159
(141,97,89)
#976F68
(151,111,104)
#A17D77
(161,125,119)
#AB8B86
(171,139,134)
#B59995
(181,153,149)
#BFA7A4
(191,167,164)
#C9B5B3
(201,181,179)
#D3C3C2
(211,195,194)
#DDD1D1
(221,209,209)
#E7DFE0
(231,223,224)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D6159 color. Also use rgb(141,97,89) instead hex code.

Text Font Color

.myTextColor { color: #8D6159; }

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

This text font color is #8D6159.


Background Color

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

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

This div background color is #8D6159.


Border color

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

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

This div border color is #8D6159.


Opacity

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

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

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

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

This text has shadow with #8D6159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6159 on black background.


Color preview on white background

This text has color #8D6159 on white background.



Black color preview on #8D6159 background

This text has black color on #8D6159 background.


White color preview on #8D6159 background

This text has white color on #8D6159 background.