COLOR #8F7E5B

HEX: #8F7E5B
RGB: (143,126,91)

Color info

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

RGB color model

#8F7E5B color RGB value is (143,126,91).

  • red value is 143;
  • green value is 126;
  • blue value is 91.
RGB:
(143,126,91)
(56%,49%,36%)

RGB channels and saturation

R 143 of 255 = 56%
G 126 of 255 = 49%
B 91 of 255 = 36%

143
126
91

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

Portions of RGB colors in percentages

R + G + B =
143 + 126 + 91 = 360 (100%)
R 143 of 360 ~ 39.72%
G 126 of 360 ~ 35%
B 91 of 360 ~ 25.28%

%39.72
%35
%25.28

CMYK color model

#8F7E5B color CMYK value is (0,12,36,44).

  • cyan value is 0.00%
  • magenta value is 11.89%
  • yellow value is 36.36%
  • key color value is 43.92%
CMYK:
(0,12,36,44)
C0M12Y36K44 
(0%,12%,36%,44%)
(0.00/0.12/0.36/0.44)	

CMYK percentages

%0
%11.89
%36.36
%43.92

Codes

Color #8F7E5B in popluar color models

8F7E5B
RGB14312691
HSL40°22.22%45.88%
HSB/HSV40°36.36%56.08%
CMYK0.00%11.89%36.36%
43.92%

Color #8F7E5B in popluar number systems.

HEX8F7E5B
Decimal14312691
Binary1000111111111101011011
Octal217176133

Shades and tints

Shades of #8F7E5B

#8F7E5B
(143,126,91)
#827353
(130,115,83)
#75684B
(117,104,75)
#685D43
(104,93,67)
#5B523B
(91,82,59)
#4E4733
(78,71,51)
#413C2B
(65,60,43)
#343123
(52,49,35)
#27261B
(39,38,27)
#1A1B13
(26,27,19)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #8F7E5B

#8F7E5B
(143,126,91)
#998969
(153,137,105)
#A39477
(163,148,119)
#AD9F85
(173,159,133)
#B7AA93
(183,170,147)
#C1B5A1
(193,181,161)
#CBC0AF
(203,192,175)
#D5CBBD
(213,203,189)
#DFD6CB
(223,214,203)
#E9E1D9
(233,225,217)
#F3ECE7
(243,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7E5B color. Also use rgb(143,126,91) instead hex code.

Text Font Color

.myTextColor { color: #8F7E5B; }

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

This text font color is #8F7E5B.


Background Color

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

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

This div background color is #8F7E5B.


Border color

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

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

This div border color is #8F7E5B.


Opacity

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

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

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

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

This text has shadow with #8F7E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7E5B on black background.


Color preview on white background

This text has color #8F7E5B on white background.



Black color preview on #8F7E5B background

This text has black color on #8F7E5B background.


White color preview on #8F7E5B background

This text has white color on #8F7E5B background.