COLOR #8F9862

HEX: #8F9862 RGB: (143,152,98)

Color info

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

RGB color model

#8F9862 color RGB value is (143,152,98).

RGB: (143,152,98) (56%, 60%, 38%)

RGB channels and saturation

R 143 of 255 = 56%
G 152 of 255 = 60%
B 98 of 255 = 38%

143
152
98

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

Portions of RGB colors in percentages

R + G + B = 143 + 152 + 98 = 393 (100%)
R 143 of 393 ~ 36.39%
G 152 of 393 ~ 38.68%
B 98 of 393 ~ 24.94'%

%36.39
%38.68
%24.94

CMYK color model

#8F9862 color CMYK value is (6,0,36,40).

  • cyan value is 5.92%
  • magenta value is 0.00%
  • yellow value is 35.53%
  • key color value is 40.39%

CMYK: (6,0,36,40)
C6M0Y36K40 (6%, 0%, 36%, 40%)
(0.06 / 0.00 / 0.36 / 0.40)

CMYK percentages

%5.92
%0
%35.53
%40.39

Codes

Color #8F9862 in popluar color models

8F 98 62
RGB 143 152 98
HSL 70° 21.60% 49.02%
HSB/HSV 70° 35.53% 59.61%
CMYK 5.92% 0.00% 35.53%
40.39%

Color #8F9862 in popluar number systems.

HEX 8F 98 62
Decimal 143 152 98
Binary 10001111 10011000 1100010
Octal 217 230 142

Shades and tints

Shades of #8F9862

#8F9862
(143,152,98)
#828B5A
(130,139,90)
#757E52
(117,126,82)
#68714A
(104,113,74)
#5B6442
(91,100,66)
#4E573A
(78,87,58)
#414A32
(65,74,50)
#343D2A
(52,61,42)
#273022
(39,48,34)
#1A231A
(26,35,26)
#0D1612
(13,22,18)
#000000
(0,0,0)

Tints of #8F9862

#8F9862
(143,152,98)
#99A170
(153,161,112)
#A3AA7E
(163,170,126)
#ADB38C
(173,179,140)
#B7BC9A
(183,188,154)
#C1C5A8
(193,197,168)
#CBCEB6
(203,206,182)
#D5D7C4
(213,215,196)
#DFE0D2
(223,224,210)
#E9E9E0
(233,233,224)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9862; }

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

This text font color is #8F9862.

Background Color

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

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

This div background color is #8F9862.

Border color

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

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

This div border color is #8F9862.

Opacity

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

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

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

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

This text has shadow with #8F9862 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F9862.

Preview

Color preview on black background

This text has color #8F9862 on black background.


Color preview on white background

This text has color #8F9862 on white background.


Black color preview on #8F9862 background

This text has black color on #8F9862 background.


White color preview on #8F9862 background

This text has white color on #8F9862 background.


Related colors

Complementary color

Complementary color for #hex is #70679D.


I love getcolorcode.com

Triadic colors

1 #628F98 and #98628F with #8F9862 are triadic colors.

2 #62988F and #988F62 with #8F9862 are triadic colors.