COLOR #8F7C5F

HEX: #8F7C5F
RGB: (143,124,95)

Color info

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

RGB color model

#8F7C5F color RGB value is (143,124,95).

  • red value is 143;
  • green value is 124;
  • blue value is 95.
RGB:
(143,124,95)
(56%,49%,37%)

RGB channels and saturation

R 143 of 255 = 56%
G 124 of 255 = 49%
B 95 of 255 = 37%

143
124
95

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

Portions of RGB colors in percentages

R + G + B =
143 + 124 + 95 = 362 (100%)
R 143 of 362 ~ 39.5%
G 124 of 362 ~ 34.25%
B 95 of 362 ~ 26.24%

%39.5
%34.25
%26.24

CMYK color model

#8F7C5F color CMYK value is (0,13,34,44).

  • cyan value is 0.00%
  • magenta value is 13.29%
  • yellow value is 33.57%
  • key color value is 43.92%
CMYK:
(0,13,34,44)
C0M13Y34K44 
(0%,13%,34%,44%)
(0.00/0.13/0.34/0.44)	

CMYK percentages

%0
%13.29
%33.57
%43.92

Codes

Color #8F7C5F in popluar color models

8F7C5F
RGB14312495
HSL36°20.17%46.67%
HSB/HSV36°33.57%56.08%
CMYK0.00%13.29%33.57%
43.92%

Color #8F7C5F in popluar number systems.

HEX8F7C5F
Decimal14312495
Binary1000111111111001011111
Octal217174137

Shades and tints

Shades of #8F7C5F

#8F7C5F
(143,124,95)
#827157
(130,113,87)
#75664F
(117,102,79)
#685B47
(104,91,71)
#5B503F
(91,80,63)
#4E4537
(78,69,55)
#413A2F
(65,58,47)
#342F27
(52,47,39)
#27241F
(39,36,31)
#1A1917
(26,25,23)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #8F7C5F

#8F7C5F
(143,124,95)
#99876D
(153,135,109)
#A3927B
(163,146,123)
#AD9D89
(173,157,137)
#B7A897
(183,168,151)
#C1B3A5
(193,179,165)
#CBBEB3
(203,190,179)
#D5C9C1
(213,201,193)
#DFD4CF
(223,212,207)
#E9DFDD
(233,223,221)
#F3EAEB
(243,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7C5F color. Also use rgb(143,124,95) instead hex code.

Text Font Color

.myTextColor { color: #8F7C5F; }

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

This text font color is #8F7C5F.


Background Color

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

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

This div background color is #8F7C5F.


Border color

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

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

This div border color is #8F7C5F.


Opacity

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

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

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

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

This text has shadow with #8F7C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7C5F on black background.


Color preview on white background

This text has color #8F7C5F on white background.



Black color preview on #8F7C5F background

This text has black color on #8F7C5F background.


White color preview on #8F7C5F background

This text has white color on #8F7C5F background.