COLOR #8F8970

HEX: #8F8970
RGB: (143,137,112)

Color info

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

RGB color model

#8F8970 color RGB value is (143,137,112).

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

RGB channels and saturation

R 143 of 255 = 56%
G 137 of 255 = 54%
B 112 of 255 = 44%

143
137
112

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

Portions of RGB colors in percentages

R + G + B =
143 + 137 + 112 = 392 (100%)
R 143 of 392 ~ 36.48%
G 137 of 392 ~ 34.95%
B 112 of 392 ~ 28.57%

%36.48
%34.95
%28.57

CMYK color model

#8F8970 color CMYK value is (0,4,22,44).

  • cyan value is 0.00%
  • magenta value is 4.20%
  • yellow value is 21.68%
  • key color value is 43.92%
CMYK:
(0,4,22,44)
C0M4Y22K44 
(0%,4%,22%,44%)
(0.00/0.04/0.22/0.44)	

CMYK percentages

%0
%4.2
%21.68
%43.92

Codes

Color #8F8970 in popluar color models

8F8970
RGB143137112
HSL48°12.16%50.00%
HSB/HSV48°21.68%56.08%
CMYK0.00%4.20%21.68%
43.92%

Color #8F8970 in popluar number systems.

HEX8F8970
Decimal143137112
Binary10001111100010011110000
Octal217211160

Shades and tints

Shades of #8F8970

#8F8970
(143,137,112)
#827D66
(130,125,102)
#75715C
(117,113,92)
#686552
(104,101,82)
#5B5948
(91,89,72)
#4E4D3E
(78,77,62)
#414134
(65,65,52)
#34352A
(52,53,42)
#272920
(39,41,32)
#1A1D16
(26,29,22)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #8F8970

#8F8970
(143,137,112)
#99937D
(153,147,125)
#A39D8A
(163,157,138)
#ADA797
(173,167,151)
#B7B1A4
(183,177,164)
#C1BBB1
(193,187,177)
#CBC5BE
(203,197,190)
#D5CFCB
(213,207,203)
#DFD9D8
(223,217,216)
#E9E3E5
(233,227,229)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F8970; }

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

This text font color is #8F8970.


Background Color

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

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

This div background color is #8F8970.


Border color

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

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

This div border color is #8F8970.


Opacity

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

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

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

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

This text has shadow with #8F8970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F8970 on black background.


Color preview on white background

This text has color #8F8970 on white background.



Black color preview on #8F8970 background

This text has black color on #8F8970 background.


White color preview on #8F8970 background

This text has white color on #8F8970 background.