COLOR #8F8379

HEX: #8F8379
RGB: (143,131,121)

Color info

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

RGB color model

#8F8379 color RGB value is (143,131,121).

  • red value is 143;
  • green value is 131;
  • blue value is 121.
RGB:
(143,131,121)
(56%,51%,47%)

RGB channels and saturation

R 143 of 255 = 56%
G 131 of 255 = 51%
B 121 of 255 = 47%

143
131
121

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

Portions of RGB colors in percentages

R + G + B =
143 + 131 + 121 = 395 (100%)
R 143 of 395 ~ 36.2%
G 131 of 395 ~ 33.16%
B 121 of 395 ~ 30.63%

%36.2
%33.16
%30.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.39%
  • yellow value is 15.38%
  • key color value is 43.92%
CMYK:
(0,8,15,44)
C0M8Y15K44 
(0%,8%,15%,44%)
(0.00/0.08/0.15/0.44)	

CMYK percentages

%0
%8.39
%15.38
%43.92

Codes

Color #8F8379 in popluar color models

8F8379
RGB143131121
HSL27°8.94%51.76%
HSB/HSV27°15.38%56.08%
CMYK0.00%8.39%15.38%
43.92%

Color #8F8379 in popluar number systems.

HEX8F8379
Decimal143131121
Binary10001111100000111111001
Octal217203171

Shades and tints

Shades of #8F8379

#8F8379
(143,131,121)
#82786E
(130,120,110)
#756D63
(117,109,99)
#686258
(104,98,88)
#5B574D
(91,87,77)
#4E4C42
(78,76,66)
#414137
(65,65,55)
#34362C
(52,54,44)
#272B21
(39,43,33)
#1A2016
(26,32,22)
#0D150B
(13,21,11)
#000000
(0,0,0)

Tints of #8F8379

#8F8379
(143,131,121)
#998E85
(153,142,133)
#A39991
(163,153,145)
#ADA49D
(173,164,157)
#B7AFA9
(183,175,169)
#C1BAB5
(193,186,181)
#CBC5C1
(203,197,193)
#D5D0CD
(213,208,205)
#DFDBD9
(223,219,217)
#E9E6E5
(233,230,229)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F8379; }

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

This text font color is #8F8379.


Background Color

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

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

This div background color is #8F8379.


Border color

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

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

This div border color is #8F8379.


Opacity

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

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

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

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

This text has shadow with #8F8379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F8379 on black background.


Color preview on white background

This text has color #8F8379 on white background.



Black color preview on #8F8379 background

This text has black color on #8F8379 background.


White color preview on #8F8379 background

This text has white color on #8F8379 background.