COLOR #9E4974

HEX: #9E4974
RGB: (158,73,116)

Color info

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

RGB color model

#9E4974 color RGB value is (158,73,116).

  • red value is 158;
  • green value is 73;
  • blue value is 116.
RGB:
(158,73,116)
(62%,29%,45%)

RGB channels and saturation

R 158 of 255 = 62%
G 73 of 255 = 29%
B 116 of 255 = 45%

158
73
116

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

Portions of RGB colors in percentages

R + G + B =
158 + 73 + 116 = 347 (100%)
R 158 of 347 ~ 45.53%
G 73 of 347 ~ 21.04%
B 116 of 347 ~ 33.43%

%45.53
%21.04
%33.43

CMYK color model

#9E4974 color CMYK value is (0,54,27,38).

  • cyan value is 0.00%
  • magenta value is 53.80%
  • yellow value is 26.58%
  • key color value is 38.04%
CMYK:
(0,54,27,38)
C0M54Y27K38 
(0%,54%,27%,38%)
(0.00/0.54/0.27/0.38)	

CMYK percentages

%0
%53.8
%26.58
%38.04

Codes

Color #9E4974 in popluar color models

9E4974
RGB15873116
HSL330°36.80%45.29%
HSB/HSV330°53.80%61.96%
CMYK0.00%53.80%26.58%
38.04%

Color #9E4974 in popluar number systems.

HEX9E4974
Decimal15873116
Binary1001111010010011110100
Octal236111164

Shades and tints

Shades of #9E4974

#9E4974
(158,73,116)
#90436A
(144,67,106)
#823D60
(130,61,96)
#743756
(116,55,86)
#66314C
(102,49,76)
#582B42
(88,43,66)
#4A2538
(74,37,56)
#3C1F2E
(60,31,46)
#2E1924
(46,25,36)
#20131A
(32,19,26)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #9E4974

#9E4974
(158,73,116)
#A65980
(166,89,128)
#AE698C
(174,105,140)
#B67998
(182,121,152)
#BE89A4
(190,137,164)
#C699B0
(198,153,176)
#CEA9BC
(206,169,188)
#D6B9C8
(214,185,200)
#DEC9D4
(222,201,212)
#E6D9E0
(230,217,224)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E4974 color. Also use rgb(158,73,116) instead hex code.

Text Font Color

.myTextColor { color: #9E4974; }

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

This text font color is #9E4974.


Background Color

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

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

This div background color is #9E4974.


Border color

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

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

This div border color is #9E4974.


Opacity

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

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

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

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

This text has shadow with #9E4974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E4974 on black background.


Color preview on white background

This text has color #9E4974 on white background.



Black color preview on #9E4974 background

This text has black color on #9E4974 background.


White color preview on #9E4974 background

This text has white color on #9E4974 background.