COLOR #8F886E

HEX: #8F886E
RGB: (143,136,110)

Color info

#8F886E contains red, green and blue colors in about the same proportion. Web safe color of #8F886E is #999966 (or #996).

RGB color model

#8F886E color RGB value is (143,136,110).

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

RGB channels and saturation

R 143 of 255 = 56%
G 136 of 255 = 53%
B 110 of 255 = 43%

143
136
110

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

Portions of RGB colors in percentages

R + G + B =
143 + 136 + 110 = 389 (100%)
R 143 of 389 ~ 36.76%
G 136 of 389 ~ 34.96%
B 110 of 389 ~ 28.28%

%36.76
%34.96
%28.28

CMYK color model

#8F886E color CMYK value is (0,5,23,44).

  • cyan value is 0.00%
  • magenta value is 4.90%
  • yellow value is 23.08%
  • key color value is 43.92%
CMYK:
(0,5,23,44)
C0M5Y23K44 
(0%,5%,23%,44%)
(0.00/0.05/0.23/0.44)	

CMYK percentages

%0
%4.9
%23.08
%43.92

Codes

Color #8F886E in popluar color models

8F886E
RGB143136110
HSL47°13.04%49.61%
HSB/HSV47°23.08%56.08%
CMYK0.00%4.90%23.08%
43.92%

Color #8F886E in popluar number systems.

HEX8F886E
Decimal143136110
Binary10001111100010001101110
Octal217210156

Shades and tints

Shades of #8F886E

#8F886E
(143,136,110)
#827C64
(130,124,100)
#75705A
(117,112,90)
#686450
(104,100,80)
#5B5846
(91,88,70)
#4E4C3C
(78,76,60)
#414032
(65,64,50)
#343428
(52,52,40)
#27281E
(39,40,30)
#1A1C14
(26,28,20)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #8F886E

#8F886E
(143,136,110)
#99927B
(153,146,123)
#A39C88
(163,156,136)
#ADA695
(173,166,149)
#B7B0A2
(183,176,162)
#C1BAAF
(193,186,175)
#CBC4BC
(203,196,188)
#D5CEC9
(213,206,201)
#DFD8D6
(223,216,214)
#E9E2E3
(233,226,227)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F886E; }

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

This text font color is #8F886E.


Background Color

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

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

This div background color is #8F886E.


Border color

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

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

This div border color is #8F886E.


Opacity

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

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

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

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

This text has shadow with #8F886E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F886E on black background.


Color preview on white background

This text has color #8F886E on white background.



Black color preview on #8F886E background

This text has black color on #8F886E background.


White color preview on #8F886E background

This text has white color on #8F886E background.