COLOR #8F6D5F

HEX: #8F6D5F
RGB: (143,109,95)

Color info

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

RGB color model

#8F6D5F color RGB value is (143,109,95).

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

RGB channels and saturation

R 143 of 255 = 56%
G 109 of 255 = 43%
B 95 of 255 = 37%

143
109
95

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

Portions of RGB colors in percentages

R + G + B =
143 + 109 + 95 = 347 (100%)
R 143 of 347 ~ 41.21%
G 109 of 347 ~ 31.41%
B 95 of 347 ~ 27.38%

%41.21
%31.41
%27.38

CMYK color model

#8F6D5F color CMYK value is (0,24,34,44).

  • cyan value is 0.00%
  • magenta value is 23.78%
  • yellow value is 33.57%
  • key color value is 43.92%
CMYK:
(0,24,34,44)
C0M24Y34K44 
(0%,24%,34%,44%)
(0.00/0.24/0.34/0.44)	

CMYK percentages

%0
%23.78
%33.57
%43.92

Codes

Color #8F6D5F in popluar color models

8F6D5F
RGB14310995
HSL18°20.17%46.67%
HSB/HSV18°33.57%56.08%
CMYK0.00%23.78%33.57%
43.92%

Color #8F6D5F in popluar number systems.

HEX8F6D5F
Decimal14310995
Binary1000111111011011011111
Octal217155137

Shades and tints

Shades of #8F6D5F

#8F6D5F
(143,109,95)
#826457
(130,100,87)
#755B4F
(117,91,79)
#685247
(104,82,71)
#5B493F
(91,73,63)
#4E4037
(78,64,55)
#41372F
(65,55,47)
#342E27
(52,46,39)
#27251F
(39,37,31)
#1A1C17
(26,28,23)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #8F6D5F

#8F6D5F
(143,109,95)
#997A6D
(153,122,109)
#A3877B
(163,135,123)
#AD9489
(173,148,137)
#B7A197
(183,161,151)
#C1AEA5
(193,174,165)
#CBBBB3
(203,187,179)
#D5C8C1
(213,200,193)
#DFD5CF
(223,213,207)
#E9E2DD
(233,226,221)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F6D5F; }

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

This text font color is #8F6D5F.


Background Color

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

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

This div background color is #8F6D5F.


Border color

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

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

This div border color is #8F6D5F.


Opacity

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

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

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

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

This text has shadow with #8F6D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6D5F on black background.


Color preview on white background

This text has color #8F6D5F on white background.



Black color preview on #8F6D5F background

This text has black color on #8F6D5F background.


White color preview on #8F6D5F background

This text has white color on #8F6D5F background.