COLOR #9E5E3A

HEX: #9E5E3A
RGB: (158,94,58)

Color info

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

RGB color model

#9E5E3A color RGB value is (158,94,58).

  • red value is 158;
  • green value is 94;
  • blue value is 58.
RGB:
(158,94,58)
(62%,37%,23%)

RGB channels and saturation

R 158 of 255 = 62%
G 94 of 255 = 37%
B 58 of 255 = 23%

158
94
58

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

Portions of RGB colors in percentages

R + G + B =
158 + 94 + 58 = 310 (100%)
R 158 of 310 ~ 50.97%
G 94 of 310 ~ 30.32%
B 58 of 310 ~ 18.71%

%50.97
%30.32
%18.71

CMYK color model

#9E5E3A color CMYK value is (0,41,63,38).

  • cyan value is 0.00%
  • magenta value is 40.51%
  • yellow value is 63.29%
  • key color value is 38.04%
CMYK:
(0,41,63,38)
C0M41Y63K38 
(0%,41%,63%,38%)
(0.00/0.41/0.63/0.38)	

CMYK percentages

%0
%40.51
%63.29
%38.04

Codes

Color #9E5E3A in popluar color models

9E5E3A
RGB1589458
HSL22°46.30%42.35%
HSB/HSV22°63.29%61.96%
CMYK0.00%40.51%63.29%
38.04%

Color #9E5E3A in popluar number systems.

HEX9E5E3A
Decimal1589458
Binary100111101011110111010
Octal23613672

Shades and tints

Shades of #9E5E3A

#9E5E3A
(158,94,58)
#905635
(144,86,53)
#824E30
(130,78,48)
#74462B
(116,70,43)
#663E26
(102,62,38)
#583621
(88,54,33)
#4A2E1C
(74,46,28)
#3C2617
(60,38,23)
#2E1E12
(46,30,18)
#20160D
(32,22,13)
#120E08
(18,14,8)
#000000
(0,0,0)

Tints of #9E5E3A

#9E5E3A
(158,94,58)
#A66C4B
(166,108,75)
#AE7A5C
(174,122,92)
#B6886D
(182,136,109)
#BE967E
(190,150,126)
#C6A48F
(198,164,143)
#CEB2A0
(206,178,160)
#D6C0B1
(214,192,177)
#DECEC2
(222,206,194)
#E6DCD3
(230,220,211)
#EEEAE4
(238,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E5E3A color. Also use rgb(158,94,58) instead hex code.

Text Font Color

.myTextColor { color: #9E5E3A; }

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

This text font color is #9E5E3A.


Background Color

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

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

This div background color is #9E5E3A.


Border color

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

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

This div border color is #9E5E3A.


Opacity

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

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

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

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

This text has shadow with #9E5E3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E5E3A on black background.


Color preview on white background

This text has color #9E5E3A on white background.



Black color preview on #9E5E3A background

This text has black color on #9E5E3A background.


White color preview on #9E5E3A background

This text has white color on #9E5E3A background.