COLOR #9E3B43

HEX: #9E3B43
RGB: (158,59,67)

Color info

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

RGB color model

#9E3B43 color RGB value is (158,59,67).

  • red value is 158;
  • green value is 59;
  • blue value is 67.
RGB:
(158,59,67)
(62%,23%,26%)

RGB channels and saturation

R 158 of 255 = 62%
G 59 of 255 = 23%
B 67 of 255 = 26%

158
59
67

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

Portions of RGB colors in percentages

R + G + B =
158 + 59 + 67 = 284 (100%)
R 158 of 284 ~ 55.63%
G 59 of 284 ~ 20.77%
B 67 of 284 ~ 23.59%

%55.63
%20.77
%23.59

CMYK color model

#9E3B43 color CMYK value is (0,63,58,38).

  • cyan value is 0.00%
  • magenta value is 62.66%
  • yellow value is 57.59%
  • key color value is 38.04%
CMYK:
(0,63,58,38)
C0M63Y58K38 
(0%,63%,58%,38%)
(0.00/0.63/0.58/0.38)	

CMYK percentages

%0
%62.66
%57.59
%38.04

Codes

Color #9E3B43 in popluar color models

9E3B43
RGB1585967
HSL355°45.62%42.55%
HSB/HSV355°62.66%61.96%
CMYK0.00%62.66%57.59%
38.04%

Color #9E3B43 in popluar number systems.

HEX9E3B43
Decimal1585967
Binary100111101110111000011
Octal23673103

Shades and tints

Shades of #9E3B43

#9E3B43
(158,59,67)
#90363D
(144,54,61)
#823137
(130,49,55)
#742C31
(116,44,49)
#66272B
(102,39,43)
#582225
(88,34,37)
#4A1D1F
(74,29,31)
#3C1819
(60,24,25)
#2E1313
(46,19,19)
#200E0D
(32,14,13)
#120907
(18,9,7)
#000000
(0,0,0)

Tints of #9E3B43

#9E3B43
(158,59,67)
#A64C54
(166,76,84)
#AE5D65
(174,93,101)
#B66E76
(182,110,118)
#BE7F87
(190,127,135)
#C69098
(198,144,152)
#CEA1A9
(206,161,169)
#D6B2BA
(214,178,186)
#DEC3CB
(222,195,203)
#E6D4DC
(230,212,220)
#EEE5ED
(238,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E3B43 color. Also use rgb(158,59,67) instead hex code.

Text Font Color

.myTextColor { color: #9E3B43; }

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

This text font color is #9E3B43.


Background Color

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

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

This div background color is #9E3B43.


Border color

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

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

This div border color is #9E3B43.


Opacity

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

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

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

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

This text has shadow with #9E3B43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E3B43 on black background.


Color preview on white background

This text has color #9E3B43 on white background.



Black color preview on #9E3B43 background

This text has black color on #9E3B43 background.


White color preview on #9E3B43 background

This text has white color on #9E3B43 background.