COLOR #8D7F6A

HEX: #8D7F6A
RGB: (141,127,106)

Color info

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

RGB color model

#8D7F6A color RGB value is (141,127,106).

  • red value is 141;
  • green value is 127;
  • blue value is 106.
RGB:
(141,127,106)
(55%,50%,42%)

RGB channels and saturation

R 141 of 255 = 55%
G 127 of 255 = 50%
B 106 of 255 = 42%

141
127
106

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

Portions of RGB colors in percentages

R + G + B =
141 + 127 + 106 = 374 (100%)
R 141 of 374 ~ 37.7%
G 127 of 374 ~ 33.96%
B 106 of 374 ~ 28.34%

%37.7
%33.96
%28.34

CMYK color model

#8D7F6A color CMYK value is (0,10,25,45).

  • cyan value is 0.00%
  • magenta value is 9.93%
  • yellow value is 24.82%
  • key color value is 44.71%
CMYK:
(0,10,25,45)
C0M10Y25K45 
(0%,10%,25%,45%)
(0.00/0.10/0.25/0.45)	

CMYK percentages

%0
%9.93
%24.82
%44.71

Codes

Color #8D7F6A in popluar color models

8D7F6A
RGB141127106
HSL36°14.17%48.43%
HSB/HSV36°24.82%55.29%
CMYK0.00%9.93%24.82%
44.71%

Color #8D7F6A in popluar number systems.

HEX8D7F6A
Decimal141127106
Binary1000110111111111101010
Octal215177152

Shades and tints

Shades of #8D7F6A

#8D7F6A
(141,127,106)
#817461
(129,116,97)
#756958
(117,105,88)
#695E4F
(105,94,79)
#5D5346
(93,83,70)
#51483D
(81,72,61)
#453D34
(69,61,52)
#39322B
(57,50,43)
#2D2722
(45,39,34)
#211C19
(33,28,25)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #8D7F6A

#8D7F6A
(141,127,106)
#978A77
(151,138,119)
#A19584
(161,149,132)
#ABA091
(171,160,145)
#B5AB9E
(181,171,158)
#BFB6AB
(191,182,171)
#C9C1B8
(201,193,184)
#D3CCC5
(211,204,197)
#DDD7D2
(221,215,210)
#E7E2DF
(231,226,223)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7F6A color. Also use rgb(141,127,106) instead hex code.

Text Font Color

.myTextColor { color: #8D7F6A; }

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

This text font color is #8D7F6A.


Background Color

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

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

This div background color is #8D7F6A.


Border color

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

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

This div border color is #8D7F6A.


Opacity

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

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

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

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

This text has shadow with #8D7F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7F6A on black background.


Color preview on white background

This text has color #8D7F6A on white background.



Black color preview on #8D7F6A background

This text has black color on #8D7F6A background.


White color preview on #8D7F6A background

This text has white color on #8D7F6A background.