COLOR #9E356E

HEX: #9E356E
RGB: (158,53,110)

Color info

#9E356E contains mainly red and blue colors. Web safe color of #9E356E is #993366 (or #936).

RGB color model

#9E356E color RGB value is (158,53,110).

  • red value is 158;
  • green value is 53;
  • blue value is 110.
RGB:
(158,53,110)
(62%,21%,43%)

RGB channels and saturation

R 158 of 255 = 62%
G 53 of 255 = 21%
B 110 of 255 = 43%

158
53
110

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

Portions of RGB colors in percentages

R + G + B =
158 + 53 + 110 = 321 (100%)
R 158 of 321 ~ 49.22%
G 53 of 321 ~ 16.51%
B 110 of 321 ~ 34.27%

%49.22
%16.51
%34.27

CMYK color model

#9E356E color CMYK value is (0,66,30,38).

  • cyan value is 0.00%
  • magenta value is 66.46%
  • yellow value is 30.38%
  • key color value is 38.04%
CMYK:
(0,66,30,38)
C0M66Y30K38 
(0%,66%,30%,38%)
(0.00/0.66/0.30/0.38)	

CMYK percentages

%0
%66.46
%30.38
%38.04

Codes

Color #9E356E in popluar color models

9E356E
RGB15853110
HSL327°49.76%41.37%
HSB/HSV327°66.46%61.96%
CMYK0.00%66.46%30.38%
38.04%

Color #9E356E in popluar number systems.

HEX9E356E
Decimal15853110
Binary100111101101011101110
Octal23665156

Shades and tints

Shades of #9E356E

#9E356E
(158,53,110)
#903164
(144,49,100)
#822D5A
(130,45,90)
#742950
(116,41,80)
#662546
(102,37,70)
#58213C
(88,33,60)
#4A1D32
(74,29,50)
#3C1928
(60,25,40)
#2E151E
(46,21,30)
#201114
(32,17,20)
#120D0A
(18,13,10)
#000000
(0,0,0)

Tints of #9E356E

#9E356E
(158,53,110)
#A6477B
(166,71,123)
#AE5988
(174,89,136)
#B66B95
(182,107,149)
#BE7DA2
(190,125,162)
#C68FAF
(198,143,175)
#CEA1BC
(206,161,188)
#D6B3C9
(214,179,201)
#DEC5D6
(222,197,214)
#E6D7E3
(230,215,227)
#EEE9F0
(238,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E356E color. Also use rgb(158,53,110) instead hex code.

Text Font Color

.myTextColor { color: #9E356E; }

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

This text font color is #9E356E.


Background Color

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

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

This div background color is #9E356E.


Border color

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

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

This div border color is #9E356E.


Opacity

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

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

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

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

This text has shadow with #9E356E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E356E on black background.


Color preview on white background

This text has color #9E356E on white background.



Black color preview on #9E356E background

This text has black color on #9E356E background.


White color preview on #9E356E background

This text has white color on #9E356E background.