COLOR #8F9674

HEX: #8F9674
RGB: (143,150,116)

Color info

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

RGB color model

#8F9674 color RGB value is (143,150,116).

  • red value is 143;
  • green value is 150;
  • blue value is 116.
RGB:
(143,150,116)
(56%,59%,45%)

RGB channels and saturation

R 143 of 255 = 56%
G 150 of 255 = 59%
B 116 of 255 = 45%

143
150
116

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

Portions of RGB colors in percentages

R + G + B =
143 + 150 + 116 = 409 (100%)
R 143 of 409 ~ 34.96%
G 150 of 409 ~ 36.67%
B 116 of 409 ~ 28.36%

%34.96
%36.67
%28.36

CMYK color model

#8F9674 color CMYK value is (5,0,23,41).

  • cyan value is 4.67%
  • magenta value is 0.00%
  • yellow value is 22.67%
  • key color value is 41.18%
CMYK:
(5,0,23,41)
C5M0Y23K41 
(5%,0%,23%,41%)
(0.05/0.00/0.23/0.41)	

CMYK percentages

%4.67
%0
%22.67
%41.18

Codes

Color #8F9674 in popluar color models

8F9674
RGB143150116
HSL72°13.93%52.16%
HSB/HSV72°22.67%58.82%
CMYK4.67%0.00%22.67%
41.18%

Color #8F9674 in popluar number systems.

HEX8F9674
Decimal143150116
Binary10001111100101101110100
Octal217226164

Shades and tints

Shades of #8F9674

#8F9674
(143,150,116)
#82896A
(130,137,106)
#757C60
(117,124,96)
#686F56
(104,111,86)
#5B624C
(91,98,76)
#4E5542
(78,85,66)
#414838
(65,72,56)
#343B2E
(52,59,46)
#272E24
(39,46,36)
#1A211A
(26,33,26)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #8F9674

#8F9674
(143,150,116)
#999F80
(153,159,128)
#A3A88C
(163,168,140)
#ADB198
(173,177,152)
#B7BAA4
(183,186,164)
#C1C3B0
(193,195,176)
#CBCCBC
(203,204,188)
#D5D5C8
(213,213,200)
#DFDED4
(223,222,212)
#E9E7E0
(233,231,224)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F9674 color. Also use rgb(143,150,116) instead hex code.

Text Font Color

.myTextColor { color: #8F9674; }

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

This text font color is #8F9674.


Background Color

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

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

This div background color is #8F9674.


Border color

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

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

This div border color is #8F9674.


Opacity

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

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

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

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

This text has shadow with #8F9674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9674 on black background.


Color preview on white background

This text has color #8F9674 on white background.



Black color preview on #8F9674 background

This text has black color on #8F9674 background.


White color preview on #8F9674 background

This text has white color on #8F9674 background.