COLOR #8D716D

HEX: #8D716D
RGB: (141,113,109)

Color info

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

RGB color model

#8D716D color RGB value is (141,113,109).

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

RGB channels and saturation

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

141
113
109

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

Portions of RGB colors in percentages

R + G + B =
141 + 113 + 109 = 363 (100%)
R 141 of 363 ~ 38.84%
G 113 of 363 ~ 31.13%
B 109 of 363 ~ 30.03%

%38.84
%31.13
%30.03

CMYK color model

#8D716D color CMYK value is (0,20,23,45).

  • cyan value is 0.00%
  • magenta value is 19.86%
  • yellow value is 22.70%
  • key color value is 44.71%
CMYK:
(0,20,23,45)
C0M20Y23K45 
(0%,20%,23%,45%)
(0.00/0.20/0.23/0.45)	

CMYK percentages

%0
%19.86
%22.7
%44.71

Codes

Color #8D716D in popluar color models

8D716D
RGB141113109
HSL12.80%49.02%
HSB/HSV22.70%55.29%
CMYK0.00%19.86%22.70%
44.71%

Color #8D716D in popluar number systems.

HEX8D716D
Decimal141113109
Binary1000110111100011101101
Octal215161155

Shades and tints

Shades of #8D716D

#8D716D
(141,113,109)
#816764
(129,103,100)
#755D5B
(117,93,91)
#695352
(105,83,82)
#5D4949
(93,73,73)
#513F40
(81,63,64)
#453537
(69,53,55)
#392B2E
(57,43,46)
#2D2125
(45,33,37)
#21171C
(33,23,28)
#150D13
(21,13,19)
#000000
(0,0,0)

Tints of #8D716D

#8D716D
(141,113,109)
#977D7A
(151,125,122)
#A18987
(161,137,135)
#AB9594
(171,149,148)
#B5A1A1
(181,161,161)
#BFADAE
(191,173,174)
#C9B9BB
(201,185,187)
#D3C5C8
(211,197,200)
#DDD1D5
(221,209,213)
#E7DDE2
(231,221,226)
#F1E9EF
(241,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D716D; }

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

This text font color is #8D716D.


Background Color

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

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

This div background color is #8D716D.


Border color

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

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

This div border color is #8D716D.


Opacity

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

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

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

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

This text has shadow with #8D716D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D716D on black background.


Color preview on white background

This text has color #8D716D on white background.



Black color preview on #8D716D background

This text has black color on #8D716D background.


White color preview on #8D716D background

This text has white color on #8D716D background.