COLOR #8D716E

HEX: #8D716E
RGB: (141,113,110)

Color info

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

RGB color model

#8D716E color RGB value is (141,113,110).

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

RGB channels and saturation

R 141 of 255 = 55%
G 113 of 255 = 44%
B 110 of 255 = 43%

141
113
110

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

Portions of RGB colors in percentages

R + G + B =
141 + 113 + 110 = 364 (100%)
R 141 of 364 ~ 38.74%
G 113 of 364 ~ 31.04%
B 110 of 364 ~ 30.22%

%38.74
%31.04
%30.22

CMYK color model

#8D716E color CMYK value is (0,20,22,45).

  • cyan value is 0.00%
  • magenta value is 19.86%
  • yellow value is 21.99%
  • key color value is 44.71%
CMYK:
(0,20,22,45)
C0M20Y22K45 
(0%,20%,22%,45%)
(0.00/0.20/0.22/0.45)	

CMYK percentages

%0
%19.86
%21.99
%44.71

Codes

Color #8D716E in popluar color models

8D716E
RGB141113110
HSL12.35%49.22%
HSB/HSV21.99%55.29%
CMYK0.00%19.86%21.99%
44.71%

Color #8D716E in popluar number systems.

HEX8D716E
Decimal141113110
Binary1000110111100011101110
Octal215161156

Shades and tints

Shades of #8D716E

#8D716E
(141,113,110)
#816764
(129,103,100)
#755D5A
(117,93,90)
#695350
(105,83,80)
#5D4946
(93,73,70)
#513F3C
(81,63,60)
#453532
(69,53,50)
#392B28
(57,43,40)
#2D211E
(45,33,30)
#211714
(33,23,20)
#150D0A
(21,13,10)
#000000
(0,0,0)

Tints of #8D716E

#8D716E
(141,113,110)
#977D7B
(151,125,123)
#A18988
(161,137,136)
#AB9595
(171,149,149)
#B5A1A2
(181,161,162)
#BFADAF
(191,173,175)
#C9B9BC
(201,185,188)
#D3C5C9
(211,197,201)
#DDD1D6
(221,209,214)
#E7DDE3
(231,221,227)
#F1E9F0
(241,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D716E; }

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

This text font color is #8D716E.


Background Color

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

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

This div background color is #8D716E.


Border color

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

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

This div border color is #8D716E.


Opacity

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

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

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

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

This text has shadow with #8D716E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D716E on black background.


Color preview on white background

This text has color #8D716E on white background.



Black color preview on #8D716E background

This text has black color on #8D716E background.


White color preview on #8D716E background

This text has white color on #8D716E background.