COLOR #8D705B

HEX: #8D705B
RGB: (141,112,91)

Color info

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

RGB color model

#8D705B color RGB value is (141,112,91).

  • red value is 141;
  • green value is 112;
  • blue value is 91.
RGB:
(141,112,91)
(55%,44%,36%)

RGB channels and saturation

R 141 of 255 = 55%
G 112 of 255 = 44%
B 91 of 255 = 36%

141
112
91

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

Portions of RGB colors in percentages

R + G + B =
141 + 112 + 91 = 344 (100%)
R 141 of 344 ~ 40.99%
G 112 of 344 ~ 32.56%
B 91 of 344 ~ 26.45%

%40.99
%32.56
%26.45

CMYK color model

#8D705B color CMYK value is (0,21,35,45).

  • cyan value is 0.00%
  • magenta value is 20.57%
  • yellow value is 35.46%
  • key color value is 44.71%
CMYK:
(0,21,35,45)
C0M21Y35K45 
(0%,21%,35%,45%)
(0.00/0.21/0.35/0.45)	

CMYK percentages

%0
%20.57
%35.46
%44.71

Codes

Color #8D705B in popluar color models

8D705B
RGB14111291
HSL25°21.55%45.49%
HSB/HSV25°35.46%55.29%
CMYK0.00%20.57%35.46%
44.71%

Color #8D705B in popluar number systems.

HEX8D705B
Decimal14111291
Binary1000110111100001011011
Octal215160133

Shades and tints

Shades of #8D705B

#8D705B
(141,112,91)
#816653
(129,102,83)
#755C4B
(117,92,75)
#695243
(105,82,67)
#5D483B
(93,72,59)
#513E33
(81,62,51)
#45342B
(69,52,43)
#392A23
(57,42,35)
#2D201B
(45,32,27)
#211613
(33,22,19)
#150C0B
(21,12,11)
#000000
(0,0,0)

Tints of #8D705B

#8D705B
(141,112,91)
#977D69
(151,125,105)
#A18A77
(161,138,119)
#AB9785
(171,151,133)
#B5A493
(181,164,147)
#BFB1A1
(191,177,161)
#C9BEAF
(201,190,175)
#D3CBBD
(211,203,189)
#DDD8CB
(221,216,203)
#E7E5D9
(231,229,217)
#F1F2E7
(241,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D705B color. Also use rgb(141,112,91) instead hex code.

Text Font Color

.myTextColor { color: #8D705B; }

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

This text font color is #8D705B.


Background Color

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

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

This div background color is #8D705B.


Border color

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

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

This div border color is #8D705B.


Opacity

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

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

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

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

This text has shadow with #8D705B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D705B on black background.


Color preview on white background

This text has color #8D705B on white background.



Black color preview on #8D705B background

This text has black color on #8D705B background.


White color preview on #8D705B background

This text has white color on #8D705B background.