COLOR #8F705B

HEX: #8F705B
RGB: (143,112,91)

Color info

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

RGB color model

#8F705B color RGB value is (143,112,91).

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

RGB channels and saturation

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

143
112
91

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

Portions of RGB colors in percentages

R + G + B =
143 + 112 + 91 = 346 (100%)
R 143 of 346 ~ 41.33%
G 112 of 346 ~ 32.37%
B 91 of 346 ~ 26.3%

%41.33
%32.37
%26.3

CMYK color model

#8F705B color CMYK value is (0,22,36,44).

  • cyan value is 0.00%
  • magenta value is 21.68%
  • yellow value is 36.36%
  • key color value is 43.92%
CMYK:
(0,22,36,44)
C0M22Y36K44 
(0%,22%,36%,44%)
(0.00/0.22/0.36/0.44)	

CMYK percentages

%0
%21.68
%36.36
%43.92

Codes

Color #8F705B in popluar color models

8F705B
RGB14311291
HSL24°22.22%45.88%
HSB/HSV24°36.36%56.08%
CMYK0.00%21.68%36.36%
43.92%

Color #8F705B in popluar number systems.

HEX8F705B
Decimal14311291
Binary1000111111100001011011
Octal217160133

Shades and tints

Shades of #8F705B

#8F705B
(143,112,91)
#826653
(130,102,83)
#755C4B
(117,92,75)
#685243
(104,82,67)
#5B483B
(91,72,59)
#4E3E33
(78,62,51)
#41342B
(65,52,43)
#342A23
(52,42,35)
#27201B
(39,32,27)
#1A1613
(26,22,19)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #8F705B

#8F705B
(143,112,91)
#997D69
(153,125,105)
#A38A77
(163,138,119)
#AD9785
(173,151,133)
#B7A493
(183,164,147)
#C1B1A1
(193,177,161)
#CBBEAF
(203,190,175)
#D5CBBD
(213,203,189)
#DFD8CB
(223,216,203)
#E9E5D9
(233,229,217)
#F3F2E7
(243,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F705B; }

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

This text font color is #8F705B.


Background Color

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

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

This div background color is #8F705B.


Border color

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

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

This div border color is #8F705B.


Opacity

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

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

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

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

This text has shadow with #8F705B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F705B on black background.


Color preview on white background

This text has color #8F705B on white background.



Black color preview on #8F705B background

This text has black color on #8F705B background.


White color preview on #8F705B background

This text has white color on #8F705B background.