COLOR #8F9B74

HEX: #8F9B74
RGB: (143,155,116)

Color info

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

RGB color model

#8F9B74 color RGB value is (143,155,116).

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

RGB channels and saturation

R 143 of 255 = 56%
G 155 of 255 = 61%
B 116 of 255 = 45%

143
155
116

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

Portions of RGB colors in percentages

R + G + B =
143 + 155 + 116 = 414 (100%)
R 143 of 414 ~ 34.54%
G 155 of 414 ~ 37.44%
B 116 of 414 ~ 28.02%

%34.54
%37.44
%28.02

CMYK color model

#8F9B74 color CMYK value is (8,0,25,39).

  • cyan value is 7.74%
  • magenta value is 0.00%
  • yellow value is 25.16%
  • key color value is 39.22%
CMYK:
(8,0,25,39)
C8M0Y25K39 
(8%,0%,25%,39%)
(0.08/0.00/0.25/0.39)	

CMYK percentages

%7.74
%0
%25.16
%39.22

Codes

Color #8F9B74 in popluar color models

8F9B74
RGB143155116
HSL78°16.32%53.14%
HSB/HSV78°25.16%60.78%
CMYK7.74%0.00%25.16%
39.22%

Color #8F9B74 in popluar number systems.

HEX8F9B74
Decimal143155116
Binary10001111100110111110100
Octal217233164

Shades and tints

Shades of #8F9B74

#8F9B74
(143,155,116)
#828D6A
(130,141,106)
#757F60
(117,127,96)
#687156
(104,113,86)
#5B634C
(91,99,76)
#4E5542
(78,85,66)
#414738
(65,71,56)
#34392E
(52,57,46)
#272B24
(39,43,36)
#1A1D1A
(26,29,26)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #8F9B74

#8F9B74
(143,155,116)
#99A480
(153,164,128)
#A3AD8C
(163,173,140)
#ADB698
(173,182,152)
#B7BFA4
(183,191,164)
#C1C8B0
(193,200,176)
#CBD1BC
(203,209,188)
#D5DAC8
(213,218,200)
#DFE3D4
(223,227,212)
#E9ECE0
(233,236,224)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9B74; }

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

This text font color is #8F9B74.


Background Color

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

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

This div background color is #8F9B74.


Border color

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

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

This div border color is #8F9B74.


Opacity

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

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

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

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

This text has shadow with #8F9B74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9B74 on black background.


Color preview on white background

This text has color #8F9B74 on white background.



Black color preview on #8F9B74 background

This text has black color on #8F9B74 background.


White color preview on #8F9B74 background

This text has white color on #8F9B74 background.