COLOR #8F8C72

HEX: #8F8C72 RGB: (143,140,114)

Color info

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

RGB color model

#8F8C72 color RGB value is (143,140,114).

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

RGB channels and saturation

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

143
140
114

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

Portions of RGB colors in percentages

R + G + B = 143 + 140 + 114 = 397 (100%)
R 143 of 397 ~ 36.02%
G 140 of 397 ~ 35.26%
B 114 of 397 ~ 28.72'%

%36.02
%35.26
%28.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.10%
  • yellow value is 20.28%
  • 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
%20.28
%43.92

Codes

Color #8F8C72 in popluar color models

8F 8C 72
RGB 143 140 114
HSL 54° 11.46% 50.39%
HSB/HSV 54° 20.28% 56.08%
CMYK 0.00% 2.10% 20.28%
43.92%

Color #8F8C72 in popluar number systems.

HEX 8F 8C 72
Decimal 143 140 114
Binary 10001111 10001100 1110010
Octal 217 214 162

Shades and tints

Shades of #8F8C72

#8F8C72
(143,140,114)
#828068
(130,128,104)
#75745E
(117,116,94)
#686854
(104,104,84)
#5B5C4A
(91,92,74)
#4E5040
(78,80,64)
#414436
(65,68,54)
#34382C
(52,56,44)
#272C22
(39,44,34)
#1A2018
(26,32,24)
#0D140E
(13,20,14)
#000000
(0,0,0)

Tints of #8F8C72

#8F8C72
(143,140,114)
#99967E
(153,150,126)
#A3A08A
(163,160,138)
#ADAA96
(173,170,150)
#B7B4A2
(183,180,162)
#C1BEAE
(193,190,174)
#CBC8BA
(203,200,186)
#D5D2C6
(213,210,198)
#DFDCD2
(223,220,210)
#E9E6DE
(233,230,222)
#F3F0EA
(243,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F8C72; }

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

This text font color is #8F8C72.

Background Color

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

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

This div background color is #8F8C72.

Border color

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

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

This div border color is #8F8C72.

Opacity

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

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

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

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

This text has shadow with #8F8C72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F8C72.

Preview

Color preview on black background

This text has color #8F8C72 on black background.


Color preview on white background

This text has color #8F8C72 on white background.


Black color preview on #8F8C72 background

This text has black color on #8F8C72 background.


White color preview on #8F8C72 background

This text has white color on #8F8C72 background.


Related colors

Complementary color

Complementary color for #hex is #70738D.


I love getcolorcode.com

Triadic colors

1 #728F8C and #8C728F with #8F8C72 are triadic colors.

2 #728C8F and #8C8F72 with #8F8C72 are triadic colors.