COLOR #8D7D71

HEX: #8D7D71
RGB: (141,125,113)

Color info

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

RGB color model

#8D7D71 color RGB value is (141,125,113).

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

RGB channels and saturation

R 141 of 255 = 55%
G 125 of 255 = 49%
B 113 of 255 = 44%

141
125
113

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

Portions of RGB colors in percentages

R + G + B =
141 + 125 + 113 = 379 (100%)
R 141 of 379 ~ 37.2%
G 125 of 379 ~ 32.98%
B 113 of 379 ~ 29.82%

%37.2
%32.98
%29.82

CMYK color model

#8D7D71 color CMYK value is (0,11,20,45).

  • cyan value is 0.00%
  • magenta value is 11.35%
  • yellow value is 19.86%
  • key color value is 44.71%
CMYK:
(0,11,20,45)
C0M11Y20K45 
(0%,11%,20%,45%)
(0.00/0.11/0.20/0.45)	

CMYK percentages

%0
%11.35
%19.86
%44.71

Codes

Color #8D7D71 in popluar color models

8D7D71
RGB141125113
HSL26°11.02%49.80%
HSB/HSV26°19.86%55.29%
CMYK0.00%11.35%19.86%
44.71%

Color #8D7D71 in popluar number systems.

HEX8D7D71
Decimal141125113
Binary1000110111111011110001
Octal215175161

Shades and tints

Shades of #8D7D71

#8D7D71
(141,125,113)
#817267
(129,114,103)
#75675D
(117,103,93)
#695C53
(105,92,83)
#5D5149
(93,81,73)
#51463F
(81,70,63)
#453B35
(69,59,53)
#39302B
(57,48,43)
#2D2521
(45,37,33)
#211A17
(33,26,23)
#150F0D
(21,15,13)
#000000
(0,0,0)

Tints of #8D7D71

#8D7D71
(141,125,113)
#97887D
(151,136,125)
#A19389
(161,147,137)
#AB9E95
(171,158,149)
#B5A9A1
(181,169,161)
#BFB4AD
(191,180,173)
#C9BFB9
(201,191,185)
#D3CAC5
(211,202,197)
#DDD5D1
(221,213,209)
#E7E0DD
(231,224,221)
#F1EBE9
(241,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7D71; }

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

This text font color is #8D7D71.


Background Color

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

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

This div background color is #8D7D71.


Border color

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

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

This div border color is #8D7D71.


Opacity

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

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

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

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

This text has shadow with #8D7D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7D71 on black background.


Color preview on white background

This text has color #8D7D71 on white background.



Black color preview on #8D7D71 background

This text has black color on #8D7D71 background.


White color preview on #8D7D71 background

This text has white color on #8D7D71 background.