COLOR #8D715F

HEX: #8D715F RGB: (141,113,95)

Color info

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

RGB color model

#8D715F color RGB value is (141,113,95).

RGB: (141,113,95) (55%, 44%, 37%)

RGB channels and saturation

R 141 of 255 = 55%
G 113 of 255 = 44%
B 95 of 255 = 37%

141
113
95

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

Portions of RGB colors in percentages

R + G + B = 141 + 113 + 95 = 349 (100%)
R 141 of 349 ~ 40.4%
G 113 of 349 ~ 32.38%
B 95 of 349 ~ 27.22'%

%40.4
%32.38
%27.22

CMYK color model

#8D715F color CMYK value is (0,20,33,45).

  • cyan value is 0.00%
  • magenta value is 19.86%
  • yellow value is 32.62%
  • key color value is 44.71%
CMYK: (0,20,33,45) C0M20Y33K45 (0%,20%,33%,45%) (0.00/0.20/0.33/0.45) 

CMYK percentages

%0
%19.86
%32.62
%44.71

Codes

Color #8D715F in popluar color models

8D 71 5F
RGB 141 113 95
HSL 23° 19.49% 46.27%
HSB/HSV 23° 32.62% 55.29%
CMYK 0.00% 19.86% 32.62%
44.71%

Color #8D715F in popluar number systems.

HEX 8D 71 5F
Decimal 141 113 95
Binary 10001101 1110001 1011111
Octal 215 161 137

Shades and tints

Shades of #8D715F

#8D715F
(141,113,95)
#816757
(129,103,87)
#755D4F
(117,93,79)
#695347
(105,83,71)
#5D493F
(93,73,63)
#513F37
(81,63,55)
#45352F
(69,53,47)
#392B27
(57,43,39)
#2D211F
(45,33,31)
#211717
(33,23,23)
#150D0F
(21,13,15)
#000000
(0,0,0)

Tints of #8D715F

#8D715F
(141,113,95)
#977D6D
(151,125,109)
#A1897B
(161,137,123)
#AB9589
(171,149,137)
#B5A197
(181,161,151)
#BFADA5
(191,173,165)
#C9B9B3
(201,185,179)
#D3C5C1
(211,197,193)
#DDD1CF
(221,209,207)
#E7DDDD
(231,221,221)
#F1E9EB
(241,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D715F color. Also use rgb(141,113,95) instead hex code.

Text Font Color

.myTextColor { color: #8D715F; }

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

This text font color is #8D715F.

Background Color

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

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

This div background color is #8D715F.

Border color

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

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

This div border color is #8D715F.

Opacity

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

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

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

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

This text has shadow with #8D715F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D715F.

Preview

Color preview on black background

This text has color #8D715F on black background.


Color preview on white background

This text has color #8D715F on white background.


Black color preview on #8D715F background

This text has black color on #8D715F background.


White color preview on #8D715F background

This text has white color on #8D715F background.


Related colors

Complementary color

Complementary color for #hex is #728EA0.


I love getcolorcode.com

Triadic colors

1 #5F8D71 and #715F8D with #8D715F are triadic colors.

2 #5F718D and #718D5F with #8D715F are triadic colors.