COLOR #9E5350

HEX: #9E5350
RGB: (158,83,80)

Color info

#9E5350 contains mainly red color. Web safe color of #9E5350 is #996666 (or #966).

RGB color model

#9E5350 color RGB value is (158,83,80).

  • red value is 158;
  • green value is 83;
  • blue value is 80.
RGB:
(158,83,80)
(62%,33%,31%)

RGB channels and saturation

R 158 of 255 = 62%
G 83 of 255 = 33%
B 80 of 255 = 31%

158
83
80

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

Portions of RGB colors in percentages

R + G + B =
158 + 83 + 80 = 321 (100%)
R 158 of 321 ~ 49.22%
G 83 of 321 ~ 25.86%
B 80 of 321 ~ 24.92%

%49.22
%25.86
%24.92

CMYK color model

#9E5350 color CMYK value is (0,47,49,38).

  • cyan value is 0.00%
  • magenta value is 47.47%
  • yellow value is 49.37%
  • key color value is 38.04%
CMYK:
(0,47,49,38)
C0M47Y49K38 
(0%,47%,49%,38%)
(0.00/0.47/0.49/0.38)	

CMYK percentages

%0
%47.47
%49.37
%38.04

Codes

Color #9E5350 in popluar color models

9E5350
RGB1588380
HSL32.77%46.67%
HSB/HSV49.37%61.96%
CMYK0.00%47.47%49.37%
38.04%

Color #9E5350 in popluar number systems.

HEX9E5350
Decimal1588380
Binary1001111010100111010000
Octal236123120

Shades and tints

Shades of #9E5350

#9E5350
(158,83,80)
#904C49
(144,76,73)
#824542
(130,69,66)
#743E3B
(116,62,59)
#663734
(102,55,52)
#58302D
(88,48,45)
#4A2926
(74,41,38)
#3C221F
(60,34,31)
#2E1B18
(46,27,24)
#201411
(32,20,17)
#120D0A
(18,13,10)
#000000
(0,0,0)

Tints of #9E5350

#9E5350
(158,83,80)
#A6625F
(166,98,95)
#AE716E
(174,113,110)
#B6807D
(182,128,125)
#BE8F8C
(190,143,140)
#C69E9B
(198,158,155)
#CEADAA
(206,173,170)
#D6BCB9
(214,188,185)
#DECBC8
(222,203,200)
#E6DAD7
(230,218,215)
#EEE9E6
(238,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E5350 color. Also use rgb(158,83,80) instead hex code.

Text Font Color

.myTextColor { color: #9E5350; }

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

This text font color is #9E5350.


Background Color

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

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

This div background color is #9E5350.


Border color

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

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

This div border color is #9E5350.


Opacity

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

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

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

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

This text has shadow with #9E5350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E5350 on black background.


Color preview on white background

This text has color #9E5350 on white background.



Black color preview on #9E5350 background

This text has black color on #9E5350 background.


White color preview on #9E5350 background

This text has white color on #9E5350 background.