COLOR #9E9273

HEX: #9E9273
RGB: (158,146,115)

Color info

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

RGB color model

#9E9273 color RGB value is (158,146,115).

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

RGB channels and saturation

R 158 of 255 = 62%
G 146 of 255 = 57%
B 115 of 255 = 45%

158
146
115

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

Portions of RGB colors in percentages

R + G + B =
158 + 146 + 115 = 419 (100%)
R 158 of 419 ~ 37.71%
G 146 of 419 ~ 34.84%
B 115 of 419 ~ 27.45%

%37.71
%34.84
%27.45

CMYK color model

#9E9273 color CMYK value is (0,8,27,38).

  • cyan value is 0.00%
  • magenta value is 7.59%
  • yellow value is 27.22%
  • key color value is 38.04%
CMYK:
(0,8,27,38)
C0M8Y27K38 
(0%,8%,27%,38%)
(0.00/0.08/0.27/0.38)	

CMYK percentages

%0
%7.59
%27.22
%38.04

Codes

Color #9E9273 in popluar color models

9E9273
RGB158146115
HSL43°18.14%53.53%
HSB/HSV43°27.22%61.96%
CMYK0.00%7.59%27.22%
38.04%

Color #9E9273 in popluar number systems.

HEX9E9273
Decimal158146115
Binary10011110100100101110011
Octal236222163

Shades and tints

Shades of #9E9273

#9E9273
(158,146,115)
#908569
(144,133,105)
#82785F
(130,120,95)
#746B55
(116,107,85)
#665E4B
(102,94,75)
#585141
(88,81,65)
#4A4437
(74,68,55)
#3C372D
(60,55,45)
#2E2A23
(46,42,35)
#201D19
(32,29,25)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #9E9273

#9E9273
(158,146,115)
#A69B7F
(166,155,127)
#AEA48B
(174,164,139)
#B6AD97
(182,173,151)
#BEB6A3
(190,182,163)
#C6BFAF
(198,191,175)
#CEC8BB
(206,200,187)
#D6D1C7
(214,209,199)
#DEDAD3
(222,218,211)
#E6E3DF
(230,227,223)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9273; }

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

This text font color is #9E9273.


Background Color

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

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

This div background color is #9E9273.


Border color

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

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

This div border color is #9E9273.


Opacity

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

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

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

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

This text has shadow with #9E9273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9273 on black background.


Color preview on white background

This text has color #9E9273 on white background.



Black color preview on #9E9273 background

This text has black color on #9E9273 background.


White color preview on #9E9273 background

This text has white color on #9E9273 background.