COLOR #9E727C

HEX: #9E727C
RGB: (158,114,124)

Color info

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

RGB color model

#9E727C color RGB value is (158,114,124).

  • red value is 158;
  • green value is 114;
  • blue value is 124.
RGB:
(158,114,124)
(62%,45%,49%)

RGB channels and saturation

R 158 of 255 = 62%
G 114 of 255 = 45%
B 124 of 255 = 49%

158
114
124

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

Portions of RGB colors in percentages

R + G + B =
158 + 114 + 124 = 396 (100%)
R 158 of 396 ~ 39.9%
G 114 of 396 ~ 28.79%
B 124 of 396 ~ 31.31%

%39.9
%28.79
%31.31

CMYK color model

#9E727C color CMYK value is (0,28,22,38).

  • cyan value is 0.00%
  • magenta value is 27.85%
  • yellow value is 21.52%
  • key color value is 38.04%
CMYK:
(0,28,22,38)
C0M28Y22K38 
(0%,28%,22%,38%)
(0.00/0.28/0.22/0.38)	

CMYK percentages

%0
%27.85
%21.52
%38.04

Codes

Color #9E727C in popluar color models

9E727C
RGB158114124
HSL346°18.49%53.33%
HSB/HSV346°27.85%61.96%
CMYK0.00%27.85%21.52%
38.04%

Color #9E727C in popluar number systems.

HEX9E727C
Decimal158114124
Binary1001111011100101111100
Octal236162174

Shades and tints

Shades of #9E727C

#9E727C
(158,114,124)
#906871
(144,104,113)
#825E66
(130,94,102)
#74545B
(116,84,91)
#664A50
(102,74,80)
#584045
(88,64,69)
#4A363A
(74,54,58)
#3C2C2F
(60,44,47)
#2E2224
(46,34,36)
#201819
(32,24,25)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #9E727C

#9E727C
(158,114,124)
#A67E87
(166,126,135)
#AE8A92
(174,138,146)
#B6969D
(182,150,157)
#BEA2A8
(190,162,168)
#C6AEB3
(198,174,179)
#CEBABE
(206,186,190)
#D6C6C9
(214,198,201)
#DED2D4
(222,210,212)
#E6DEDF
(230,222,223)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E727C color. Also use rgb(158,114,124) instead hex code.

Text Font Color

.myTextColor { color: #9E727C; }

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

This text font color is #9E727C.


Background Color

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

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

This div background color is #9E727C.


Border color

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

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

This div border color is #9E727C.


Opacity

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

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

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

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

This text has shadow with #9E727C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E727C on black background.


Color preview on white background

This text has color #9E727C on white background.



Black color preview on #9E727C background

This text has black color on #9E727C background.


White color preview on #9E727C background

This text has white color on #9E727C background.