COLOR #8D7D5D

HEX: #8D7D5D
RGB: (141,125,93)

Color info

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

RGB color model

#8D7D5D color RGB value is (141,125,93).

  • red value is 141;
  • green value is 125;
  • blue value is 93.
RGB:
(141,125,93)
(55%,49%,36%)

RGB channels and saturation

R 141 of 255 = 55%
G 125 of 255 = 49%
B 93 of 255 = 36%

141
125
93

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

Portions of RGB colors in percentages

R + G + B =
141 + 125 + 93 = 359 (100%)
R 141 of 359 ~ 39.28%
G 125 of 359 ~ 34.82%
B 93 of 359 ~ 25.91%

%39.28
%34.82
%25.91

CMYK color model

#8D7D5D color CMYK value is (0,11,34,45).

  • cyan value is 0.00%
  • magenta value is 11.35%
  • yellow value is 34.04%
  • key color value is 44.71%
CMYK:
(0,11,34,45)
C0M11Y34K45 
(0%,11%,34%,45%)
(0.00/0.11/0.34/0.45)	

CMYK percentages

%0
%11.35
%34.04
%44.71

Codes

Color #8D7D5D in popluar color models

8D7D5D
RGB14112593
HSL40°20.51%45.88%
HSB/HSV40°34.04%55.29%
CMYK0.00%11.35%34.04%
44.71%

Color #8D7D5D in popluar number systems.

HEX8D7D5D
Decimal14112593
Binary1000110111111011011101
Octal215175135

Shades and tints

Shades of #8D7D5D

#8D7D5D
(141,125,93)
#817255
(129,114,85)
#75674D
(117,103,77)
#695C45
(105,92,69)
#5D513D
(93,81,61)
#514635
(81,70,53)
#453B2D
(69,59,45)
#393025
(57,48,37)
#2D251D
(45,37,29)
#211A15
(33,26,21)
#150F0D
(21,15,13)
#000000
(0,0,0)

Tints of #8D7D5D

#8D7D5D
(141,125,93)
#97886B
(151,136,107)
#A19379
(161,147,121)
#AB9E87
(171,158,135)
#B5A995
(181,169,149)
#BFB4A3
(191,180,163)
#C9BFB1
(201,191,177)
#D3CABF
(211,202,191)
#DDD5CD
(221,213,205)
#E7E0DB
(231,224,219)
#F1EBE9
(241,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7D5D color. Also use rgb(141,125,93) instead hex code.

Text Font Color

.myTextColor { color: #8D7D5D; }

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

This text font color is #8D7D5D.


Background Color

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

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

This div background color is #8D7D5D.


Border color

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

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

This div border color is #8D7D5D.


Opacity

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

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

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

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

This text has shadow with #8D7D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7D5D on black background.


Color preview on white background

This text has color #8D7D5D on white background.



Black color preview on #8D7D5D background

This text has black color on #8D7D5D background.


White color preview on #8D7D5D background

This text has white color on #8D7D5D background.