COLOR #9E1352

HEX: #9E1352
RGB: (158,19,82)

Color info

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

RGB color model

#9E1352 color RGB value is (158,19,82).

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

RGB channels and saturation

R 158 of 255 = 62%
G 19 of 255 = 7%
B 82 of 255 = 32%

158
19
82

R + G + B ~ 34%. #9E1352 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
158 + 19 + 82 = 259 (100%)
R 158 of 259 ~ 61%
G 19 of 259 ~ 7.34%
B 82 of 259 ~ 31.66%

%61
%31.66

CMYK color model

#9E1352 color CMYK value is (0,88,48,38).

  • cyan value is 0.00%
  • magenta value is 87.97%
  • yellow value is 48.10%
  • key color value is 38.04%
CMYK:
(0,88,48,38)
C0M88Y48K38 
(0%,88%,48%,38%)
(0.00/0.88/0.48/0.38)	

CMYK percentages

%0
%87.97
%48.1
%38.04

Codes

Color #9E1352 in popluar color models

9E1352
RGB1581982
HSL333°78.53%34.71%
HSB/HSV333°87.97%61.96%
CMYK0.00%87.97%48.10%
38.04%

Color #9E1352 in popluar number systems.

HEX9E1352
Decimal1581982
Binary10011110100111010010
Octal23623122

Shades and tints

Shades of #9E1352

#9E1352
(158,19,82)
#90124B
(144,18,75)
#821144
(130,17,68)
#74103D
(116,16,61)
#660F36
(102,15,54)
#580E2F
(88,14,47)
#4A0D28
(74,13,40)
#3C0C21
(60,12,33)
#2E0B1A
(46,11,26)
#200A13
(32,10,19)
#12090C
(18,9,12)
#000000
(0,0,0)

Tints of #9E1352

#9E1352
(158,19,82)
#A62861
(166,40,97)
#AE3D70
(174,61,112)
#B6527F
(182,82,127)
#BE678E
(190,103,142)
#C67C9D
(198,124,157)
#CE91AC
(206,145,172)
#D6A6BB
(214,166,187)
#DEBBCA
(222,187,202)
#E6D0D9
(230,208,217)
#EEE5E8
(238,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E1352; }

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

This text font color is #9E1352.


Background Color

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

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

This div background color is #9E1352.


Border color

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

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

This div border color is #9E1352.


Opacity

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

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

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

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

This text has shadow with #9E1352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E1352 on black background.


Color preview on white background

This text has color #9E1352 on white background.



Black color preview on #9E1352 background

This text has black color on #9E1352 background.


White color preview on #9E1352 background

This text has white color on #9E1352 background.