COLOR #8F8C6B

HEX: #8F8C6B RGB: (143,140,107)

Color info

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

RGB color model

#8F8C6B color RGB value is (143,140,107).

RGB: (143,140,107) (56%, 55%, 42%)

RGB channels and saturation

R 143 of 255 = 56%
G 140 of 255 = 55%
B 107 of 255 = 42%

143
140
107

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

Portions of RGB colors in percentages

R + G + B = 143 + 140 + 107 = 390 (100%)
R 143 of 390 ~ 36.67%
G 140 of 390 ~ 35.9%
B 107 of 390 ~ 27.44'%

%36.67
%35.9
%27.44

CMYK color model

#8F8C6B color CMYK value is (0,2,25,44).

  • cyan value is 0.00%
  • magenta value is 2.10%
  • yellow value is 25.17%
  • key color value is 43.92%

CMYK: (0,2,25,44)
C0M2Y25K44 (0%, 2%, 25%, 44%)
(0.00 / 0.02 / 0.25 / 0.44)

CMYK percentages

%0
%2.1
%25.17
%43.92

Codes

Color #8F8C6B in popluar color models

8F 8C 6B
RGB 143 140 107
HSL 55° 14.40% 49.02%
HSB/HSV 55° 25.17% 56.08%
CMYK 0.00% 2.10% 25.17%
43.92%

Color #8F8C6B in popluar number systems.

HEX 8F 8C 6B
Decimal 143 140 107
Binary 10001111 10001100 1101011
Octal 217 214 153

Shades and tints

Shades of #8F8C6B

#8F8C6B
(143,140,107)
#828062
(130,128,98)
#757459
(117,116,89)
#686850
(104,104,80)
#5B5C47
(91,92,71)
#4E503E
(78,80,62)
#414435
(65,68,53)
#34382C
(52,56,44)
#272C23
(39,44,35)
#1A201A
(26,32,26)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #8F8C6B

#8F8C6B
(143,140,107)
#999678
(153,150,120)
#A3A085
(163,160,133)
#ADAA92
(173,170,146)
#B7B49F
(183,180,159)
#C1BEAC
(193,190,172)
#CBC8B9
(203,200,185)
#D5D2C6
(213,210,198)
#DFDCD3
(223,220,211)
#E9E6E0
(233,230,224)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F8C6B color. Also use rgb(143,140,107) instead hex code.

Text Font Color

.myTextColor { color: #8F8C6B; }

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

This text font color is #8F8C6B.

Background Color

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

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

This div background color is #8F8C6B.

Border color

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

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

This div border color is #8F8C6B.

Opacity

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

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

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

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

This text has shadow with #8F8C6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F8C6B.

Preview

Color preview on black background

This text has color #8F8C6B on black background.


Color preview on white background

This text has color #8F8C6B on white background.


Black color preview on #8F8C6B background

This text has black color on #8F8C6B background.


White color preview on #8F8C6B background

This text has white color on #8F8C6B background.


Related colors

Complementary color

Complementary color for #hex is #707394.


I love getcolorcode.com

Triadic colors

1 #6B8F8C and #8C6B8F with #8F8C6B are triadic colors.

2 #6B8C8F and #8C8F6B with #8F8C6B are triadic colors.