COLOR #9E5318

HEX: #9E5318
RGB: (158,83,24)

Color info

#9E5318 contains mainly red color. Web safe color of #9E5318 is #996600 (or #960).

RGB color model

#9E5318 color RGB value is (158,83,24).

  • red value is 158;
  • green value is 83;
  • blue value is 24.
RGB:
(158,83,24)
(62%,33%,9%)

RGB channels and saturation

R 158 of 255 = 62%
G 83 of 255 = 33%
B 24 of 255 = 9%

158
83
24

R + G + B ~ 35%. #9E5318 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
158 + 83 + 24 = 265 (100%)
R 158 of 265 ~ 59.62%
G 83 of 265 ~ 31.32%
B 24 of 265 ~ 9.06%

%59.62
%31.32

CMYK color model

#9E5318 color CMYK value is (0,47,85,38).

  • cyan value is 0.00%
  • magenta value is 47.47%
  • yellow value is 84.81%
  • key color value is 38.04%
CMYK:
(0,47,85,38)
C0M47Y85K38 
(0%,47%,85%,38%)
(0.00/0.47/0.85/0.38)	

CMYK percentages

%0
%47.47
%84.81
%38.04

Codes

Color #9E5318 in popluar color models

9E5318
RGB1588324
HSL26°73.63%35.69%
HSB/HSV26°84.81%61.96%
CMYK0.00%47.47%84.81%
38.04%

Color #9E5318 in popluar number systems.

HEX9E5318
Decimal1588324
Binary10011110101001111000
Octal23612330

Shades and tints

Shades of #9E5318

#9E5318
(158,83,24)
#904C16
(144,76,22)
#824514
(130,69,20)
#743E12
(116,62,18)
#663710
(102,55,16)
#58300E
(88,48,14)
#4A290C
(74,41,12)
#3C220A
(60,34,10)
#2E1B08
(46,27,8)
#201406
(32,20,6)
#120D04
(18,13,4)
#000000
(0,0,0)

Tints of #9E5318

#9E5318
(158,83,24)
#A6622D
(166,98,45)
#AE7142
(174,113,66)
#B68057
(182,128,87)
#BE8F6C
(190,143,108)
#C69E81
(198,158,129)
#CEAD96
(206,173,150)
#D6BCAB
(214,188,171)
#DECBC0
(222,203,192)
#E6DAD5
(230,218,213)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E5318 color. Also use rgb(158,83,24) instead hex code.

Text Font Color

.myTextColor { color: #9E5318; }

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

This text font color is #9E5318.


Background Color

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

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

This div background color is #9E5318.


Border color

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

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

This div border color is #9E5318.


Opacity

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

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

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

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

This text has shadow with #9E5318 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E5318 on black background.


Color preview on white background

This text has color #9E5318 on white background.



Black color preview on #9E5318 background

This text has black color on #9E5318 background.


White color preview on #9E5318 background

This text has white color on #9E5318 background.