COLOR #8F8C73

HEX: #8F8C73 RGB: (143,140,115)

Color info

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

RGB color model

#8F8C73 color RGB value is (143,140,115).

RGB: (143,140,115) (56%, 55%, 45%)

RGB channels and saturation

R 143 of 255 = 56%
G 140 of 255 = 55%
B 115 of 255 = 45%

143
140
115

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

Portions of RGB colors in percentages

R + G + B = 143 + 140 + 115 = 398 (100%)
R 143 of 398 ~ 35.93%
G 140 of 398 ~ 35.18%
B 115 of 398 ~ 28.89'%

%35.93
%35.18
%28.89

CMYK color model

#8F8C73 color CMYK value is (0,2,20,44).

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

CMYK: (0,2,20,44)
C0M2Y20K44 (0%, 2%, 20%, 44%)
(0.00 / 0.02 / 0.20 / 0.44)

CMYK percentages

%0
%2.1
%19.58
%43.92

Codes

Color #8F8C73 in popluar color models

8F 8C 73
RGB 143 140 115
HSL 54° 11.11% 50.59%
HSB/HSV 54° 19.58% 56.08%
CMYK 0.00% 2.10% 19.58%
43.92%

Color #8F8C73 in popluar number systems.

HEX 8F 8C 73
Decimal 143 140 115
Binary 10001111 10001100 1110011
Octal 217 214 163

Shades and tints

Shades of #8F8C73

#8F8C73
(143,140,115)
#828069
(130,128,105)
#75745F
(117,116,95)
#686855
(104,104,85)
#5B5C4B
(91,92,75)
#4E5041
(78,80,65)
#414437
(65,68,55)
#34382D
(52,56,45)
#272C23
(39,44,35)
#1A2019
(26,32,25)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #8F8C73

#8F8C73
(143,140,115)
#99967F
(153,150,127)
#A3A08B
(163,160,139)
#ADAA97
(173,170,151)
#B7B4A3
(183,180,163)
#C1BEAF
(193,190,175)
#CBC8BB
(203,200,187)
#D5D2C7
(213,210,199)
#DFDCD3
(223,220,211)
#E9E6DF
(233,230,223)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F8C73; }

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

This text font color is #8F8C73.

Background Color

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

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

This div background color is #8F8C73.

Border color

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

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

This div border color is #8F8C73.

Opacity

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

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

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

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

This text has shadow with #8F8C73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F8C73.

Preview

Color preview on black background

This text has color #8F8C73 on black background.


Color preview on white background

This text has color #8F8C73 on white background.


Black color preview on #8F8C73 background

This text has black color on #8F8C73 background.


White color preview on #8F8C73 background

This text has white color on #8F8C73 background.


Related colors

Complementary color

Complementary color for #hex is #70738C.


I love getcolorcode.com

Triadic colors

1 #738F8C and #8C738F with #8F8C73 are triadic colors.

2 #738C8F and #8C8F73 with #8F8C73 are triadic colors.