COLOR #8D7F5A

HEX: #8D7F5A
RGB: (141,127,90)

Color info

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

RGB color model

#8D7F5A color RGB value is (141,127,90).

  • red value is 141;
  • green value is 127;
  • blue value is 90.
RGB:
(141,127,90)
(55%,50%,35%)

RGB channels and saturation

R 141 of 255 = 55%
G 127 of 255 = 50%
B 90 of 255 = 35%

141
127
90

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

Portions of RGB colors in percentages

R + G + B =
141 + 127 + 90 = 358 (100%)
R 141 of 358 ~ 39.39%
G 127 of 358 ~ 35.47%
B 90 of 358 ~ 25.14%

%39.39
%35.47
%25.14

CMYK color model

#8D7F5A color CMYK value is (0,10,36,45).

  • cyan value is 0.00%
  • magenta value is 9.93%
  • yellow value is 36.17%
  • key color value is 44.71%
CMYK:
(0,10,36,45)
C0M10Y36K45 
(0%,10%,36%,45%)
(0.00/0.10/0.36/0.45)	

CMYK percentages

%0
%9.93
%36.17
%44.71

Codes

Color #8D7F5A in popluar color models

8D7F5A
RGB14112790
HSL44°22.08%45.29%
HSB/HSV44°36.17%55.29%
CMYK0.00%9.93%36.17%
44.71%

Color #8D7F5A in popluar number systems.

HEX8D7F5A
Decimal14112790
Binary1000110111111111011010
Octal215177132

Shades and tints

Shades of #8D7F5A

#8D7F5A
(141,127,90)
#817452
(129,116,82)
#75694A
(117,105,74)
#695E42
(105,94,66)
#5D533A
(93,83,58)
#514832
(81,72,50)
#453D2A
(69,61,42)
#393222
(57,50,34)
#2D271A
(45,39,26)
#211C12
(33,28,18)
#15110A
(21,17,10)
#000000
(0,0,0)

Tints of #8D7F5A

#8D7F5A
(141,127,90)
#978A69
(151,138,105)
#A19578
(161,149,120)
#ABA087
(171,160,135)
#B5AB96
(181,171,150)
#BFB6A5
(191,182,165)
#C9C1B4
(201,193,180)
#D3CCC3
(211,204,195)
#DDD7D2
(221,215,210)
#E7E2E1
(231,226,225)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7F5A color. Also use rgb(141,127,90) instead hex code.

Text Font Color

.myTextColor { color: #8D7F5A; }

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

This text font color is #8D7F5A.


Background Color

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

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

This div background color is #8D7F5A.


Border color

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

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

This div border color is #8D7F5A.


Opacity

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

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

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

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

This text has shadow with #8D7F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7F5A on black background.


Color preview on white background

This text has color #8D7F5A on white background.



Black color preview on #8D7F5A background

This text has black color on #8D7F5A background.


White color preview on #8D7F5A background

This text has white color on #8D7F5A background.