COLOR #8C7D5E

HEX: #8C7D5E RGB: (140,125,94)

Color info

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

RGB color model

#8C7D5E color RGB value is (140,125,94).

RGB: (140,125,94) (55%, 49%, 37%)

RGB channels and saturation

R 140 of 255 = 55%
G 125 of 255 = 49%
B 94 of 255 = 37%

140
125
94

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

Portions of RGB colors in percentages

R + G + B = 140 + 125 + 94 = 359 (100%)
R 140 of 359 ~ 39%
G 125 of 359 ~ 34.82%
B 94 of 359 ~ 26.18'%

%39
%34.82
%26.18

CMYK color model

#8C7D5E color CMYK value is (0,11,33,45).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 32.86%
  • key color value is 45.10%

CMYK: (0,11,33,45)
C0M11Y33K45 (0%, 11%, 33%, 45%)
(0.00 / 0.11 / 0.33 / 0.45)

CMYK percentages

%0
%10.71
%32.86
%45.1

Codes

Color #8C7D5E in popluar color models

8C 7D 5E
RGB 140 125 94
HSL 40° 19.66% 45.88%
HSB/HSV 40° 32.86% 54.90%
CMYK 0.00% 10.71% 32.86%
45.10%

Color #8C7D5E in popluar number systems.

HEX 8C 7D 5E
Decimal 140 125 94
Binary 10001100 1111101 1011110
Octal 214 175 136

Shades and tints

Shades of #8C7D5E

#8C7D5E
(140,125,94)
#807256
(128,114,86)
#74674E
(116,103,78)
#685C46
(104,92,70)
#5C513E
(92,81,62)
#504636
(80,70,54)
#443B2E
(68,59,46)
#383026
(56,48,38)
#2C251E
(44,37,30)
#201A16
(32,26,22)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #8C7D5E

#8C7D5E
(140,125,94)
#96886C
(150,136,108)
#A0937A
(160,147,122)
#AA9E88
(170,158,136)
#B4A996
(180,169,150)
#BEB4A4
(190,180,164)
#C8BFB2
(200,191,178)
#D2CAC0
(210,202,192)
#DCD5CE
(220,213,206)
#E6E0DC
(230,224,220)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C7D5E; }

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

This text font color is #8C7D5E.

Background Color

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

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

This div background color is #8C7D5E.

Border color

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

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

This div border color is #8C7D5E.

Opacity

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

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

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

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

This text has shadow with #8C7D5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C7D5E.

Preview

Color preview on black background

This text has color #8C7D5E on black background.


Color preview on white background

This text has color #8C7D5E on white background.


Black color preview on #8C7D5E background

This text has black color on #8C7D5E background.


White color preview on #8C7D5E background

This text has white color on #8C7D5E background.


Related colors

Complementary color

Complementary color for #hex is #7382A1.


I love getcolorcode.com

Triadic colors

1 #5E8C7D and #7D5E8C with #8C7D5E are triadic colors.

2 #5E7D8C and #7D8C5E with #8C7D5E are triadic colors.