COLOR #9E9276

HEX: #9E9276
RGB: (158,146,118)

Color info

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

RGB color model

#9E9276 color RGB value is (158,146,118).

  • red value is 158;
  • green value is 146;
  • blue value is 118.
RGB:
(158,146,118)
(62%,57%,46%)

RGB channels and saturation

R 158 of 255 = 62%
G 146 of 255 = 57%
B 118 of 255 = 46%

158
146
118

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

Portions of RGB colors in percentages

R + G + B =
158 + 146 + 118 = 422 (100%)
R 158 of 422 ~ 37.44%
G 146 of 422 ~ 34.6%
B 118 of 422 ~ 27.96%

%37.44
%34.6
%27.96

CMYK color model

#9E9276 color CMYK value is (0,8,25,38).

  • cyan value is 0.00%
  • magenta value is 7.59%
  • yellow value is 25.32%
  • key color value is 38.04%
CMYK:
(0,8,25,38)
C0M8Y25K38 
(0%,8%,25%,38%)
(0.00/0.08/0.25/0.38)	

CMYK percentages

%0
%7.59
%25.32
%38.04

Codes

Color #9E9276 in popluar color models

9E9276
RGB158146118
HSL42°17.09%54.12%
HSB/HSV42°25.32%61.96%
CMYK0.00%7.59%25.32%
38.04%

Color #9E9276 in popluar number systems.

HEX9E9276
Decimal158146118
Binary10011110100100101110110
Octal236222166

Shades and tints

Shades of #9E9276

#9E9276
(158,146,118)
#90856C
(144,133,108)
#827862
(130,120,98)
#746B58
(116,107,88)
#665E4E
(102,94,78)
#585144
(88,81,68)
#4A443A
(74,68,58)
#3C3730
(60,55,48)
#2E2A26
(46,42,38)
#201D1C
(32,29,28)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #9E9276

#9E9276
(158,146,118)
#A69B82
(166,155,130)
#AEA48E
(174,164,142)
#B6AD9A
(182,173,154)
#BEB6A6
(190,182,166)
#C6BFB2
(198,191,178)
#CEC8BE
(206,200,190)
#D6D1CA
(214,209,202)
#DEDAD6
(222,218,214)
#E6E3E2
(230,227,226)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E9276 color. Also use rgb(158,146,118) instead hex code.

Text Font Color

.myTextColor { color: #9E9276; }

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

This text font color is #9E9276.


Background Color

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

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

This div background color is #9E9276.


Border color

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

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

This div border color is #9E9276.


Opacity

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

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

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

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

This text has shadow with #9E9276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9276 on black background.


Color preview on white background

This text has color #9E9276 on white background.



Black color preview on #9E9276 background

This text has black color on #9E9276 background.


White color preview on #9E9276 background

This text has white color on #9E9276 background.