COLOR #8D6057

HEX: #8D6057
RGB: (141,96,87)

Color info

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

RGB color model

#8D6057 color RGB value is (141,96,87).

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

RGB channels and saturation

R 141 of 255 = 55%
G 96 of 255 = 38%
B 87 of 255 = 34%

141
96
87

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

Portions of RGB colors in percentages

R + G + B =
141 + 96 + 87 = 324 (100%)
R 141 of 324 ~ 43.52%
G 96 of 324 ~ 29.63%
B 87 of 324 ~ 26.85%

%43.52
%29.63
%26.85

CMYK color model

#8D6057 color CMYK value is (0,32,38,45).

  • cyan value is 0.00%
  • magenta value is 31.91%
  • yellow value is 38.30%
  • key color value is 44.71%
CMYK:
(0,32,38,45)
C0M32Y38K45 
(0%,32%,38%,45%)
(0.00/0.32/0.38/0.45)	

CMYK percentages

%0
%31.91
%38.3
%44.71

Codes

Color #8D6057 in popluar color models

8D6057
RGB1419687
HSL10°23.68%44.71%
HSB/HSV10°38.30%55.29%
CMYK0.00%31.91%38.30%
44.71%

Color #8D6057 in popluar number systems.

HEX8D6057
Decimal1419687
Binary1000110111000001010111
Octal215140127

Shades and tints

Shades of #8D6057

#8D6057
(141,96,87)
#815850
(129,88,80)
#755049
(117,80,73)
#694842
(105,72,66)
#5D403B
(93,64,59)
#513834
(81,56,52)
#45302D
(69,48,45)
#392826
(57,40,38)
#2D201F
(45,32,31)
#211818
(33,24,24)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #8D6057

#8D6057
(141,96,87)
#976E66
(151,110,102)
#A17C75
(161,124,117)
#AB8A84
(171,138,132)
#B59893
(181,152,147)
#BFA6A2
(191,166,162)
#C9B4B1
(201,180,177)
#D3C2C0
(211,194,192)
#DDD0CF
(221,208,207)
#E7DEDE
(231,222,222)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D6057; }

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

This text font color is #8D6057.


Background Color

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

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

This div background color is #8D6057.


Border color

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

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

This div border color is #8D6057.


Opacity

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

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

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

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

This text has shadow with #8D6057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6057 on black background.


Color preview on white background

This text has color #8D6057 on white background.



Black color preview on #8D6057 background

This text has black color on #8D6057 background.


White color preview on #8D6057 background

This text has white color on #8D6057 background.