COLOR #9E976C

HEX: #9E976C
RGB: (158,151,108)

Color info

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

RGB color model

#9E976C color RGB value is (158,151,108).

  • red value is 158;
  • green value is 151;
  • blue value is 108.
RGB:
(158,151,108)
(62%,59%,42%)

RGB channels and saturation

R 158 of 255 = 62%
G 151 of 255 = 59%
B 108 of 255 = 42%

158
151
108

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

Portions of RGB colors in percentages

R + G + B =
158 + 151 + 108 = 417 (100%)
R 158 of 417 ~ 37.89%
G 151 of 417 ~ 36.21%
B 108 of 417 ~ 25.9%

%37.89
%36.21
%25.9

CMYK color model

#9E976C color CMYK value is (0,4,32,38).

  • cyan value is 0.00%
  • magenta value is 4.43%
  • yellow value is 31.65%
  • key color value is 38.04%
CMYK:
(0,4,32,38)
C0M4Y32K38 
(0%,4%,32%,38%)
(0.00/0.04/0.32/0.38)	

CMYK percentages

%0
%4.43
%31.65
%38.04

Codes

Color #9E976C in popluar color models

9E976C
RGB158151108
HSL52°20.49%52.16%
HSB/HSV52°31.65%61.96%
CMYK0.00%4.43%31.65%
38.04%

Color #9E976C in popluar number systems.

HEX9E976C
Decimal158151108
Binary10011110100101111101100
Octal236227154

Shades and tints

Shades of #9E976C

#9E976C
(158,151,108)
#908A63
(144,138,99)
#827D5A
(130,125,90)
#747051
(116,112,81)
#666348
(102,99,72)
#58563F
(88,86,63)
#4A4936
(74,73,54)
#3C3C2D
(60,60,45)
#2E2F24
(46,47,36)
#20221B
(32,34,27)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #9E976C

#9E976C
(158,151,108)
#A6A079
(166,160,121)
#AEA986
(174,169,134)
#B6B293
(182,178,147)
#BEBBA0
(190,187,160)
#C6C4AD
(198,196,173)
#CECDBA
(206,205,186)
#D6D6C7
(214,214,199)
#DEDFD4
(222,223,212)
#E6E8E1
(230,232,225)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E976C color. Also use rgb(158,151,108) instead hex code.

Text Font Color

.myTextColor { color: #9E976C; }

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

This text font color is #9E976C.


Background Color

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

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

This div background color is #9E976C.


Border color

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

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

This div border color is #9E976C.


Opacity

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

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

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

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

This text has shadow with #9E976C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E976C on black background.


Color preview on white background

This text has color #9E976C on white background.



Black color preview on #9E976C background

This text has black color on #9E976C background.


White color preview on #9E976C background

This text has white color on #9E976C background.