COLOR #8C7E6C

HEX: #8C7E6C
RGB: (140,126,108)

Color info

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

RGB color model

#8C7E6C color RGB value is (140,126,108).

  • red value is 140;
  • green value is 126;
  • blue value is 108.
RGB:
(140,126,108)
(55%,49%,42%)

RGB channels and saturation

R 140 of 255 = 55%
G 126 of 255 = 49%
B 108 of 255 = 42%

140
126
108

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

Portions of RGB colors in percentages

R + G + B =
140 + 126 + 108 = 374 (100%)
R 140 of 374 ~ 37.43%
G 126 of 374 ~ 33.69%
B 108 of 374 ~ 28.88%

%37.43
%33.69
%28.88

CMYK color model

#8C7E6C color CMYK value is (0,10,23,45).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 22.86%
  • key color value is 45.10%
CMYK:
(0,10,23,45)
C0M10Y23K45 
(0%,10%,23%,45%)
(0.00/0.10/0.23/0.45)	

CMYK percentages

%0
%10
%22.86
%45.1

Codes

Color #8C7E6C in popluar color models

8C7E6C
RGB140126108
HSL34°12.90%48.63%
HSB/HSV34°22.86%54.90%
CMYK0.00%10.00%22.86%
45.10%

Color #8C7E6C in popluar number systems.

HEX8C7E6C
Decimal140126108
Binary1000110011111101101100
Octal214176154

Shades and tints

Shades of #8C7E6C

#8C7E6C
(140,126,108)
#807363
(128,115,99)
#74685A
(116,104,90)
#685D51
(104,93,81)
#5C5248
(92,82,72)
#50473F
(80,71,63)
#443C36
(68,60,54)
#38312D
(56,49,45)
#2C2624
(44,38,36)
#201B1B
(32,27,27)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #8C7E6C

#8C7E6C
(140,126,108)
#968979
(150,137,121)
#A09486
(160,148,134)
#AA9F93
(170,159,147)
#B4AAA0
(180,170,160)
#BEB5AD
(190,181,173)
#C8C0BA
(200,192,186)
#D2CBC7
(210,203,199)
#DCD6D4
(220,214,212)
#E6E1E1
(230,225,225)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7E6C color. Also use rgb(140,126,108) instead hex code.

Text Font Color

.myTextColor { color: #8C7E6C; }

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

This text font color is #8C7E6C.


Background Color

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

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

This div background color is #8C7E6C.


Border color

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

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

This div border color is #8C7E6C.


Opacity

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

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

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

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

This text has shadow with #8C7E6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7E6C on black background.


Color preview on white background

This text has color #8C7E6C on white background.



Black color preview on #8C7E6C background

This text has black color on #8C7E6C background.


White color preview on #8C7E6C background

This text has white color on #8C7E6C background.