COLOR #8F9872

HEX: #8F9872 RGB: (143,152,114)

Color info

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

RGB color model

#8F9872 color RGB value is (143,152,114).

RGB: (143,152,114) (56%, 60%, 45%)

RGB channels and saturation

R 143 of 255 = 56%
G 152 of 255 = 60%
B 114 of 255 = 45%

143
152
114

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

Portions of RGB colors in percentages

R + G + B = 143 + 152 + 114 = 409 (100%)
R 143 of 409 ~ 34.96%
G 152 of 409 ~ 37.16%
B 114 of 409 ~ 27.87'%

%34.96
%37.16
%27.87

CMYK color model

#8F9872 color CMYK value is (6,0,25,40).

  • cyan value is 5.92%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 40.39%
CMYK: (6,0,25,40) C6M0Y25K40 (6%,0%,25%,40%) (0.06/0.00/0.25/0.40) 

CMYK percentages

%5.92
%0
%25
%40.39

Codes

Color #8F9872 in popluar color models

8F 98 72
RGB 143 152 114
HSL 74° 15.57% 52.16%
HSB/HSV 74° 25.00% 59.61%
CMYK 5.92% 0.00% 25.00%
40.39%

Color #8F9872 in popluar number systems.

HEX 8F 98 72
Decimal 143 152 114
Binary 10001111 10011000 1110010
Octal 217 230 162

Shades and tints

Shades of #8F9872

#8F9872
(143,152,114)
#828B68
(130,139,104)
#757E5E
(117,126,94)
#687154
(104,113,84)
#5B644A
(91,100,74)
#4E5740
(78,87,64)
#414A36
(65,74,54)
#343D2C
(52,61,44)
#273022
(39,48,34)
#1A2318
(26,35,24)
#0D160E
(13,22,14)
#000000
(0,0,0)

Tints of #8F9872

#8F9872
(143,152,114)
#99A17E
(153,161,126)
#A3AA8A
(163,170,138)
#ADB396
(173,179,150)
#B7BCA2
(183,188,162)
#C1C5AE
(193,197,174)
#CBCEBA
(203,206,186)
#D5D7C6
(213,215,198)
#DFE0D2
(223,224,210)
#E9E9DE
(233,233,222)
#F3F2EA
(243,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9872; }

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

This text font color is #8F9872.

Background Color

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

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

This div background color is #8F9872.

Border color

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

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

This div border color is #8F9872.

Opacity

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

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

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

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

This text has shadow with #8F9872 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F9872.

Preview

Color preview on black background

This text has color #8F9872 on black background.


Color preview on white background

This text has color #8F9872 on white background.


Black color preview on #8F9872 background

This text has black color on #8F9872 background.


White color preview on #8F9872 background

This text has white color on #8F9872 background.


Related colors

Complementary color

Complementary color for #hex is #70678D.


I love getcolorcode.com

Triadic colors

1 #728F98 and #98728F with #8F9872 are triadic colors.

2 #72988F and #988F72 with #8F9872 are triadic colors.