COLOR #8F9B5C

HEX: #8F9B5C
RGB: (143,155,92)

Color info

#8F9B5C contains mainly red and green colors. Web safe color of #8F9B5C is #999966 (or #996).

RGB color model

#8F9B5C color RGB value is (143,155,92).

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

RGB channels and saturation

R 143 of 255 = 56%
G 155 of 255 = 61%
B 92 of 255 = 36%

143
155
92

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

Portions of RGB colors in percentages

R + G + B =
143 + 155 + 92 = 390 (100%)
R 143 of 390 ~ 36.67%
G 155 of 390 ~ 39.74%
B 92 of 390 ~ 23.59%

%36.67
%39.74
%23.59

CMYK color model

#8F9B5C color CMYK value is (8,0,41,39).

  • cyan value is 7.74%
  • magenta value is 0.00%
  • yellow value is 40.65%
  • key color value is 39.22%
CMYK:
(8,0,41,39)
C8M0Y41K39 
(8%,0%,41%,39%)
(0.08/0.00/0.41/0.39)	

CMYK percentages

%7.74
%0
%40.65
%39.22

Codes

Color #8F9B5C in popluar color models

8F9B5C
RGB14315592
HSL71°25.51%48.43%
HSB/HSV71°40.65%60.78%
CMYK7.74%0.00%40.65%
39.22%

Color #8F9B5C in popluar number systems.

HEX8F9B5C
Decimal14315592
Binary10001111100110111011100
Octal217233134

Shades and tints

Shades of #8F9B5C

#8F9B5C
(143,155,92)
#828D54
(130,141,84)
#757F4C
(117,127,76)
#687144
(104,113,68)
#5B633C
(91,99,60)
#4E5534
(78,85,52)
#41472C
(65,71,44)
#343924
(52,57,36)
#272B1C
(39,43,28)
#1A1D14
(26,29,20)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #8F9B5C

#8F9B5C
(143,155,92)
#99A46A
(153,164,106)
#A3AD78
(163,173,120)
#ADB686
(173,182,134)
#B7BF94
(183,191,148)
#C1C8A2
(193,200,162)
#CBD1B0
(203,209,176)
#D5DABE
(213,218,190)
#DFE3CC
(223,227,204)
#E9ECDA
(233,236,218)
#F3F5E8
(243,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9B5C; }

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

This text font color is #8F9B5C.


Background Color

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

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

This div background color is #8F9B5C.


Border color

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

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

This div border color is #8F9B5C.


Opacity

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

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

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

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

This text has shadow with #8F9B5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9B5C on black background.


Color preview on white background

This text has color #8F9B5C on white background.



Black color preview on #8F9B5C background

This text has black color on #8F9B5C background.


White color preview on #8F9B5C background

This text has white color on #8F9B5C background.