COLOR #8D7C6B

HEX: #8D7C6B
RGB: (141,124,107)

Color info

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

RGB color model

#8D7C6B color RGB value is (141,124,107).

  • red value is 141;
  • green value is 124;
  • blue value is 107.
RGB:
(141,124,107)
(55%,49%,42%)

RGB channels and saturation

R 141 of 255 = 55%
G 124 of 255 = 49%
B 107 of 255 = 42%

141
124
107

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

Portions of RGB colors in percentages

R + G + B =
141 + 124 + 107 = 372 (100%)
R 141 of 372 ~ 37.9%
G 124 of 372 ~ 33.33%
B 107 of 372 ~ 28.76%

%37.9
%33.33
%28.76

CMYK color model

#8D7C6B color CMYK value is (0,12,24,45).

  • cyan value is 0.00%
  • magenta value is 12.06%
  • yellow value is 24.11%
  • key color value is 44.71%
CMYK:
(0,12,24,45)
C0M12Y24K45 
(0%,12%,24%,45%)
(0.00/0.12/0.24/0.45)	

CMYK percentages

%0
%12.06
%24.11
%44.71

Codes

Color #8D7C6B in popluar color models

8D7C6B
RGB141124107
HSL30°13.71%48.63%
HSB/HSV30°24.11%55.29%
CMYK0.00%12.06%24.11%
44.71%

Color #8D7C6B in popluar number systems.

HEX8D7C6B
Decimal141124107
Binary1000110111111001101011
Octal215174153

Shades and tints

Shades of #8D7C6B

#8D7C6B
(141,124,107)
#817162
(129,113,98)
#756659
(117,102,89)
#695B50
(105,91,80)
#5D5047
(93,80,71)
#51453E
(81,69,62)
#453A35
(69,58,53)
#392F2C
(57,47,44)
#2D2423
(45,36,35)
#21191A
(33,25,26)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #8D7C6B

#8D7C6B
(141,124,107)
#978778
(151,135,120)
#A19285
(161,146,133)
#AB9D92
(171,157,146)
#B5A89F
(181,168,159)
#BFB3AC
(191,179,172)
#C9BEB9
(201,190,185)
#D3C9C6
(211,201,198)
#DDD4D3
(221,212,211)
#E7DFE0
(231,223,224)
#F1EAED
(241,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7C6B color. Also use rgb(141,124,107) instead hex code.

Text Font Color

.myTextColor { color: #8D7C6B; }

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

This text font color is #8D7C6B.


Background Color

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

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

This div background color is #8D7C6B.


Border color

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

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

This div border color is #8D7C6B.


Opacity

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

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

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

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

This text has shadow with #8D7C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7C6B on black background.


Color preview on white background

This text has color #8D7C6B on white background.



Black color preview on #8D7C6B background

This text has black color on #8D7C6B background.


White color preview on #8D7C6B background

This text has white color on #8D7C6B background.