COLOR #9E4142

HEX: #9E4142
RGB: (158,65,66)

Color info

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

RGB color model

#9E4142 color RGB value is (158,65,66).

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

RGB channels and saturation

R 158 of 255 = 62%
G 65 of 255 = 25%
B 66 of 255 = 26%

158
65
66

R + G + B ~ 38%. #9E4142 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
158 + 65 + 66 = 289 (100%)
R 158 of 289 ~ 54.67%
G 65 of 289 ~ 22.49%
B 66 of 289 ~ 22.84%

%54.67
%22.49
%22.84

CMYK color model

#9E4142 color CMYK value is (0,59,58,38).

  • cyan value is 0.00%
  • magenta value is 58.86%
  • yellow value is 58.23%
  • key color value is 38.04%
CMYK:
(0,59,58,38)
C0M59Y58K38 
(0%,59%,58%,38%)
(0.00/0.59/0.58/0.38)	

CMYK percentages

%0
%58.86
%58.23
%38.04

Codes

Color #9E4142 in popluar color models

9E4142
RGB1586566
HSL359°41.70%43.73%
HSB/HSV359°58.86%61.96%
CMYK0.00%58.86%58.23%
38.04%

Color #9E4142 in popluar number systems.

HEX9E4142
Decimal1586566
Binary1001111010000011000010
Octal236101102

Shades and tints

Shades of #9E4142

#9E4142
(158,65,66)
#903C3C
(144,60,60)
#823736
(130,55,54)
#743230
(116,50,48)
#662D2A
(102,45,42)
#582824
(88,40,36)
#4A231E
(74,35,30)
#3C1E18
(60,30,24)
#2E1912
(46,25,18)
#20140C
(32,20,12)
#120F06
(18,15,6)
#000000
(0,0,0)

Tints of #9E4142

#9E4142
(158,65,66)
#A65253
(166,82,83)
#AE6364
(174,99,100)
#B67475
(182,116,117)
#BE8586
(190,133,134)
#C69697
(198,150,151)
#CEA7A8
(206,167,168)
#D6B8B9
(214,184,185)
#DEC9CA
(222,201,202)
#E6DADB
(230,218,219)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E4142; }

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

This text font color is #9E4142.


Background Color

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

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

This div background color is #9E4142.


Border color

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

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

This div border color is #9E4142.


Opacity

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

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

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

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

This text has shadow with #9E4142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E4142 on black background.


Color preview on white background

This text has color #9E4142 on white background.



Black color preview on #9E4142 background

This text has black color on #9E4142 background.


White color preview on #9E4142 background

This text has white color on #9E4142 background.