COLOR #8F8879

HEX: #8F8879 RGB: (143,136,121)

Color info

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

RGB color model

#8F8879 color RGB value is (143,136,121).

RGB: (143,136,121) (56%, 53%, 47%)

RGB channels and saturation

R 143 of 255 = 56%
G 136 of 255 = 53%
B 121 of 255 = 47%

143
136
121

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

Portions of RGB colors in percentages

R + G + B = 143 + 136 + 121 = 400 (100%)
R 143 of 400 ~ 35.75%
G 136 of 400 ~ 34%
B 121 of 400 ~ 30.25'%

%35.75
%34
%30.25

CMYK color model

#8F8879 color CMYK value is (0,5,15,44).

  • cyan value is 0.00%
  • magenta value is 4.90%
  • yellow value is 15.38%
  • key color value is 43.92%

CMYK: (0,5,15,44)
C0M5Y15K44 (0%, 5%, 15%, 44%)
(0.00 / 0.05 / 0.15 / 0.44)

CMYK percentages

%0
%4.9
%15.38
%43.92

Codes

Color #8F8879 in popluar color models

8F 88 79
RGB 143 136 121
HSL 41° 8.94% 51.76%
HSB/HSV 41° 15.38% 56.08%
CMYK 0.00% 4.90% 15.38%
43.92%

Color #8F8879 in popluar number systems.

HEX 8F 88 79
Decimal 143 136 121
Binary 10001111 10001000 1111001
Octal 217 210 171

Shades and tints

Shades of #8F8879

#8F8879
(143,136,121)
#827C6E
(130,124,110)
#757063
(117,112,99)
#686458
(104,100,88)
#5B584D
(91,88,77)
#4E4C42
(78,76,66)
#414037
(65,64,55)
#34342C
(52,52,44)
#272821
(39,40,33)
#1A1C16
(26,28,22)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #8F8879

#8F8879
(143,136,121)
#999285
(153,146,133)
#A39C91
(163,156,145)
#ADA69D
(173,166,157)
#B7B0A9
(183,176,169)
#C1BAB5
(193,186,181)
#CBC4C1
(203,196,193)
#D5CECD
(213,206,205)
#DFD8D9
(223,216,217)
#E9E2E5
(233,226,229)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F8879; }

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

This text font color is #8F8879.

Background Color

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

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

This div background color is #8F8879.

Border color

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

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

This div border color is #8F8879.

Opacity

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

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

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

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

This text has shadow with #8F8879 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F8879.

Preview

Color preview on black background

This text has color #8F8879 on black background.


Color preview on white background

This text has color #8F8879 on white background.


Black color preview on #8F8879 background

This text has black color on #8F8879 background.


White color preview on #8F8879 background

This text has white color on #8F8879 background.


Related colors

Complementary color

Complementary color for #hex is #707786.


I love getcolorcode.com

Triadic colors

1 #798F88 and #88798F with #8F8879 are triadic colors.

2 #79888F and #888F79 with #8F8879 are triadic colors.