COLOR #8F9E5B

HEX: #8F9E5B RGB: (143,158,91)

Color info

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

RGB color model

#8F9E5B color RGB value is (143,158,91).

RGB: (143,158,91) (56%, 62%, 36%)

RGB channels and saturation

R 143 of 255 = 56%
G 158 of 255 = 62%
B 91 of 255 = 36%

143
158
91

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

Portions of RGB colors in percentages

R + G + B = 143 + 158 + 91 = 392 (100%)
R 143 of 392 ~ 36.48%
G 158 of 392 ~ 40.31%
B 91 of 392 ~ 23.21'%

%36.48
%40.31
%23.21

CMYK color model

#8F9E5B color CMYK value is (9,0,42,38).

  • cyan value is 9.49%
  • magenta value is 0.00%
  • yellow value is 42.41%
  • key color value is 38.04%

CMYK: (9,0,42,38)
C9M0Y42K38 (9%, 0%, 42%, 38%)
(0.09 / 0.00 / 0.42 / 0.38)

CMYK percentages

%9.49
%0
%42.41
%38.04

Codes

Color #8F9E5B in popluar color models

8F 9E 5B
RGB 143 158 91
HSL 73° 26.91% 48.82%
HSB/HSV 73° 42.41% 61.96%
CMYK 9.49% 0.00% 42.41%
38.04%

Color #8F9E5B in popluar number systems.

HEX 8F 9E 5B
Decimal 143 158 91
Binary 10001111 10011110 1011011
Octal 217 236 133

Shades and tints

Shades of #8F9E5B

#8F9E5B
(143,158,91)
#829053
(130,144,83)
#75824B
(117,130,75)
#687443
(104,116,67)
#5B663B
(91,102,59)
#4E5833
(78,88,51)
#414A2B
(65,74,43)
#343C23
(52,60,35)
#272E1B
(39,46,27)
#1A2013
(26,32,19)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #8F9E5B

#8F9E5B
(143,158,91)
#99A669
(153,166,105)
#A3AE77
(163,174,119)
#ADB685
(173,182,133)
#B7BE93
(183,190,147)
#C1C6A1
(193,198,161)
#CBCEAF
(203,206,175)
#D5D6BD
(213,214,189)
#DFDECB
(223,222,203)
#E9E6D9
(233,230,217)
#F3EEE7
(243,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F9E5B color. Also use rgb(143,158,91) instead hex code.

Text Font Color

.myTextColor { color: #8F9E5B; }

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

This text font color is #8F9E5B.

Background Color

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

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

This div background color is #8F9E5B.

Border color

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

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

This div border color is #8F9E5B.

Opacity

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

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

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

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

This text has shadow with #8F9E5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F9E5B.

Preview

Color preview on black background

This text has color #8F9E5B on black background.


Color preview on white background

This text has color #8F9E5B on white background.


Black color preview on #8F9E5B background

This text has black color on #8F9E5B background.


White color preview on #8F9E5B background

This text has white color on #8F9E5B background.


Related colors

Complementary color

Complementary color for #hex is #7061A4.


I love getcolorcode.com

Triadic colors

1 #5B8F9E and #9E5B8F with #8F9E5B are triadic colors.

2 #5B9E8F and #9E8F5B with #8F9E5B are triadic colors.