COLOR #9E9D74

HEX: #9E9D74
RGB: (158,157,116)

Color info

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

RGB color model

#9E9D74 color RGB value is (158,157,116).

  • red value is 158;
  • green value is 157;
  • blue value is 116.
RGB:
(158,157,116)
(62%,62%,45%)

RGB channels and saturation

R 158 of 255 = 62%
G 157 of 255 = 62%
B 116 of 255 = 45%

158
157
116

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

Portions of RGB colors in percentages

R + G + B =
158 + 157 + 116 = 431 (100%)
R 158 of 431 ~ 36.66%
G 157 of 431 ~ 36.43%
B 116 of 431 ~ 26.91%

%36.66
%36.43
%26.91

CMYK color model

#9E9D74 color CMYK value is (0,1,27,38).

  • cyan value is 0.00%
  • magenta value is 0.63%
  • yellow value is 26.58%
  • key color value is 38.04%
CMYK:
(0,1,27,38)
C0M1Y27K38 
(0%,1%,27%,38%)
(0.00/0.01/0.27/0.38)	

CMYK percentages

%0
%0.63
%26.58
%38.04

Codes

Color #9E9D74 in popluar color models

9E9D74
RGB158157116
HSL59°17.80%53.73%
HSB/HSV59°26.58%61.96%
CMYK0.00%0.63%26.58%
38.04%

Color #9E9D74 in popluar number systems.

HEX9E9D74
Decimal158157116
Binary10011110100111011110100
Octal236235164

Shades and tints

Shades of #9E9D74

#9E9D74
(158,157,116)
#908F6A
(144,143,106)
#828160
(130,129,96)
#747356
(116,115,86)
#66654C
(102,101,76)
#585742
(88,87,66)
#4A4938
(74,73,56)
#3C3B2E
(60,59,46)
#2E2D24
(46,45,36)
#201F1A
(32,31,26)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #9E9D74

#9E9D74
(158,157,116)
#A6A580
(166,165,128)
#AEAD8C
(174,173,140)
#B6B598
(182,181,152)
#BEBDA4
(190,189,164)
#C6C5B0
(198,197,176)
#CECDBC
(206,205,188)
#D6D5C8
(214,213,200)
#DEDDD4
(222,221,212)
#E6E5E0
(230,229,224)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E9D74 color. Also use rgb(158,157,116) instead hex code.

Text Font Color

.myTextColor { color: #9E9D74; }

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

This text font color is #9E9D74.


Background Color

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

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

This div background color is #9E9D74.


Border color

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

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

This div border color is #9E9D74.


Opacity

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

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

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

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

This text has shadow with #9E9D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9D74 on black background.


Color preview on white background

This text has color #9E9D74 on white background.



Black color preview on #9E9D74 background

This text has black color on #9E9D74 background.


White color preview on #9E9D74 background

This text has white color on #9E9D74 background.