COLOR #9E5630

HEX: #9E5630
RGB: (158,86,48)

Color info

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

RGB color model

#9E5630 color RGB value is (158,86,48).

  • red value is 158;
  • green value is 86;
  • blue value is 48.
RGB:
(158,86,48)
(62%,34%,19%)

RGB channels and saturation

R 158 of 255 = 62%
G 86 of 255 = 34%
B 48 of 255 = 19%

158
86
48

R + G + B ~ 38%. #9E5630 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
158 + 86 + 48 = 292 (100%)
R 158 of 292 ~ 54.11%
G 86 of 292 ~ 29.45%
B 48 of 292 ~ 16.44%

%54.11
%29.45
%16.44

CMYK color model

#9E5630 color CMYK value is (0,46,70,38).

  • cyan value is 0.00%
  • magenta value is 45.57%
  • yellow value is 69.62%
  • key color value is 38.04%
CMYK:
(0,46,70,38)
C0M46Y70K38 
(0%,46%,70%,38%)
(0.00/0.46/0.70/0.38)	

CMYK percentages

%0
%45.57
%69.62
%38.04

Codes

Color #9E5630 in popluar color models

9E5630
RGB1588648
HSL21°53.40%40.39%
HSB/HSV21°69.62%61.96%
CMYK0.00%45.57%69.62%
38.04%

Color #9E5630 in popluar number systems.

HEX9E5630
Decimal1588648
Binary100111101010110110000
Octal23612660

Shades and tints

Shades of #9E5630

#9E5630
(158,86,48)
#904F2C
(144,79,44)
#824828
(130,72,40)
#744124
(116,65,36)
#663A20
(102,58,32)
#58331C
(88,51,28)
#4A2C18
(74,44,24)
#3C2514
(60,37,20)
#2E1E10
(46,30,16)
#20170C
(32,23,12)
#121008
(18,16,8)
#000000
(0,0,0)

Tints of #9E5630

#9E5630
(158,86,48)
#A66542
(166,101,66)
#AE7454
(174,116,84)
#B68366
(182,131,102)
#BE9278
(190,146,120)
#C6A18A
(198,161,138)
#CEB09C
(206,176,156)
#D6BFAE
(214,191,174)
#DECEC0
(222,206,192)
#E6DDD2
(230,221,210)
#EEECE4
(238,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E5630 color. Also use rgb(158,86,48) instead hex code.

Text Font Color

.myTextColor { color: #9E5630; }

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

This text font color is #9E5630.


Background Color

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

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

This div background color is #9E5630.


Border color

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

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

This div border color is #9E5630.


Opacity

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

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

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

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

This text has shadow with #9E5630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E5630 on black background.


Color preview on white background

This text has color #9E5630 on white background.



Black color preview on #9E5630 background

This text has black color on #9E5630 background.


White color preview on #9E5630 background

This text has white color on #9E5630 background.