COLOR #9E184C

HEX: #9E184C
RGB: (158,24,76)

Color info

#9E184C contains mainly red color. Web safe color of #9E184C is #990033 (or #903).

RGB color model

#9E184C color RGB value is (158,24,76).

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

RGB channels and saturation

R 158 of 255 = 62%
G 24 of 255 = 9%
B 76 of 255 = 30%

158
24
76

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

Portions of RGB colors in percentages

R + G + B =
158 + 24 + 76 = 258 (100%)
R 158 of 258 ~ 61.24%
G 24 of 258 ~ 9.3%
B 76 of 258 ~ 29.46%

%61.24
%29.46

CMYK color model

#9E184C color CMYK value is (0,85,52,38).

  • cyan value is 0.00%
  • magenta value is 84.81%
  • yellow value is 51.90%
  • key color value is 38.04%
CMYK:
(0,85,52,38)
C0M85Y52K38 
(0%,85%,52%,38%)
(0.00/0.85/0.52/0.38)	

CMYK percentages

%0
%84.81
%51.9
%38.04

Codes

Color #9E184C in popluar color models

9E184C
RGB1582476
HSL337°73.63%35.69%
HSB/HSV337°84.81%61.96%
CMYK0.00%84.81%51.90%
38.04%

Color #9E184C in popluar number systems.

HEX9E184C
Decimal1582476
Binary10011110110001001100
Octal23630114

Shades and tints

Shades of #9E184C

#9E184C
(158,24,76)
#901646
(144,22,70)
#821440
(130,20,64)
#74123A
(116,18,58)
#661034
(102,16,52)
#580E2E
(88,14,46)
#4A0C28
(74,12,40)
#3C0A22
(60,10,34)
#2E081C
(46,8,28)
#200616
(32,6,22)
#120410
(18,4,16)
#000000
(0,0,0)

Tints of #9E184C

#9E184C
(158,24,76)
#A62D5C
(166,45,92)
#AE426C
(174,66,108)
#B6577C
(182,87,124)
#BE6C8C
(190,108,140)
#C6819C
(198,129,156)
#CE96AC
(206,150,172)
#D6ABBC
(214,171,188)
#DEC0CC
(222,192,204)
#E6D5DC
(230,213,220)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E184C; }

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

This text font color is #9E184C.


Background Color

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

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

This div background color is #9E184C.


Border color

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

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

This div border color is #9E184C.


Opacity

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

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

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

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

This text has shadow with #9E184C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E184C on black background.


Color preview on white background

This text has color #9E184C on white background.



Black color preview on #9E184C background

This text has black color on #9E184C background.


White color preview on #9E184C background

This text has white color on #9E184C background.