COLOR #9E8F4F

HEX: #9E8F4F RGB: (158,143,79)

Color info

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

RGB color model

#9E8F4F color RGB value is (158,143,79).

RGB: (158,143,79) (62%, 56%, 31%)

RGB channels and saturation

R 158 of 255 = 62%
G 143 of 255 = 56%
B 79 of 255 = 31%

158
143
79

R + G + B ~ 50%. #9E8F4F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 158 + 143 + 79 = 380 (100%)
R 158 of 380 ~ 41.58%
G 143 of 380 ~ 37.63%
B 79 of 380 ~ 20.79'%

%41.58
%37.63
%20.79

CMYK color model

#9E8F4F color CMYK value is (0,9,50,38).

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

CMYK: (0,9,50,38)
C0M9Y50K38 (0%, 9%, 50%, 38%)
(0.00 / 0.09 / 0.50 / 0.38)

CMYK percentages

%0
%9.49
%50
%38.04

Codes

Color #9E8F4F in popluar color models

9E 8F 4F
RGB 158 143 79
HSL 49° 33.33% 46.47%
HSB/HSV 49° 50.00% 61.96%
CMYK 0.00% 9.49% 50.00%
38.04%

Color #9E8F4F in popluar number systems.

HEX 9E 8F 4F
Decimal 158 143 79
Binary 10011110 10001111 1001111
Octal 236 217 117

Shades and tints

Shades of #9E8F4F

#9E8F4F
(158,143,79)
#908248
(144,130,72)
#827541
(130,117,65)
#74683A
(116,104,58)
#665B33
(102,91,51)
#584E2C
(88,78,44)
#4A4125
(74,65,37)
#3C341E
(60,52,30)
#2E2717
(46,39,23)
#201A10
(32,26,16)
#120D09
(18,13,9)
#000000
(0,0,0)

Tints of #9E8F4F

#9E8F4F
(158,143,79)
#A6995F
(166,153,95)
#AEA36F
(174,163,111)
#B6AD7F
(182,173,127)
#BEB78F
(190,183,143)
#C6C19F
(198,193,159)
#CECBAF
(206,203,175)
#D6D5BF
(214,213,191)
#DEDFCF
(222,223,207)
#E6E9DF
(230,233,223)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E8F4F color. Also use rgb(158,143,79) instead hex code.

Text Font Color

.myTextColor { color: #9E8F4F; }

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

This text font color is #9E8F4F.

Background Color

.myBgColor { background-color: #9E8F4F; }

<div style="background-color:#9E8F4F">Inner text</div>

This div background color is #9E8F4F.

Border color

.myBorderColor { border: 1px solid #9E8F4F; }

<div style="border:3px solid #9E8F4F">Div</div>

This div border color is #9E8F4F.

Opacity

.myOpacity80 { color: #9E8F4F; opacity: 0.8; }

<p style="color:#9E8F4F;opacity:0.8;">80%</p>

Text with #9E8F4F 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 #9E8F4F;}

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

This text has shadow with #9E8F4F color.


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

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

This text has shadow with #9E8F4F primary color and red secondary color.


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

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

This text has shadow with #9E8F4F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9E8F4F.

Preview

Color preview on black background

This text has color #9E8F4F on black background.


Color preview on white background

This text has color #9E8F4F on white background.


Black color preview on #9E8F4F background

This text has black color on #9E8F4F background.


White color preview on #9E8F4F background

This text has white color on #9E8F4F background.


Related colors

Complementary color

Complementary color for #hex is #6170B0.


I love getcolorcode.com

Triadic colors

1 #4F9E8F and #8F4F9E with #9E8F4F are triadic colors.

2 #4F8F9E and #8F9E4F with #9E8F4F are triadic colors.