COLOR #9E4B19

HEX: #9E4B19
RGB: (158,75,25)

Color info

#9E4B19 contains mainly red color. Web safe color of #9E4B19 is #993300 (or #930).

RGB color model

#9E4B19 color RGB value is (158,75,25).

  • red value is 158;
  • green value is 75;
  • blue value is 25.
RGB:
(158,75,25)
(62%,29%,10%)

RGB channels and saturation

R 158 of 255 = 62%
G 75 of 255 = 29%
B 25 of 255 = 10%

158
75
25

R + G + B ~ 34%. #9E4B19 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
158 + 75 + 25 = 258 (100%)
R 158 of 258 ~ 61.24%
G 75 of 258 ~ 29.07%
B 25 of 258 ~ 9.69%

%61.24
%29.07
%9.69

CMYK color model

#9E4B19 color CMYK value is (0,53,84,38).

  • cyan value is 0.00%
  • magenta value is 52.53%
  • yellow value is 84.18%
  • key color value is 38.04%
CMYK:
(0,53,84,38)
C0M53Y84K38 
(0%,53%,84%,38%)
(0.00/0.53/0.84/0.38)	

CMYK percentages

%0
%52.53
%84.18
%38.04

Codes

Color #9E4B19 in popluar color models

9E4B19
RGB1587525
HSL23°72.68%35.88%
HSB/HSV23°84.18%61.96%
CMYK0.00%52.53%84.18%
38.04%

Color #9E4B19 in popluar number systems.

HEX9E4B19
Decimal1587525
Binary10011110100101111001
Octal23611331

Shades and tints

Shades of #9E4B19

#9E4B19
(158,75,25)
#904517
(144,69,23)
#823F15
(130,63,21)
#743913
(116,57,19)
#663311
(102,51,17)
#582D0F
(88,45,15)
#4A270D
(74,39,13)
#3C210B
(60,33,11)
#2E1B09
(46,27,9)
#201507
(32,21,7)
#120F05
(18,15,5)
#000000
(0,0,0)

Tints of #9E4B19

#9E4B19
(158,75,25)
#A65B2D
(166,91,45)
#AE6B41
(174,107,65)
#B67B55
(182,123,85)
#BE8B69
(190,139,105)
#C69B7D
(198,155,125)
#CEAB91
(206,171,145)
#D6BBA5
(214,187,165)
#DECBB9
(222,203,185)
#E6DBCD
(230,219,205)
#EEEBE1
(238,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E4B19 color. Also use rgb(158,75,25) instead hex code.

Text Font Color

.myTextColor { color: #9E4B19; }

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

This text font color is #9E4B19.


Background Color

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

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

This div background color is #9E4B19.


Border color

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

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

This div border color is #9E4B19.


Opacity

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

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

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

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

This text has shadow with #9E4B19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E4B19 on black background.


Color preview on white background

This text has color #9E4B19 on white background.



Black color preview on #9E4B19 background

This text has black color on #9E4B19 background.


White color preview on #9E4B19 background

This text has white color on #9E4B19 background.