COLOR #8D6F57

HEX: #8D6F57
RGB: (141,111,87)

Color info

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

RGB color model

#8D6F57 color RGB value is (141,111,87).

  • red value is 141;
  • green value is 111;
  • blue value is 87.
RGB:
(141,111,87)
(55%,44%,34%)

RGB channels and saturation

R 141 of 255 = 55%
G 111 of 255 = 44%
B 87 of 255 = 34%

141
111
87

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

Portions of RGB colors in percentages

R + G + B =
141 + 111 + 87 = 339 (100%)
R 141 of 339 ~ 41.59%
G 111 of 339 ~ 32.74%
B 87 of 339 ~ 25.66%

%41.59
%32.74
%25.66

CMYK color model

#8D6F57 color CMYK value is (0,21,38,45).

  • cyan value is 0.00%
  • magenta value is 21.28%
  • yellow value is 38.30%
  • key color value is 44.71%
CMYK:
(0,21,38,45)
C0M21Y38K45 
(0%,21%,38%,45%)
(0.00/0.21/0.38/0.45)	

CMYK percentages

%0
%21.28
%38.3
%44.71

Codes

Color #8D6F57 in popluar color models

8D6F57
RGB14111187
HSL27°23.68%44.71%
HSB/HSV27°38.30%55.29%
CMYK0.00%21.28%38.30%
44.71%

Color #8D6F57 in popluar number systems.

HEX8D6F57
Decimal14111187
Binary1000110111011111010111
Octal215157127

Shades and tints

Shades of #8D6F57

#8D6F57
(141,111,87)
#816550
(129,101,80)
#755B49
(117,91,73)
#695142
(105,81,66)
#5D473B
(93,71,59)
#513D34
(81,61,52)
#45332D
(69,51,45)
#392926
(57,41,38)
#2D1F1F
(45,31,31)
#211518
(33,21,24)
#150B11
(21,11,17)
#000000
(0,0,0)

Tints of #8D6F57

#8D6F57
(141,111,87)
#977C66
(151,124,102)
#A18975
(161,137,117)
#AB9684
(171,150,132)
#B5A393
(181,163,147)
#BFB0A2
(191,176,162)
#C9BDB1
(201,189,177)
#D3CAC0
(211,202,192)
#DDD7CF
(221,215,207)
#E7E4DE
(231,228,222)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D6F57 color. Also use rgb(141,111,87) instead hex code.

Text Font Color

.myTextColor { color: #8D6F57; }

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

This text font color is #8D6F57.


Background Color

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

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

This div background color is #8D6F57.


Border color

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

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

This div border color is #8D6F57.


Opacity

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

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

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

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

This text has shadow with #8D6F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6F57 on black background.


Color preview on white background

This text has color #8D6F57 on white background.



Black color preview on #8D6F57 background

This text has black color on #8D6F57 background.


White color preview on #8D6F57 background

This text has white color on #8D6F57 background.