COLOR #9E9377

HEX: #9E9377
RGB: (158,147,119)

Color info

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

RGB color model

#9E9377 color RGB value is (158,147,119).

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

RGB channels and saturation

R 158 of 255 = 62%
G 147 of 255 = 58%
B 119 of 255 = 47%

158
147
119

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

Portions of RGB colors in percentages

R + G + B =
158 + 147 + 119 = 424 (100%)
R 158 of 424 ~ 37.26%
G 147 of 424 ~ 34.67%
B 119 of 424 ~ 28.07%

%37.26
%34.67
%28.07

CMYK color model

#9E9377 color CMYK value is (0,7,25,38).

  • cyan value is 0.00%
  • magenta value is 6.96%
  • yellow value is 24.68%
  • key color value is 38.04%
CMYK:
(0,7,25,38)
C0M7Y25K38 
(0%,7%,25%,38%)
(0.00/0.07/0.25/0.38)	

CMYK percentages

%0
%6.96
%24.68
%38.04

Codes

Color #9E9377 in popluar color models

9E9377
RGB158147119
HSL43°16.74%54.31%
HSB/HSV43°24.68%61.96%
CMYK0.00%6.96%24.68%
38.04%

Color #9E9377 in popluar number systems.

HEX9E9377
Decimal158147119
Binary10011110100100111110111
Octal236223167

Shades and tints

Shades of #9E9377

#9E9377
(158,147,119)
#90866D
(144,134,109)
#827963
(130,121,99)
#746C59
(116,108,89)
#665F4F
(102,95,79)
#585245
(88,82,69)
#4A453B
(74,69,59)
#3C3831
(60,56,49)
#2E2B27
(46,43,39)
#201E1D
(32,30,29)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #9E9377

#9E9377
(158,147,119)
#A69C83
(166,156,131)
#AEA58F
(174,165,143)
#B6AE9B
(182,174,155)
#BEB7A7
(190,183,167)
#C6C0B3
(198,192,179)
#CEC9BF
(206,201,191)
#D6D2CB
(214,210,203)
#DEDBD7
(222,219,215)
#E6E4E3
(230,228,227)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9377; }

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

This text font color is #9E9377.


Background Color

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

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

This div background color is #9E9377.


Border color

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

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

This div border color is #9E9377.


Opacity

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

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

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

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

This text has shadow with #9E9377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9377 on black background.


Color preview on white background

This text has color #9E9377 on white background.



Black color preview on #9E9377 background

This text has black color on #9E9377 background.


White color preview on #9E9377 background

This text has white color on #9E9377 background.