COLOR #8C7D6D

HEX: #8C7D6D
RGB: (140,125,109)

Color info

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

RGB color model

#8C7D6D color RGB value is (140,125,109).

  • red value is 140;
  • green value is 125;
  • blue value is 109.
RGB:
(140,125,109)
(55%,49%,43%)

RGB channels and saturation

R 140 of 255 = 55%
G 125 of 255 = 49%
B 109 of 255 = 43%

140
125
109

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

Portions of RGB colors in percentages

R + G + B =
140 + 125 + 109 = 374 (100%)
R 140 of 374 ~ 37.43%
G 125 of 374 ~ 33.42%
B 109 of 374 ~ 29.14%

%37.43
%33.42
%29.14

CMYK color model

#8C7D6D color CMYK value is (0,11,22,45).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 22.14%
  • key color value is 45.10%
CMYK:
(0,11,22,45)
C0M11Y22K45 
(0%,11%,22%,45%)
(0.00/0.11/0.22/0.45)	

CMYK percentages

%0
%10.71
%22.14
%45.1

Codes

Color #8C7D6D in popluar color models

8C7D6D
RGB140125109
HSL31°12.45%48.82%
HSB/HSV31°22.14%54.90%
CMYK0.00%10.71%22.14%
45.10%

Color #8C7D6D in popluar number systems.

HEX8C7D6D
Decimal140125109
Binary1000110011111011101101
Octal214175155

Shades and tints

Shades of #8C7D6D

#8C7D6D
(140,125,109)
#807264
(128,114,100)
#74675B
(116,103,91)
#685C52
(104,92,82)
#5C5149
(92,81,73)
#504640
(80,70,64)
#443B37
(68,59,55)
#38302E
(56,48,46)
#2C2525
(44,37,37)
#201A1C
(32,26,28)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #8C7D6D

#8C7D6D
(140,125,109)
#96887A
(150,136,122)
#A09387
(160,147,135)
#AA9E94
(170,158,148)
#B4A9A1
(180,169,161)
#BEB4AE
(190,180,174)
#C8BFBB
(200,191,187)
#D2CAC8
(210,202,200)
#DCD5D5
(220,213,213)
#E6E0E2
(230,224,226)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7D6D color. Also use rgb(140,125,109) instead hex code.

Text Font Color

.myTextColor { color: #8C7D6D; }

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

This text font color is #8C7D6D.


Background Color

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

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

This div background color is #8C7D6D.


Border color

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

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

This div border color is #8C7D6D.


Opacity

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

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

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

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

This text has shadow with #8C7D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7D6D on black background.


Color preview on white background

This text has color #8C7D6D on white background.



Black color preview on #8C7D6D background

This text has black color on #8C7D6D background.


White color preview on #8C7D6D background

This text has white color on #8C7D6D background.