COLOR #9E8583

HEX: #9E8583
RGB: (158,133,131)

Color info

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

RGB color model

#9E8583 color RGB value is (158,133,131).

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

RGB channels and saturation

R 158 of 255 = 62%
G 133 of 255 = 52%
B 131 of 255 = 51%

158
133
131

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

Portions of RGB colors in percentages

R + G + B =
158 + 133 + 131 = 422 (100%)
R 158 of 422 ~ 37.44%
G 133 of 422 ~ 31.52%
B 131 of 422 ~ 31.04%

%37.44
%31.52
%31.04

CMYK color model

#9E8583 color CMYK value is (0,16,17,38).

  • cyan value is 0.00%
  • magenta value is 15.82%
  • yellow value is 17.09%
  • key color value is 38.04%
CMYK:
(0,16,17,38)
C0M16Y17K38 
(0%,16%,17%,38%)
(0.00/0.16/0.17/0.38)	

CMYK percentages

%0
%15.82
%17.09
%38.04

Codes

Color #9E8583 in popluar color models

9E8583
RGB158133131
HSL12.22%56.67%
HSB/HSV17.09%61.96%
CMYK0.00%15.82%17.09%
38.04%

Color #9E8583 in popluar number systems.

HEX9E8583
Decimal158133131
Binary100111101000010110000011
Octal236205203

Shades and tints

Shades of #9E8583

#9E8583
(158,133,131)
#907978
(144,121,120)
#826D6D
(130,109,109)
#746162
(116,97,98)
#665557
(102,85,87)
#58494C
(88,73,76)
#4A3D41
(74,61,65)
#3C3136
(60,49,54)
#2E252B
(46,37,43)
#201920
(32,25,32)
#120D15
(18,13,21)
#000000
(0,0,0)

Tints of #9E8583

#9E8583
(158,133,131)
#A6908E
(166,144,142)
#AE9B99
(174,155,153)
#B6A6A4
(182,166,164)
#BEB1AF
(190,177,175)
#C6BCBA
(198,188,186)
#CEC7C5
(206,199,197)
#D6D2D0
(214,210,208)
#DEDDDB
(222,221,219)
#E6E8E6
(230,232,230)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E8583; }

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

This text font color is #9E8583.


Background Color

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

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

This div background color is #9E8583.


Border color

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

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

This div border color is #9E8583.


Opacity

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

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

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

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

This text has shadow with #9E8583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8583 on black background.


Color preview on white background

This text has color #9E8583 on white background.



Black color preview on #9E8583 background

This text has black color on #9E8583 background.


White color preview on #9E8583 background

This text has white color on #9E8583 background.