COLOR #9E8F4A

HEX: #9E8F4A
RGB: (158,143,74)

Color info

#9E8F4A contains mainly red and green colors. Web safe color of #9E8F4A is #999933 (or #993).

RGB color model

#9E8F4A color RGB value is (158,143,74).

  • red value is 158;
  • green value is 143;
  • blue value is 74.
RGB:
(158,143,74)
(62%,56%,29%)

RGB channels and saturation

R 158 of 255 = 62%
G 143 of 255 = 56%
B 74 of 255 = 29%

158
143
74

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

Portions of RGB colors in percentages

R + G + B =
158 + 143 + 74 = 375 (100%)
R 158 of 375 ~ 42.13%
G 143 of 375 ~ 38.13%
B 74 of 375 ~ 19.73%

%42.13
%38.13
%19.73

CMYK color model

#9E8F4A color CMYK value is (0,9,53,38).

  • cyan value is 0.00%
  • magenta value is 9.49%
  • yellow value is 53.16%
  • key color value is 38.04%
CMYK:
(0,9,53,38)
C0M9Y53K38 
(0%,9%,53%,38%)
(0.00/0.09/0.53/0.38)	

CMYK percentages

%0
%9.49
%53.16
%38.04

Codes

Color #9E8F4A in popluar color models

9E8F4A
RGB15814374
HSL49°36.21%45.49%
HSB/HSV49°53.16%61.96%
CMYK0.00%9.49%53.16%
38.04%

Color #9E8F4A in popluar number systems.

HEX9E8F4A
Decimal15814374
Binary10011110100011111001010
Octal236217112

Shades and tints

Shades of #9E8F4A

#9E8F4A
(158,143,74)
#908244
(144,130,68)
#82753E
(130,117,62)
#746838
(116,104,56)
#665B32
(102,91,50)
#584E2C
(88,78,44)
#4A4126
(74,65,38)
#3C3420
(60,52,32)
#2E271A
(46,39,26)
#201A14
(32,26,20)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #9E8F4A

#9E8F4A
(158,143,74)
#A6995A
(166,153,90)
#AEA36A
(174,163,106)
#B6AD7A
(182,173,122)
#BEB78A
(190,183,138)
#C6C19A
(198,193,154)
#CECBAA
(206,203,170)
#D6D5BA
(214,213,186)
#DEDFCA
(222,223,202)
#E6E9DA
(230,233,218)
#EEF3EA
(238,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E8F4A; }

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

This text font color is #9E8F4A.


Background Color

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

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

This div background color is #9E8F4A.


Border color

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

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

This div border color is #9E8F4A.


Opacity

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

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

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

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

This text has shadow with #9E8F4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8F4A on black background.


Color preview on white background

This text has color #9E8F4A on white background.



Black color preview on #9E8F4A background

This text has black color on #9E8F4A background.


White color preview on #9E8F4A background

This text has white color on #9E8F4A background.