COLOR #9E3E42

HEX: #9E3E42
RGB: (158,62,66)

Color info

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

RGB color model

#9E3E42 color RGB value is (158,62,66).

  • red value is 158;
  • green value is 62;
  • blue value is 66.
RGB:
(158,62,66)
(62%,24%,26%)

RGB channels and saturation

R 158 of 255 = 62%
G 62 of 255 = 24%
B 66 of 255 = 26%

158
62
66

R + G + B ~ 37%. #9E3E42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
158 + 62 + 66 = 286 (100%)
R 158 of 286 ~ 55.24%
G 62 of 286 ~ 21.68%
B 66 of 286 ~ 23.08%

%55.24
%21.68
%23.08

CMYK color model

#9E3E42 color CMYK value is (0,61,58,38).

  • cyan value is 0.00%
  • magenta value is 60.76%
  • yellow value is 58.23%
  • key color value is 38.04%
CMYK:
(0,61,58,38)
C0M61Y58K38 
(0%,61%,58%,38%)
(0.00/0.61/0.58/0.38)	

CMYK percentages

%0
%60.76
%58.23
%38.04

Codes

Color #9E3E42 in popluar color models

9E3E42
RGB1586266
HSL358°43.64%43.14%
HSB/HSV358°60.76%61.96%
CMYK0.00%60.76%58.23%
38.04%

Color #9E3E42 in popluar number systems.

HEX9E3E42
Decimal1586266
Binary100111101111101000010
Octal23676102

Shades and tints

Shades of #9E3E42

#9E3E42
(158,62,66)
#90393C
(144,57,60)
#823436
(130,52,54)
#742F30
(116,47,48)
#662A2A
(102,42,42)
#582524
(88,37,36)
#4A201E
(74,32,30)
#3C1B18
(60,27,24)
#2E1612
(46,22,18)
#20110C
(32,17,12)
#120C06
(18,12,6)
#000000
(0,0,0)

Tints of #9E3E42

#9E3E42
(158,62,66)
#A64F53
(166,79,83)
#AE6064
(174,96,100)
#B67175
(182,113,117)
#BE8286
(190,130,134)
#C69397
(198,147,151)
#CEA4A8
(206,164,168)
#D6B5B9
(214,181,185)
#DEC6CA
(222,198,202)
#E6D7DB
(230,215,219)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E3E42 color. Also use rgb(158,62,66) instead hex code.

Text Font Color

.myTextColor { color: #9E3E42; }

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

This text font color is #9E3E42.


Background Color

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

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

This div background color is #9E3E42.


Border color

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

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

This div border color is #9E3E42.


Opacity

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

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

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

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

This text has shadow with #9E3E42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E3E42 on black background.


Color preview on white background

This text has color #9E3E42 on white background.



Black color preview on #9E3E42 background

This text has black color on #9E3E42 background.


White color preview on #9E3E42 background

This text has white color on #9E3E42 background.