COLOR #8F705D

HEX: #8F705D
RGB: (143,112,93)

Color info

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

RGB color model

#8F705D color RGB value is (143,112,93).

  • red value is 143;
  • green value is 112;
  • blue value is 93.
RGB:
(143,112,93)
(56%,44%,36%)

RGB channels and saturation

R 143 of 255 = 56%
G 112 of 255 = 44%
B 93 of 255 = 36%

143
112
93

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

Portions of RGB colors in percentages

R + G + B =
143 + 112 + 93 = 348 (100%)
R 143 of 348 ~ 41.09%
G 112 of 348 ~ 32.18%
B 93 of 348 ~ 26.72%

%41.09
%32.18
%26.72

CMYK color model

#8F705D color CMYK value is (0,22,35,44).

  • cyan value is 0.00%
  • magenta value is 21.68%
  • yellow value is 34.97%
  • key color value is 43.92%
CMYK:
(0,22,35,44)
C0M22Y35K44 
(0%,22%,35%,44%)
(0.00/0.22/0.35/0.44)	

CMYK percentages

%0
%21.68
%34.97
%43.92

Codes

Color #8F705D in popluar color models

8F705D
RGB14311293
HSL23°21.19%46.27%
HSB/HSV23°34.97%56.08%
CMYK0.00%21.68%34.97%
43.92%

Color #8F705D in popluar number systems.

HEX8F705D
Decimal14311293
Binary1000111111100001011101
Octal217160135

Shades and tints

Shades of #8F705D

#8F705D
(143,112,93)
#826655
(130,102,85)
#755C4D
(117,92,77)
#685245
(104,82,69)
#5B483D
(91,72,61)
#4E3E35
(78,62,53)
#41342D
(65,52,45)
#342A25
(52,42,37)
#27201D
(39,32,29)
#1A1615
(26,22,21)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #8F705D

#8F705D
(143,112,93)
#997D6B
(153,125,107)
#A38A79
(163,138,121)
#AD9787
(173,151,135)
#B7A495
(183,164,149)
#C1B1A3
(193,177,163)
#CBBEB1
(203,190,177)
#D5CBBF
(213,203,191)
#DFD8CD
(223,216,205)
#E9E5DB
(233,229,219)
#F3F2E9
(243,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F705D color. Also use rgb(143,112,93) instead hex code.

Text Font Color

.myTextColor { color: #8F705D; }

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

This text font color is #8F705D.


Background Color

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

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

This div background color is #8F705D.


Border color

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

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

This div border color is #8F705D.


Opacity

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

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

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

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

This text has shadow with #8F705D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F705D on black background.


Color preview on white background

This text has color #8F705D on white background.



Black color preview on #8F705D background

This text has black color on #8F705D background.


White color preview on #8F705D background

This text has white color on #8F705D background.