COLOR #8D7A6F

HEX: #8D7A6F
RGB: (141,122,111)

Color info

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

RGB color model

#8D7A6F color RGB value is (141,122,111).

  • red value is 141;
  • green value is 122;
  • blue value is 111.
RGB:
(141,122,111)
(55%,48%,44%)

RGB channels and saturation

R 141 of 255 = 55%
G 122 of 255 = 48%
B 111 of 255 = 44%

141
122
111

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

Portions of RGB colors in percentages

R + G + B =
141 + 122 + 111 = 374 (100%)
R 141 of 374 ~ 37.7%
G 122 of 374 ~ 32.62%
B 111 of 374 ~ 29.68%

%37.7
%32.62
%29.68

CMYK color model

#8D7A6F color CMYK value is (0,13,21,45).

  • cyan value is 0.00%
  • magenta value is 13.48%
  • yellow value is 21.28%
  • key color value is 44.71%
CMYK:
(0,13,21,45)
C0M13Y21K45 
(0%,13%,21%,45%)
(0.00/0.13/0.21/0.45)	

CMYK percentages

%0
%13.48
%21.28
%44.71

Codes

Color #8D7A6F in popluar color models

8D7A6F
RGB141122111
HSL22°11.90%49.41%
HSB/HSV22°21.28%55.29%
CMYK0.00%13.48%21.28%
44.71%

Color #8D7A6F in popluar number systems.

HEX8D7A6F
Decimal141122111
Binary1000110111110101101111
Octal215172157

Shades and tints

Shades of #8D7A6F

#8D7A6F
(141,122,111)
#816F65
(129,111,101)
#75645B
(117,100,91)
#695951
(105,89,81)
#5D4E47
(93,78,71)
#51433D
(81,67,61)
#453833
(69,56,51)
#392D29
(57,45,41)
#2D221F
(45,34,31)
#211715
(33,23,21)
#150C0B
(21,12,11)
#000000
(0,0,0)

Tints of #8D7A6F

#8D7A6F
(141,122,111)
#97867C
(151,134,124)
#A19289
(161,146,137)
#AB9E96
(171,158,150)
#B5AAA3
(181,170,163)
#BFB6B0
(191,182,176)
#C9C2BD
(201,194,189)
#D3CECA
(211,206,202)
#DDDAD7
(221,218,215)
#E7E6E4
(231,230,228)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7A6F color. Also use rgb(141,122,111) instead hex code.

Text Font Color

.myTextColor { color: #8D7A6F; }

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

This text font color is #8D7A6F.


Background Color

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

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

This div background color is #8D7A6F.


Border color

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

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

This div border color is #8D7A6F.


Opacity

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

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

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

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

This text has shadow with #8D7A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7A6F on black background.


Color preview on white background

This text has color #8D7A6F on white background.



Black color preview on #8D7A6F background

This text has black color on #8D7A6F background.


White color preview on #8D7A6F background

This text has white color on #8D7A6F background.