COLOR #8F8B6D

HEX: #8F8B6D RGB: (143,139,109)

Color info

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

RGB color model

#8F8B6D color RGB value is (143,139,109).

RGB: (143,139,109) (56%, 55%, 43%)

RGB channels and saturation

R 143 of 255 = 56%
G 139 of 255 = 55%
B 109 of 255 = 43%

143
139
109

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

Portions of RGB colors in percentages

R + G + B = 143 + 139 + 109 = 391 (100%)
R 143 of 391 ~ 36.57%
G 139 of 391 ~ 35.55%
B 109 of 391 ~ 27.88'%

%36.57
%35.55
%27.88

CMYK color model

#8F8B6D color CMYK value is (0,3,24,44).

  • cyan value is 0.00%
  • magenta value is 2.80%
  • yellow value is 23.78%
  • key color value is 43.92%

CMYK: (0,3,24,44)
C0M3Y24K44 (0%, 3%, 24%, 44%)
(0.00 / 0.03 / 0.24 / 0.44)

CMYK percentages

%0
%2.8
%23.78
%43.92

Codes

Color #8F8B6D in popluar color models

8F 8B 6D
RGB 143 139 109
HSL 53° 13.49% 49.41%
HSB/HSV 53° 23.78% 56.08%
CMYK 0.00% 2.80% 23.78%
43.92%

Color #8F8B6D in popluar number systems.

HEX 8F 8B 6D
Decimal 143 139 109
Binary 10001111 10001011 1101101
Octal 217 213 155

Shades and tints

Shades of #8F8B6D

#8F8B6D
(143,139,109)
#827F64
(130,127,100)
#75735B
(117,115,91)
#686752
(104,103,82)
#5B5B49
(91,91,73)
#4E4F40
(78,79,64)
#414337
(65,67,55)
#34372E
(52,55,46)
#272B25
(39,43,37)
#1A1F1C
(26,31,28)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #8F8B6D

#8F8B6D
(143,139,109)
#99957A
(153,149,122)
#A39F87
(163,159,135)
#ADA994
(173,169,148)
#B7B3A1
(183,179,161)
#C1BDAE
(193,189,174)
#CBC7BB
(203,199,187)
#D5D1C8
(213,209,200)
#DFDBD5
(223,219,213)
#E9E5E2
(233,229,226)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F8B6D color. Also use rgb(143,139,109) instead hex code.

Text Font Color

.myTextColor { color: #8F8B6D; }

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

This text font color is #8F8B6D.

Background Color

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

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

This div background color is #8F8B6D.

Border color

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

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

This div border color is #8F8B6D.

Opacity

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

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

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

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

This text has shadow with #8F8B6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F8B6D.

Preview

Color preview on black background

This text has color #8F8B6D on black background.


Color preview on white background

This text has color #8F8B6D on white background.


Black color preview on #8F8B6D background

This text has black color on #8F8B6D background.


White color preview on #8F8B6D background

This text has white color on #8F8B6D background.


Related colors

Complementary color

Complementary color for #hex is #707492.


I love getcolorcode.com

Triadic colors

1 #6D8F8B and #8B6D8F with #8F8B6D are triadic colors.

2 #6D8B8F and #8B8F6D with #8F8B6D are triadic colors.