COLOR #9E423C

HEX: #9E423C
RGB: (158,66,60)

Color info

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

RGB color model

#9E423C color RGB value is (158,66,60).

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

RGB channels and saturation

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

158
66
60

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

Portions of RGB colors in percentages

R + G + B =
158 + 66 + 60 = 284 (100%)
R 158 of 284 ~ 55.63%
G 66 of 284 ~ 23.24%
B 60 of 284 ~ 21.13%

%55.63
%23.24
%21.13

CMYK color model

#9E423C color CMYK value is (0,58,62,38).

  • cyan value is 0.00%
  • magenta value is 58.23%
  • yellow value is 62.03%
  • key color value is 38.04%
CMYK:
(0,58,62,38)
C0M58Y62K38 
(0%,58%,62%,38%)
(0.00/0.58/0.62/0.38)	

CMYK percentages

%0
%58.23
%62.03
%38.04

Codes

Color #9E423C in popluar color models

9E423C
RGB1586660
HSL44.95%42.75%
HSB/HSV62.03%61.96%
CMYK0.00%58.23%62.03%
38.04%

Color #9E423C in popluar number systems.

HEX9E423C
Decimal1586660
Binary100111101000010111100
Octal23610274

Shades and tints

Shades of #9E423C

#9E423C
(158,66,60)
#903C37
(144,60,55)
#823632
(130,54,50)
#74302D
(116,48,45)
#662A28
(102,42,40)
#582423
(88,36,35)
#4A1E1E
(74,30,30)
#3C1819
(60,24,25)
#2E1214
(46,18,20)
#200C0F
(32,12,15)
#12060A
(18,6,10)
#000000
(0,0,0)

Tints of #9E423C

#9E423C
(158,66,60)
#A6534D
(166,83,77)
#AE645E
(174,100,94)
#B6756F
(182,117,111)
#BE8680
(190,134,128)
#C69791
(198,151,145)
#CEA8A2
(206,168,162)
#D6B9B3
(214,185,179)
#DECAC4
(222,202,196)
#E6DBD5
(230,219,213)
#EEECE6
(238,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E423C; }

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

This text font color is #9E423C.


Background Color

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

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

This div background color is #9E423C.


Border color

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

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

This div border color is #9E423C.


Opacity

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

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

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

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

This text has shadow with #9E423C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E423C on black background.


Color preview on white background

This text has color #9E423C on white background.



Black color preview on #9E423C background

This text has black color on #9E423C background.


White color preview on #9E423C background

This text has white color on #9E423C background.