COLOR #9E9366

HEX: #9E9366
RGB: (158,147,102)

Color info

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

RGB color model

#9E9366 color RGB value is (158,147,102).

  • red value is 158;
  • green value is 147;
  • blue value is 102.
RGB:
(158,147,102)
(62%,58%,40%)

RGB channels and saturation

R 158 of 255 = 62%
G 147 of 255 = 58%
B 102 of 255 = 40%

158
147
102

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

Portions of RGB colors in percentages

R + G + B =
158 + 147 + 102 = 407 (100%)
R 158 of 407 ~ 38.82%
G 147 of 407 ~ 36.12%
B 102 of 407 ~ 25.06%

%38.82
%36.12
%25.06

CMYK color model

#9E9366 color CMYK value is (0,7,35,38).

  • cyan value is 0.00%
  • magenta value is 6.96%
  • yellow value is 35.44%
  • key color value is 38.04%
CMYK:
(0,7,35,38)
C0M7Y35K38 
(0%,7%,35%,38%)
(0.00/0.07/0.35/0.38)	

CMYK percentages

%0
%6.96
%35.44
%38.04

Codes

Color #9E9366 in popluar color models

9E9366
RGB158147102
HSL48°22.40%50.98%
HSB/HSV48°35.44%61.96%
CMYK0.00%6.96%35.44%
38.04%

Color #9E9366 in popluar number systems.

HEX9E9366
Decimal158147102
Binary10011110100100111100110
Octal236223146

Shades and tints

Shades of #9E9366

#9E9366
(158,147,102)
#90865D
(144,134,93)
#827954
(130,121,84)
#746C4B
(116,108,75)
#665F42
(102,95,66)
#585239
(88,82,57)
#4A4530
(74,69,48)
#3C3827
(60,56,39)
#2E2B1E
(46,43,30)
#201E15
(32,30,21)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #9E9366

#9E9366
(158,147,102)
#A69C73
(166,156,115)
#AEA580
(174,165,128)
#B6AE8D
(182,174,141)
#BEB79A
(190,183,154)
#C6C0A7
(198,192,167)
#CEC9B4
(206,201,180)
#D6D2C1
(214,210,193)
#DEDBCE
(222,219,206)
#E6E4DB
(230,228,219)
#EEEDE8
(238,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E9366 color. Also use rgb(158,147,102) instead hex code.

Text Font Color

.myTextColor { color: #9E9366; }

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

This text font color is #9E9366.


Background Color

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

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

This div background color is #9E9366.


Border color

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

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

This div border color is #9E9366.


Opacity

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

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

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

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

This text has shadow with #9E9366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9366 on black background.


Color preview on white background

This text has color #9E9366 on white background.



Black color preview on #9E9366 background

This text has black color on #9E9366 background.


White color preview on #9E9366 background

This text has white color on #9E9366 background.