COLOR #9E6373

HEX: #9E6373
RGB: (158,99,115)

Color info

#9E6373 contains red, green and blue colors in about the same proportion. Web safe color of #9E6373 is #996666 (or #966).

RGB color model

#9E6373 color RGB value is (158,99,115).

  • red value is 158;
  • green value is 99;
  • blue value is 115.
RGB:
(158,99,115)
(62%,39%,45%)

RGB channels and saturation

R 158 of 255 = 62%
G 99 of 255 = 39%
B 115 of 255 = 45%

158
99
115

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

Portions of RGB colors in percentages

R + G + B =
158 + 99 + 115 = 372 (100%)
R 158 of 372 ~ 42.47%
G 99 of 372 ~ 26.61%
B 115 of 372 ~ 30.91%

%42.47
%26.61
%30.91

CMYK color model

#9E6373 color CMYK value is (0,37,27,38).

  • cyan value is 0.00%
  • magenta value is 37.34%
  • yellow value is 27.22%
  • key color value is 38.04%
CMYK:
(0,37,27,38)
C0M37Y27K38 
(0%,37%,27%,38%)
(0.00/0.37/0.27/0.38)	

CMYK percentages

%0
%37.34
%27.22
%38.04

Codes

Color #9E6373 in popluar color models

9E6373
RGB15899115
HSL344°23.32%50.39%
HSB/HSV344°37.34%61.96%
CMYK0.00%37.34%27.22%
38.04%

Color #9E6373 in popluar number systems.

HEX9E6373
Decimal15899115
Binary1001111011000111110011
Octal236143163

Shades and tints

Shades of #9E6373

#9E6373
(158,99,115)
#905A69
(144,90,105)
#82515F
(130,81,95)
#744855
(116,72,85)
#663F4B
(102,63,75)
#583641
(88,54,65)
#4A2D37
(74,45,55)
#3C242D
(60,36,45)
#2E1B23
(46,27,35)
#201219
(32,18,25)
#12090F
(18,9,15)
#000000
(0,0,0)

Tints of #9E6373

#9E6373
(158,99,115)
#A6717F
(166,113,127)
#AE7F8B
(174,127,139)
#B68D97
(182,141,151)
#BE9BA3
(190,155,163)
#C6A9AF
(198,169,175)
#CEB7BB
(206,183,187)
#D6C5C7
(214,197,199)
#DED3D3
(222,211,211)
#E6E1DF
(230,225,223)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E6373 color. Also use rgb(158,99,115) instead hex code.

Text Font Color

.myTextColor { color: #9E6373; }

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

This text font color is #9E6373.


Background Color

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

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

This div background color is #9E6373.


Border color

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

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

This div border color is #9E6373.


Opacity

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

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

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

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

This text has shadow with #9E6373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6373 on black background.


Color preview on white background

This text has color #9E6373 on white background.



Black color preview on #9E6373 background

This text has black color on #9E6373 background.


White color preview on #9E6373 background

This text has white color on #9E6373 background.