COLOR #9E728A

HEX: #9E728A
RGB: (158,114,138)

Color info

#9E728A contains red, green and blue colors in about the same proportion. Web safe color of #9E728A is #996699 (or #969).

RGB color model

#9E728A color RGB value is (158,114,138).

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

RGB channels and saturation

R 158 of 255 = 62%
G 114 of 255 = 45%
B 138 of 255 = 54%

158
114
138

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

Portions of RGB colors in percentages

R + G + B =
158 + 114 + 138 = 410 (100%)
R 158 of 410 ~ 38.54%
G 114 of 410 ~ 27.8%
B 138 of 410 ~ 33.66%

%38.54
%27.8
%33.66

CMYK color model

#9E728A color CMYK value is (0,28,13,38).

  • cyan value is 0.00%
  • magenta value is 27.85%
  • yellow value is 12.66%
  • key color value is 38.04%
CMYK:
(0,28,13,38)
C0M28Y13K38 
(0%,28%,13%,38%)
(0.00/0.28/0.13/0.38)	

CMYK percentages

%0
%27.85
%12.66
%38.04

Codes

Color #9E728A in popluar color models

9E728A
RGB158114138
HSL327°18.49%53.33%
HSB/HSV327°27.85%61.96%
CMYK0.00%27.85%12.66%
38.04%

Color #9E728A in popluar number systems.

HEX9E728A
Decimal158114138
Binary10011110111001010001010
Octal236162212

Shades and tints

Shades of #9E728A

#9E728A
(158,114,138)
#90687E
(144,104,126)
#825E72
(130,94,114)
#745466
(116,84,102)
#664A5A
(102,74,90)
#58404E
(88,64,78)
#4A3642
(74,54,66)
#3C2C36
(60,44,54)
#2E222A
(46,34,42)
#20181E
(32,24,30)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #9E728A

#9E728A
(158,114,138)
#A67E94
(166,126,148)
#AE8A9E
(174,138,158)
#B696A8
(182,150,168)
#BEA2B2
(190,162,178)
#C6AEBC
(198,174,188)
#CEBAC6
(206,186,198)
#D6C6D0
(214,198,208)
#DED2DA
(222,210,218)
#E6DEE4
(230,222,228)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E728A; }

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

This text font color is #9E728A.


Background Color

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

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

This div background color is #9E728A.


Border color

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

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

This div border color is #9E728A.


Opacity

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

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

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

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

This text has shadow with #9E728A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E728A on black background.


Color preview on white background

This text has color #9E728A on white background.



Black color preview on #9E728A background

This text has black color on #9E728A background.


White color preview on #9E728A background

This text has white color on #9E728A background.