COLOR #8D7257

HEX: #8D7257
RGB: (141,114,87)

Color info

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

RGB color model

#8D7257 color RGB value is (141,114,87).

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

RGB channels and saturation

R 141 of 255 = 55%
G 114 of 255 = 45%
B 87 of 255 = 34%

141
114
87

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

Portions of RGB colors in percentages

R + G + B =
141 + 114 + 87 = 342 (100%)
R 141 of 342 ~ 41.23%
G 114 of 342 ~ 33.33%
B 87 of 342 ~ 25.44%

%41.23
%33.33
%25.44

CMYK color model

#8D7257 color CMYK value is (0,19,38,45).

  • cyan value is 0.00%
  • magenta value is 19.15%
  • yellow value is 38.30%
  • key color value is 44.71%
CMYK:
(0,19,38,45)
C0M19Y38K45 
(0%,19%,38%,45%)
(0.00/0.19/0.38/0.45)	

CMYK percentages

%0
%19.15
%38.3
%44.71

Codes

Color #8D7257 in popluar color models

8D7257
RGB14111487
HSL30°23.68%44.71%
HSB/HSV30°38.30%55.29%
CMYK0.00%19.15%38.30%
44.71%

Color #8D7257 in popluar number systems.

HEX8D7257
Decimal14111487
Binary1000110111100101010111
Octal215162127

Shades and tints

Shades of #8D7257

#8D7257
(141,114,87)
#816850
(129,104,80)
#755E49
(117,94,73)
#695442
(105,84,66)
#5D4A3B
(93,74,59)
#514034
(81,64,52)
#45362D
(69,54,45)
#392C26
(57,44,38)
#2D221F
(45,34,31)
#211818
(33,24,24)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #8D7257

#8D7257
(141,114,87)
#977E66
(151,126,102)
#A18A75
(161,138,117)
#AB9684
(171,150,132)
#B5A293
(181,162,147)
#BFAEA2
(191,174,162)
#C9BAB1
(201,186,177)
#D3C6C0
(211,198,192)
#DDD2CF
(221,210,207)
#E7DEDE
(231,222,222)
#F1EAED
(241,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7257; }

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

This text font color is #8D7257.


Background Color

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

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

This div background color is #8D7257.


Border color

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

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

This div border color is #8D7257.


Opacity

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

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

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

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

This text has shadow with #8D7257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7257 on black background.


Color preview on white background

This text has color #8D7257 on white background.



Black color preview on #8D7257 background

This text has black color on #8D7257 background.


White color preview on #8D7257 background

This text has white color on #8D7257 background.