COLOR #9E1350

HEX: #9E1350
RGB: (158,19,80)

Color info

#9E1350 contains mainly red color. Web safe color of #9E1350 is #990066 (or #906).

RGB color model

#9E1350 color RGB value is (158,19,80).

  • red value is 158;
  • green value is 19;
  • blue value is 80.
RGB:
(158,19,80)
(62%,7%,31%)

RGB channels and saturation

R 158 of 255 = 62%
G 19 of 255 = 7%
B 80 of 255 = 31%

158
19
80

R + G + B ~ 33%. #9E1350 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
158 + 19 + 80 = 257 (100%)
R 158 of 257 ~ 61.48%
G 19 of 257 ~ 7.39%
B 80 of 257 ~ 31.13%

%61.48
%31.13

CMYK color model

#9E1350 color CMYK value is (0,88,49,38).

  • cyan value is 0.00%
  • magenta value is 87.97%
  • yellow value is 49.37%
  • key color value is 38.04%
CMYK:
(0,88,49,38)
C0M88Y49K38 
(0%,88%,49%,38%)
(0.00/0.88/0.49/0.38)	

CMYK percentages

%0
%87.97
%49.37
%38.04

Codes

Color #9E1350 in popluar color models

9E1350
RGB1581980
HSL334°78.53%34.71%
HSB/HSV334°87.97%61.96%
CMYK0.00%87.97%49.37%
38.04%

Color #9E1350 in popluar number systems.

HEX9E1350
Decimal1581980
Binary10011110100111010000
Octal23623120

Shades and tints

Shades of #9E1350

#9E1350
(158,19,80)
#901249
(144,18,73)
#821142
(130,17,66)
#74103B
(116,16,59)
#660F34
(102,15,52)
#580E2D
(88,14,45)
#4A0D26
(74,13,38)
#3C0C1F
(60,12,31)
#2E0B18
(46,11,24)
#200A11
(32,10,17)
#12090A
(18,9,10)
#000000
(0,0,0)

Tints of #9E1350

#9E1350
(158,19,80)
#A6285F
(166,40,95)
#AE3D6E
(174,61,110)
#B6527D
(182,82,125)
#BE678C
(190,103,140)
#C67C9B
(198,124,155)
#CE91AA
(206,145,170)
#D6A6B9
(214,166,185)
#DEBBC8
(222,187,200)
#E6D0D7
(230,208,215)
#EEE5E6
(238,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E1350 color. Also use rgb(158,19,80) instead hex code.

Text Font Color

.myTextColor { color: #9E1350; }

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

This text font color is #9E1350.


Background Color

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

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

This div background color is #9E1350.


Border color

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

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

This div border color is #9E1350.


Opacity

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

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

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

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

This text has shadow with #9E1350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E1350 on black background.


Color preview on white background

This text has color #9E1350 on white background.



Black color preview on #9E1350 background

This text has black color on #9E1350 background.


White color preview on #9E1350 background

This text has white color on #9E1350 background.