COLOR #9E9383

HEX: #9E9383
RGB: (158,147,131)

Color info

#9E9383 contains red, green and blue colors in about the same proportion. Web safe color of #9E9383 is #999999 (or #999).

RGB color model

#9E9383 color RGB value is (158,147,131).

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

RGB channels and saturation

R 158 of 255 = 62%
G 147 of 255 = 58%
B 131 of 255 = 51%

158
147
131

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

Portions of RGB colors in percentages

R + G + B =
158 + 147 + 131 = 436 (100%)
R 158 of 436 ~ 36.24%
G 147 of 436 ~ 33.72%
B 131 of 436 ~ 30.05%

%36.24
%33.72
%30.05

CMYK color model

#9E9383 color CMYK value is (0,7,17,38).

  • cyan value is 0.00%
  • magenta value is 6.96%
  • yellow value is 17.09%
  • key color value is 38.04%
CMYK:
(0,7,17,38)
C0M7Y17K38 
(0%,7%,17%,38%)
(0.00/0.07/0.17/0.38)	

CMYK percentages

%0
%6.96
%17.09
%38.04

Codes

Color #9E9383 in popluar color models

9E9383
RGB158147131
HSL36°12.22%56.67%
HSB/HSV36°17.09%61.96%
CMYK0.00%6.96%17.09%
38.04%

Color #9E9383 in popluar number systems.

HEX9E9383
Decimal158147131
Binary100111101001001110000011
Octal236223203

Shades and tints

Shades of #9E9383

#9E9383
(158,147,131)
#908678
(144,134,120)
#82796D
(130,121,109)
#746C62
(116,108,98)
#665F57
(102,95,87)
#58524C
(88,82,76)
#4A4541
(74,69,65)
#3C3836
(60,56,54)
#2E2B2B
(46,43,43)
#201E20
(32,30,32)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #9E9383

#9E9383
(158,147,131)
#A69C8E
(166,156,142)
#AEA599
(174,165,153)
#B6AEA4
(182,174,164)
#BEB7AF
(190,183,175)
#C6C0BA
(198,192,186)
#CEC9C5
(206,201,197)
#D6D2D0
(214,210,208)
#DEDBDB
(222,219,219)
#E6E4E6
(230,228,230)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9383; }

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

This text font color is #9E9383.


Background Color

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

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

This div background color is #9E9383.


Border color

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

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

This div border color is #9E9383.


Opacity

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

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

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

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

This text has shadow with #9E9383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9383 on black background.


Color preview on white background

This text has color #9E9383 on white background.



Black color preview on #9E9383 background

This text has black color on #9E9383 background.


White color preview on #9E9383 background

This text has white color on #9E9383 background.