COLOR #8F704E

HEX: #8F704E
RGB: (143,112,78)

Color info

#8F704E contains mainly red and green colors. Web safe color of #8F704E is #996666 (or #966).

RGB color model

#8F704E color RGB value is (143,112,78).

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

RGB channels and saturation

R 143 of 255 = 56%
G 112 of 255 = 44%
B 78 of 255 = 31%

143
112
78

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

Portions of RGB colors in percentages

R + G + B =
143 + 112 + 78 = 333 (100%)
R 143 of 333 ~ 42.94%
G 112 of 333 ~ 33.63%
B 78 of 333 ~ 23.42%

%42.94
%33.63
%23.42

CMYK color model

#8F704E color CMYK value is (0,22,45,44).

  • cyan value is 0.00%
  • magenta value is 21.68%
  • yellow value is 45.45%
  • key color value is 43.92%
CMYK:
(0,22,45,44)
C0M22Y45K44 
(0%,22%,45%,44%)
(0.00/0.22/0.45/0.44)	

CMYK percentages

%0
%21.68
%45.45
%43.92

Codes

Color #8F704E in popluar color models

8F704E
RGB14311278
HSL31°29.41%43.33%
HSB/HSV31°45.45%56.08%
CMYK0.00%21.68%45.45%
43.92%

Color #8F704E in popluar number systems.

HEX8F704E
Decimal14311278
Binary1000111111100001001110
Octal217160116

Shades and tints

Shades of #8F704E

#8F704E
(143,112,78)
#826647
(130,102,71)
#755C40
(117,92,64)
#685239
(104,82,57)
#5B4832
(91,72,50)
#4E3E2B
(78,62,43)
#413424
(65,52,36)
#342A1D
(52,42,29)
#272016
(39,32,22)
#1A160F
(26,22,15)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #8F704E

#8F704E
(143,112,78)
#997D5E
(153,125,94)
#A38A6E
(163,138,110)
#AD977E
(173,151,126)
#B7A48E
(183,164,142)
#C1B19E
(193,177,158)
#CBBEAE
(203,190,174)
#D5CBBE
(213,203,190)
#DFD8CE
(223,216,206)
#E9E5DE
(233,229,222)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F704E; }

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

This text font color is #8F704E.


Background Color

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

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

This div background color is #8F704E.


Border color

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

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

This div border color is #8F704E.


Opacity

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

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

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

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

This text has shadow with #8F704E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F704E on black background.


Color preview on white background

This text has color #8F704E on white background.



Black color preview on #8F704E background

This text has black color on #8F704E background.


White color preview on #8F704E background

This text has white color on #8F704E background.