COLOR #8C6D5F

HEX: #8C6D5F RGB: (140,109,95)

Color info

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

RGB color model

#8C6D5F color RGB value is (140,109,95).

RGB: (140,109,95) (55%, 43%, 37%)

RGB channels and saturation

R 140 of 255 = 55%
G 109 of 255 = 43%
B 95 of 255 = 37%

140
109
95

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

Portions of RGB colors in percentages

R + G + B = 140 + 109 + 95 = 344 (100%)
R 140 of 344 ~ 40.7%
G 109 of 344 ~ 31.69%
B 95 of 344 ~ 27.62'%

%40.7
%31.69
%27.62

CMYK color model

#8C6D5F color CMYK value is (0,22,32,45).

  • cyan value is 0.00%
  • magenta value is 22.14%
  • yellow value is 32.14%
  • key color value is 45.10%

CMYK: (0,22,32,45)
C0M22Y32K45 (0%, 22%, 32%, 45%)
(0.00 / 0.22 / 0.32 / 0.45)

CMYK percentages

%0
%22.14
%32.14
%45.1

Codes

Color #8C6D5F in popluar color models

8C 6D 5F
RGB 140 109 95
HSL 19° 19.15% 46.08%
HSB/HSV 19° 32.14% 54.90%
CMYK 0.00% 22.14% 32.14%
45.10%

Color #8C6D5F in popluar number systems.

HEX 8C 6D 5F
Decimal 140 109 95
Binary 10001100 1101101 1011111
Octal 214 155 137

Shades and tints

Shades of #8C6D5F

#8C6D5F
(140,109,95)
#806457
(128,100,87)
#745B4F
(116,91,79)
#685247
(104,82,71)
#5C493F
(92,73,63)
#504037
(80,64,55)
#44372F
(68,55,47)
#382E27
(56,46,39)
#2C251F
(44,37,31)
#201C17
(32,28,23)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #8C6D5F

#8C6D5F
(140,109,95)
#967A6D
(150,122,109)
#A0877B
(160,135,123)
#AA9489
(170,148,137)
#B4A197
(180,161,151)
#BEAEA5
(190,174,165)
#C8BBB3
(200,187,179)
#D2C8C1
(210,200,193)
#DCD5CF
(220,213,207)
#E6E2DD
(230,226,221)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C6D5F; }

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

This text font color is #8C6D5F.

Background Color

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

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

This div background color is #8C6D5F.

Border color

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

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

This div border color is #8C6D5F.

Opacity

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

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

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

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

This text has shadow with #8C6D5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C6D5F.

Preview

Color preview on black background

This text has color #8C6D5F on black background.


Color preview on white background

This text has color #8C6D5F on white background.


Black color preview on #8C6D5F background

This text has black color on #8C6D5F background.


White color preview on #8C6D5F background

This text has white color on #8C6D5F background.


Related colors

Complementary color

Complementary color for #hex is #7392A0.


I love getcolorcode.com

Triadic colors

1 #5F8C6D and #6D5F8C with #8C6D5F are triadic colors.

2 #5F6D8C and #6D8C5F with #8C6D5F are triadic colors.