COLOR #9E375A

HEX: #9E375A
RGB: (158,55,90)

Color info

#9E375A contains mainly red color. Web safe color of #9E375A is #993366 (or #936).

RGB color model

#9E375A color RGB value is (158,55,90).

  • red value is 158;
  • green value is 55;
  • blue value is 90.
RGB:
(158,55,90)
(62%,22%,35%)

RGB channels and saturation

R 158 of 255 = 62%
G 55 of 255 = 22%
B 90 of 255 = 35%

158
55
90

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

Portions of RGB colors in percentages

R + G + B =
158 + 55 + 90 = 303 (100%)
R 158 of 303 ~ 52.15%
G 55 of 303 ~ 18.15%
B 90 of 303 ~ 29.7%

%52.15
%18.15
%29.7

CMYK color model

#9E375A color CMYK value is (0,65,43,38).

  • cyan value is 0.00%
  • magenta value is 65.19%
  • yellow value is 43.04%
  • key color value is 38.04%
CMYK:
(0,65,43,38)
C0M65Y43K38 
(0%,65%,43%,38%)
(0.00/0.65/0.43/0.38)	

CMYK percentages

%0
%65.19
%43.04
%38.04

Codes

Color #9E375A in popluar color models

9E375A
RGB1585590
HSL340°48.36%41.76%
HSB/HSV340°65.19%61.96%
CMYK0.00%65.19%43.04%
38.04%

Color #9E375A in popluar number systems.

HEX9E375A
Decimal1585590
Binary100111101101111011010
Octal23667132

Shades and tints

Shades of #9E375A

#9E375A
(158,55,90)
#903252
(144,50,82)
#822D4A
(130,45,74)
#742842
(116,40,66)
#66233A
(102,35,58)
#581E32
(88,30,50)
#4A192A
(74,25,42)
#3C1422
(60,20,34)
#2E0F1A
(46,15,26)
#200A12
(32,10,18)
#12050A
(18,5,10)
#000000
(0,0,0)

Tints of #9E375A

#9E375A
(158,55,90)
#A64969
(166,73,105)
#AE5B78
(174,91,120)
#B66D87
(182,109,135)
#BE7F96
(190,127,150)
#C691A5
(198,145,165)
#CEA3B4
(206,163,180)
#D6B5C3
(214,181,195)
#DEC7D2
(222,199,210)
#E6D9E1
(230,217,225)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E375A color. Also use rgb(158,55,90) instead hex code.

Text Font Color

.myTextColor { color: #9E375A; }

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

This text font color is #9E375A.


Background Color

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

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

This div background color is #9E375A.


Border color

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

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

This div border color is #9E375A.


Opacity

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

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

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

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

This text has shadow with #9E375A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E375A on black background.


Color preview on white background

This text has color #9E375A on white background.



Black color preview on #9E375A background

This text has black color on #9E375A background.


White color preview on #9E375A background

This text has white color on #9E375A background.