COLOR #9E5C32

HEX: #9E5C32
RGB: (158,92,50)

Color info

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

RGB color model

#9E5C32 color RGB value is (158,92,50).

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

RGB channels and saturation

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

158
92
50

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

Portions of RGB colors in percentages

R + G + B =
158 + 92 + 50 = 300 (100%)
R 158 of 300 ~ 52.67%
G 92 of 300 ~ 30.67%
B 50 of 300 ~ 16.67%

%52.67
%30.67
%16.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 41.77%
  • yellow value is 68.35%
  • 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
%68.35
%38.04

Codes

Color #9E5C32 in popluar color models

9E5C32
RGB1589250
HSL23°51.92%40.78%
HSB/HSV23°68.35%61.96%
CMYK0.00%41.77%68.35%
38.04%

Color #9E5C32 in popluar number systems.

HEX9E5C32
Decimal1589250
Binary100111101011100110010
Octal23613462

Shades and tints

Shades of #9E5C32

#9E5C32
(158,92,50)
#90542E
(144,84,46)
#824C2A
(130,76,42)
#744426
(116,68,38)
#663C22
(102,60,34)
#58341E
(88,52,30)
#4A2C1A
(74,44,26)
#3C2416
(60,36,22)
#2E1C12
(46,28,18)
#20140E
(32,20,14)
#120C0A
(18,12,10)
#000000
(0,0,0)

Tints of #9E5C32

#9E5C32
(158,92,50)
#A66A44
(166,106,68)
#AE7856
(174,120,86)
#B68668
(182,134,104)
#BE947A
(190,148,122)
#C6A28C
(198,162,140)
#CEB09E
(206,176,158)
#D6BEB0
(214,190,176)
#DECCC2
(222,204,194)
#E6DAD4
(230,218,212)
#EEE8E6
(238,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E5C32; }

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

This text font color is #9E5C32.


Background Color

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

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

This div background color is #9E5C32.


Border color

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

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

This div border color is #9E5C32.


Opacity

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

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

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

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

This text has shadow with #9E5C32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E5C32 on black background.


Color preview on white background

This text has color #9E5C32 on white background.



Black color preview on #9E5C32 background

This text has black color on #9E5C32 background.


White color preview on #9E5C32 background

This text has white color on #9E5C32 background.