COLOR #9E5C33

HEX: #9E5C33
RGB: (158,92,51)

Color info

#9E5C33 contains mainly red color. Web safe color of #9E5C33 is #996633 (or #963).

RGB color model

#9E5C33 color RGB value is (158,92,51).

  • red value is 158;
  • green value is 92;
  • blue value is 51.
RGB:
(158,92,51)
(62%,36%,20%)

RGB channels and saturation

R 158 of 255 = 62%
G 92 of 255 = 36%
B 51 of 255 = 20%

158
92
51

R + G + B ~ 39%. #9E5C33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
158 + 92 + 51 = 301 (100%)
R 158 of 301 ~ 52.49%
G 92 of 301 ~ 30.56%
B 51 of 301 ~ 16.94%

%52.49
%30.56
%16.94

CMYK color model

#9E5C33 color CMYK value is (0,42,68,38).

  • cyan value is 0.00%
  • magenta value is 41.77%
  • yellow value is 67.72%
  • key color value is 38.04%
CMYK:
(0,42,68,38)
C0M42Y68K38 
(0%,42%,68%,38%)
(0.00/0.42/0.68/0.38)	

CMYK percentages

%0
%41.77
%67.72
%38.04

Codes

Color #9E5C33 in popluar color models

9E5C33
RGB1589251
HSL23°51.20%40.98%
HSB/HSV23°67.72%61.96%
CMYK0.00%41.77%67.72%
38.04%

Color #9E5C33 in popluar number systems.

HEX9E5C33
Decimal1589251
Binary100111101011100110011
Octal23613463

Shades and tints

Shades of #9E5C33

#9E5C33
(158,92,51)
#90542F
(144,84,47)
#824C2B
(130,76,43)
#744427
(116,68,39)
#663C23
(102,60,35)
#58341F
(88,52,31)
#4A2C1B
(74,44,27)
#3C2417
(60,36,23)
#2E1C13
(46,28,19)
#20140F
(32,20,15)
#120C0B
(18,12,11)
#000000
(0,0,0)

Tints of #9E5C33

#9E5C33
(158,92,51)
#A66A45
(166,106,69)
#AE7857
(174,120,87)
#B68669
(182,134,105)
#BE947B
(190,148,123)
#C6A28D
(198,162,141)
#CEB09F
(206,176,159)
#D6BEB1
(214,190,177)
#DECCC3
(222,204,195)
#E6DAD5
(230,218,213)
#EEE8E7
(238,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E5C33 color. Also use rgb(158,92,51) instead hex code.

Text Font Color

.myTextColor { color: #9E5C33; }

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

This text font color is #9E5C33.


Background Color

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

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

This div background color is #9E5C33.


Border color

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

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

This div border color is #9E5C33.


Opacity

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

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

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

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

This text has shadow with #9E5C33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E5C33 on black background.


Color preview on white background

This text has color #9E5C33 on white background.



Black color preview on #9E5C33 background

This text has black color on #9E5C33 background.


White color preview on #9E5C33 background

This text has white color on #9E5C33 background.