COLOR #8F8271

HEX: #8F8271
RGB: (143,130,113)

Color info

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

RGB color model

#8F8271 color RGB value is (143,130,113).

  • red value is 143;
  • green value is 130;
  • blue value is 113.
RGB:
(143,130,113)
(56%,51%,44%)

RGB channels and saturation

R 143 of 255 = 56%
G 130 of 255 = 51%
B 113 of 255 = 44%

143
130
113

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

Portions of RGB colors in percentages

R + G + B =
143 + 130 + 113 = 386 (100%)
R 143 of 386 ~ 37.05%
G 130 of 386 ~ 33.68%
B 113 of 386 ~ 29.27%

%37.05
%33.68
%29.27

CMYK color model

#8F8271 color CMYK value is (0,9,21,44).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 20.98%
  • key color value is 43.92%
CMYK:
(0,9,21,44)
C0M9Y21K44 
(0%,9%,21%,44%)
(0.00/0.09/0.21/0.44)	

CMYK percentages

%0
%9.09
%20.98
%43.92

Codes

Color #8F8271 in popluar color models

8F8271
RGB143130113
HSL34°11.81%50.20%
HSB/HSV34°20.98%56.08%
CMYK0.00%9.09%20.98%
43.92%

Color #8F8271 in popluar number systems.

HEX8F8271
Decimal143130113
Binary10001111100000101110001
Octal217202161

Shades and tints

Shades of #8F8271

#8F8271
(143,130,113)
#827767
(130,119,103)
#756C5D
(117,108,93)
#686153
(104,97,83)
#5B5649
(91,86,73)
#4E4B3F
(78,75,63)
#414035
(65,64,53)
#34352B
(52,53,43)
#272A21
(39,42,33)
#1A1F17
(26,31,23)
#0D140D
(13,20,13)
#000000
(0,0,0)

Tints of #8F8271

#8F8271
(143,130,113)
#998D7D
(153,141,125)
#A39889
(163,152,137)
#ADA395
(173,163,149)
#B7AEA1
(183,174,161)
#C1B9AD
(193,185,173)
#CBC4B9
(203,196,185)
#D5CFC5
(213,207,197)
#DFDAD1
(223,218,209)
#E9E5DD
(233,229,221)
#F3F0E9
(243,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F8271 color. Also use rgb(143,130,113) instead hex code.

Text Font Color

.myTextColor { color: #8F8271; }

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

This text font color is #8F8271.


Background Color

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

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

This div background color is #8F8271.


Border color

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

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

This div border color is #8F8271.


Opacity

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

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

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

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

This text has shadow with #8F8271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F8271 on black background.


Color preview on white background

This text has color #8F8271 on white background.



Black color preview on #8F8271 background

This text has black color on #8F8271 background.


White color preview on #8F8271 background

This text has white color on #8F8271 background.