COLOR #8F8176

HEX: #8F8176
RGB: (143,129,118)

Color info

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

RGB color model

#8F8176 color RGB value is (143,129,118).

  • red value is 143;
  • green value is 129;
  • blue value is 118.
RGB:
(143,129,118)
(56%,51%,46%)

RGB channels and saturation

R 143 of 255 = 56%
G 129 of 255 = 51%
B 118 of 255 = 46%

143
129
118

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

Portions of RGB colors in percentages

R + G + B =
143 + 129 + 118 = 390 (100%)
R 143 of 390 ~ 36.67%
G 129 of 390 ~ 33.08%
B 118 of 390 ~ 30.26%

%36.67
%33.08
%30.26

CMYK color model

#8F8176 color CMYK value is (0,10,17,44).

  • cyan value is 0.00%
  • magenta value is 9.79%
  • yellow value is 17.48%
  • key color value is 43.92%
CMYK:
(0,10,17,44)
C0M10Y17K44 
(0%,10%,17%,44%)
(0.00/0.10/0.17/0.44)	

CMYK percentages

%0
%9.79
%17.48
%43.92

Codes

Color #8F8176 in popluar color models

8F8176
RGB143129118
HSL26°10.04%51.18%
HSB/HSV26°17.48%56.08%
CMYK0.00%9.79%17.48%
43.92%

Color #8F8176 in popluar number systems.

HEX8F8176
Decimal143129118
Binary10001111100000011110110
Octal217201166

Shades and tints

Shades of #8F8176

#8F8176
(143,129,118)
#82766C
(130,118,108)
#756B62
(117,107,98)
#686058
(104,96,88)
#5B554E
(91,85,78)
#4E4A44
(78,74,68)
#413F3A
(65,63,58)
#343430
(52,52,48)
#272926
(39,41,38)
#1A1E1C
(26,30,28)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #8F8176

#8F8176
(143,129,118)
#998C82
(153,140,130)
#A3978E
(163,151,142)
#ADA29A
(173,162,154)
#B7ADA6
(183,173,166)
#C1B8B2
(193,184,178)
#CBC3BE
(203,195,190)
#D5CECA
(213,206,202)
#DFD9D6
(223,217,214)
#E9E4E2
(233,228,226)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F8176 color. Also use rgb(143,129,118) instead hex code.

Text Font Color

.myTextColor { color: #8F8176; }

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

This text font color is #8F8176.


Background Color

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

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

This div background color is #8F8176.


Border color

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

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

This div border color is #8F8176.


Opacity

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

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

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

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

This text has shadow with #8F8176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F8176 on black background.


Color preview on white background

This text has color #8F8176 on white background.



Black color preview on #8F8176 background

This text has black color on #8F8176 background.


White color preview on #8F8176 background

This text has white color on #8F8176 background.