COLOR #9E5831

HEX: #9E5831
RGB: (158,88,49)

Color info

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

RGB color model

#9E5831 color RGB value is (158,88,49).

  • red value is 158;
  • green value is 88;
  • blue value is 49.
RGB:
(158,88,49)
(62%,35%,19%)

RGB channels and saturation

R 158 of 255 = 62%
G 88 of 255 = 35%
B 49 of 255 = 19%

158
88
49

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

Portions of RGB colors in percentages

R + G + B =
158 + 88 + 49 = 295 (100%)
R 158 of 295 ~ 53.56%
G 88 of 295 ~ 29.83%
B 49 of 295 ~ 16.61%

%53.56
%29.83
%16.61

CMYK color model

#9E5831 color CMYK value is (0,44,69,38).

  • cyan value is 0.00%
  • magenta value is 44.30%
  • yellow value is 68.99%
  • key color value is 38.04%
CMYK:
(0,44,69,38)
C0M44Y69K38 
(0%,44%,69%,38%)
(0.00/0.44/0.69/0.38)	

CMYK percentages

%0
%44.3
%68.99
%38.04

Codes

Color #9E5831 in popluar color models

9E5831
RGB1588849
HSL21°52.66%40.59%
HSB/HSV21°68.99%61.96%
CMYK0.00%44.30%68.99%
38.04%

Color #9E5831 in popluar number systems.

HEX9E5831
Decimal1588849
Binary100111101011000110001
Octal23613061

Shades and tints

Shades of #9E5831

#9E5831
(158,88,49)
#90502D
(144,80,45)
#824829
(130,72,41)
#744025
(116,64,37)
#663821
(102,56,33)
#58301D
(88,48,29)
#4A2819
(74,40,25)
#3C2015
(60,32,21)
#2E1811
(46,24,17)
#20100D
(32,16,13)
#120809
(18,8,9)
#000000
(0,0,0)

Tints of #9E5831

#9E5831
(158,88,49)
#A66743
(166,103,67)
#AE7655
(174,118,85)
#B68567
(182,133,103)
#BE9479
(190,148,121)
#C6A38B
(198,163,139)
#CEB29D
(206,178,157)
#D6C1AF
(214,193,175)
#DED0C1
(222,208,193)
#E6DFD3
(230,223,211)
#EEEEE5
(238,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E5831 color. Also use rgb(158,88,49) instead hex code.

Text Font Color

.myTextColor { color: #9E5831; }

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

This text font color is #9E5831.


Background Color

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

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

This div background color is #9E5831.


Border color

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

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

This div border color is #9E5831.


Opacity

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

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

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

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

This text has shadow with #9E5831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E5831 on black background.


Color preview on white background

This text has color #9E5831 on white background.



Black color preview on #9E5831 background

This text has black color on #9E5831 background.


White color preview on #9E5831 background

This text has white color on #9E5831 background.