COLOR #8F6E47

HEX: #8F6E47
RGB: (143,110,71)

Color info

#8F6E47 contains mainly red and green colors. Web safe color of #8F6E47 is #996633 (or #963).

RGB color model

#8F6E47 color RGB value is (143,110,71).

  • red value is 143;
  • green value is 110;
  • blue value is 71.
RGB:
(143,110,71)
(56%,43%,28%)

RGB channels and saturation

R 143 of 255 = 56%
G 110 of 255 = 43%
B 71 of 255 = 28%

143
110
71

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

Portions of RGB colors in percentages

R + G + B =
143 + 110 + 71 = 324 (100%)
R 143 of 324 ~ 44.14%
G 110 of 324 ~ 33.95%
B 71 of 324 ~ 21.91%

%44.14
%33.95
%21.91

CMYK color model

#8F6E47 color CMYK value is (0,23,50,44).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 50.35%
  • key color value is 43.92%
CMYK:
(0,23,50,44)
C0M23Y50K44 
(0%,23%,50%,44%)
(0.00/0.23/0.50/0.44)	

CMYK percentages

%0
%23.08
%50.35
%43.92

Codes

Color #8F6E47 in popluar color models

8F6E47
RGB14311071
HSL33°33.64%41.96%
HSB/HSV33°50.35%56.08%
CMYK0.00%23.08%50.35%
43.92%

Color #8F6E47 in popluar number systems.

HEX8F6E47
Decimal14311071
Binary1000111111011101000111
Octal217156107

Shades and tints

Shades of #8F6E47

#8F6E47
(143,110,71)
#826441
(130,100,65)
#755A3B
(117,90,59)
#685035
(104,80,53)
#5B462F
(91,70,47)
#4E3C29
(78,60,41)
#413223
(65,50,35)
#34281D
(52,40,29)
#271E17
(39,30,23)
#1A1411
(26,20,17)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #8F6E47

#8F6E47
(143,110,71)
#997B57
(153,123,87)
#A38867
(163,136,103)
#AD9577
(173,149,119)
#B7A287
(183,162,135)
#C1AF97
(193,175,151)
#CBBCA7
(203,188,167)
#D5C9B7
(213,201,183)
#DFD6C7
(223,214,199)
#E9E3D7
(233,227,215)
#F3F0E7
(243,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6E47 color. Also use rgb(143,110,71) instead hex code.

Text Font Color

.myTextColor { color: #8F6E47; }

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

This text font color is #8F6E47.


Background Color

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

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

This div background color is #8F6E47.


Border color

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

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

This div border color is #8F6E47.


Opacity

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

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

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

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

This text has shadow with #8F6E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6E47 on black background.


Color preview on white background

This text has color #8F6E47 on white background.



Black color preview on #8F6E47 background

This text has black color on #8F6E47 background.


White color preview on #8F6E47 background

This text has white color on #8F6E47 background.