COLOR #9E947E

HEX: #9E947E
RGB: (158,148,126)

Color info

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

RGB color model

#9E947E color RGB value is (158,148,126).

  • red value is 158;
  • green value is 148;
  • blue value is 126.
RGB:
(158,148,126)
(62%,58%,49%)

RGB channels and saturation

R 158 of 255 = 62%
G 148 of 255 = 58%
B 126 of 255 = 49%

158
148
126

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

Portions of RGB colors in percentages

R + G + B =
158 + 148 + 126 = 432 (100%)
R 158 of 432 ~ 36.57%
G 148 of 432 ~ 34.26%
B 126 of 432 ~ 29.17%

%36.57
%34.26
%29.17

CMYK color model

#9E947E color CMYK value is (0,6,20,38).

  • cyan value is 0.00%
  • magenta value is 6.33%
  • yellow value is 20.25%
  • key color value is 38.04%
CMYK:
(0,6,20,38)
C0M6Y20K38 
(0%,6%,20%,38%)
(0.00/0.06/0.20/0.38)	

CMYK percentages

%0
%6.33
%20.25
%38.04

Codes

Color #9E947E in popluar color models

9E947E
RGB158148126
HSL41°14.16%55.69%
HSB/HSV41°20.25%61.96%
CMYK0.00%6.33%20.25%
38.04%

Color #9E947E in popluar number systems.

HEX9E947E
Decimal158148126
Binary10011110100101001111110
Octal236224176

Shades and tints

Shades of #9E947E

#9E947E
(158,148,126)
#908773
(144,135,115)
#827A68
(130,122,104)
#746D5D
(116,109,93)
#666052
(102,96,82)
#585347
(88,83,71)
#4A463C
(74,70,60)
#3C3931
(60,57,49)
#2E2C26
(46,44,38)
#201F1B
(32,31,27)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #9E947E

#9E947E
(158,148,126)
#A69D89
(166,157,137)
#AEA694
(174,166,148)
#B6AF9F
(182,175,159)
#BEB8AA
(190,184,170)
#C6C1B5
(198,193,181)
#CECAC0
(206,202,192)
#D6D3CB
(214,211,203)
#DEDCD6
(222,220,214)
#E6E5E1
(230,229,225)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E947E color. Also use rgb(158,148,126) instead hex code.

Text Font Color

.myTextColor { color: #9E947E; }

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

This text font color is #9E947E.


Background Color

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

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

This div background color is #9E947E.


Border color

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

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

This div border color is #9E947E.


Opacity

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

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

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

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

This text has shadow with #9E947E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E947E on black background.


Color preview on white background

This text has color #9E947E on white background.



Black color preview on #9E947E background

This text has black color on #9E947E background.


White color preview on #9E947E background

This text has white color on #9E947E background.