COLOR #9E937B

HEX: #9E937B
RGB: (158,147,123)

Color info

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

RGB color model

#9E937B color RGB value is (158,147,123).

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

RGB channels and saturation

R 158 of 255 = 62%
G 147 of 255 = 58%
B 123 of 255 = 48%

158
147
123

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

Portions of RGB colors in percentages

R + G + B =
158 + 147 + 123 = 428 (100%)
R 158 of 428 ~ 36.92%
G 147 of 428 ~ 34.35%
B 123 of 428 ~ 28.74%

%36.92
%34.35
%28.74

CMYK color model

#9E937B color CMYK value is (0,7,22,38).

  • cyan value is 0.00%
  • magenta value is 6.96%
  • yellow value is 22.15%
  • key color value is 38.04%
CMYK:
(0,7,22,38)
C0M7Y22K38 
(0%,7%,22%,38%)
(0.00/0.07/0.22/0.38)	

CMYK percentages

%0
%6.96
%22.15
%38.04

Codes

Color #9E937B in popluar color models

9E937B
RGB158147123
HSL41°15.28%55.10%
HSB/HSV41°22.15%61.96%
CMYK0.00%6.96%22.15%
38.04%

Color #9E937B in popluar number systems.

HEX9E937B
Decimal158147123
Binary10011110100100111111011
Octal236223173

Shades and tints

Shades of #9E937B

#9E937B
(158,147,123)
#908670
(144,134,112)
#827965
(130,121,101)
#746C5A
(116,108,90)
#665F4F
(102,95,79)
#585244
(88,82,68)
#4A4539
(74,69,57)
#3C382E
(60,56,46)
#2E2B23
(46,43,35)
#201E18
(32,30,24)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #9E937B

#9E937B
(158,147,123)
#A69C87
(166,156,135)
#AEA593
(174,165,147)
#B6AE9F
(182,174,159)
#BEB7AB
(190,183,171)
#C6C0B7
(198,192,183)
#CEC9C3
(206,201,195)
#D6D2CF
(214,210,207)
#DEDBDB
(222,219,219)
#E6E4E7
(230,228,231)
#EEEDF3
(238,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E937B; }

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

This text font color is #9E937B.


Background Color

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

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

This div background color is #9E937B.


Border color

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

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

This div border color is #9E937B.


Opacity

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

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

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

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

This text has shadow with #9E937B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E937B on black background.


Color preview on white background

This text has color #9E937B on white background.



Black color preview on #9E937B background

This text has black color on #9E937B background.


White color preview on #9E937B background

This text has white color on #9E937B background.