COLOR #9E294C

HEX: #9E294C
RGB: (158,41,76)

Color info

#9E294C contains mainly red color. Web safe color of #9E294C is #993333 (or #933).

RGB color model

#9E294C color RGB value is (158,41,76).

  • red value is 158;
  • green value is 41;
  • blue value is 76.
RGB:
(158,41,76)
(62%,16%,30%)

RGB channels and saturation

R 158 of 255 = 62%
G 41 of 255 = 16%
B 76 of 255 = 30%

158
41
76

R + G + B ~ 36%. #9E294C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
158 + 41 + 76 = 275 (100%)
R 158 of 275 ~ 57.45%
G 41 of 275 ~ 14.91%
B 76 of 275 ~ 27.64%

%57.45
%14.91
%27.64

CMYK color model

#9E294C color CMYK value is (0,74,52,38).

  • cyan value is 0.00%
  • magenta value is 74.05%
  • yellow value is 51.90%
  • key color value is 38.04%
CMYK:
(0,74,52,38)
C0M74Y52K38 
(0%,74%,52%,38%)
(0.00/0.74/0.52/0.38)	

CMYK percentages

%0
%74.05
%51.9
%38.04

Codes

Color #9E294C in popluar color models

9E294C
RGB1584176
HSL342°58.79%39.02%
HSB/HSV342°74.05%61.96%
CMYK0.00%74.05%51.90%
38.04%

Color #9E294C in popluar number systems.

HEX9E294C
Decimal1584176
Binary100111101010011001100
Octal23651114

Shades and tints

Shades of #9E294C

#9E294C
(158,41,76)
#902646
(144,38,70)
#822340
(130,35,64)
#74203A
(116,32,58)
#661D34
(102,29,52)
#581A2E
(88,26,46)
#4A1728
(74,23,40)
#3C1422
(60,20,34)
#2E111C
(46,17,28)
#200E16
(32,14,22)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #9E294C

#9E294C
(158,41,76)
#A63C5C
(166,60,92)
#AE4F6C
(174,79,108)
#B6627C
(182,98,124)
#BE758C
(190,117,140)
#C6889C
(198,136,156)
#CE9BAC
(206,155,172)
#D6AEBC
(214,174,188)
#DEC1CC
(222,193,204)
#E6D4DC
(230,212,220)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E294C color. Also use rgb(158,41,76) instead hex code.

Text Font Color

.myTextColor { color: #9E294C; }

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

This text font color is #9E294C.


Background Color

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

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

This div background color is #9E294C.


Border color

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

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

This div border color is #9E294C.


Opacity

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

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

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

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

This text has shadow with #9E294C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E294C on black background.


Color preview on white background

This text has color #9E294C on white background.



Black color preview on #9E294C background

This text has black color on #9E294C background.


White color preview on #9E294C background

This text has white color on #9E294C background.