COLOR #8F8977

HEX: #8F8977
RGB: (143,137,119)

Color info

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

RGB color model

#8F8977 color RGB value is (143,137,119).

  • red value is 143;
  • green value is 137;
  • blue value is 119.
RGB:
(143,137,119)
(56%,54%,47%)

RGB channels and saturation

R 143 of 255 = 56%
G 137 of 255 = 54%
B 119 of 255 = 47%

143
137
119

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

Portions of RGB colors in percentages

R + G + B =
143 + 137 + 119 = 399 (100%)
R 143 of 399 ~ 35.84%
G 137 of 399 ~ 34.34%
B 119 of 399 ~ 29.82%

%35.84
%34.34
%29.82

CMYK color model

#8F8977 color CMYK value is (0,4,17,44).

  • cyan value is 0.00%
  • magenta value is 4.20%
  • yellow value is 16.78%
  • key color value is 43.92%
CMYK:
(0,4,17,44)
C0M4Y17K44 
(0%,4%,17%,44%)
(0.00/0.04/0.17/0.44)	

CMYK percentages

%0
%4.2
%16.78
%43.92

Codes

Color #8F8977 in popluar color models

8F8977
RGB143137119
HSL45°9.68%51.37%
HSB/HSV45°16.78%56.08%
CMYK0.00%4.20%16.78%
43.92%

Color #8F8977 in popluar number systems.

HEX8F8977
Decimal143137119
Binary10001111100010011110111
Octal217211167

Shades and tints

Shades of #8F8977

#8F8977
(143,137,119)
#827D6D
(130,125,109)
#757163
(117,113,99)
#686559
(104,101,89)
#5B594F
(91,89,79)
#4E4D45
(78,77,69)
#41413B
(65,65,59)
#343531
(52,53,49)
#272927
(39,41,39)
#1A1D1D
(26,29,29)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #8F8977

#8F8977
(143,137,119)
#999383
(153,147,131)
#A39D8F
(163,157,143)
#ADA79B
(173,167,155)
#B7B1A7
(183,177,167)
#C1BBB3
(193,187,179)
#CBC5BF
(203,197,191)
#D5CFCB
(213,207,203)
#DFD9D7
(223,217,215)
#E9E3E3
(233,227,227)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F8977 color. Also use rgb(143,137,119) instead hex code.

Text Font Color

.myTextColor { color: #8F8977; }

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

This text font color is #8F8977.


Background Color

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

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

This div background color is #8F8977.


Border color

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

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

This div border color is #8F8977.


Opacity

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

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

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

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

This text has shadow with #8F8977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F8977 on black background.


Color preview on white background

This text has color #8F8977 on white background.



Black color preview on #8F8977 background

This text has black color on #8F8977 background.


White color preview on #8F8977 background

This text has white color on #8F8977 background.