COLOR #9E8463

HEX: #9E8463
RGB: (158,132,99)

Color info

#9E8463 contains red, green and blue colors in about the same proportion. Web safe color of #9E8463 is #999966 (or #996).

RGB color model

#9E8463 color RGB value is (158,132,99).

  • red value is 158;
  • green value is 132;
  • blue value is 99.
RGB:
(158,132,99)
(62%,52%,39%)

RGB channels and saturation

R 158 of 255 = 62%
G 132 of 255 = 52%
B 99 of 255 = 39%

158
132
99

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

Portions of RGB colors in percentages

R + G + B =
158 + 132 + 99 = 389 (100%)
R 158 of 389 ~ 40.62%
G 132 of 389 ~ 33.93%
B 99 of 389 ~ 25.45%

%40.62
%33.93
%25.45

CMYK color model

#9E8463 color CMYK value is (0,16,37,38).

  • cyan value is 0.00%
  • magenta value is 16.46%
  • yellow value is 37.34%
  • key color value is 38.04%
CMYK:
(0,16,37,38)
C0M16Y37K38 
(0%,16%,37%,38%)
(0.00/0.16/0.37/0.38)	

CMYK percentages

%0
%16.46
%37.34
%38.04

Codes

Color #9E8463 in popluar color models

9E8463
RGB15813299
HSL34°23.32%50.39%
HSB/HSV34°37.34%61.96%
CMYK0.00%16.46%37.34%
38.04%

Color #9E8463 in popluar number systems.

HEX9E8463
Decimal15813299
Binary10011110100001001100011
Octal236204143

Shades and tints

Shades of #9E8463

#9E8463
(158,132,99)
#90785A
(144,120,90)
#826C51
(130,108,81)
#746048
(116,96,72)
#66543F
(102,84,63)
#584836
(88,72,54)
#4A3C2D
(74,60,45)
#3C3024
(60,48,36)
#2E241B
(46,36,27)
#201812
(32,24,18)
#120C09
(18,12,9)
#000000
(0,0,0)

Tints of #9E8463

#9E8463
(158,132,99)
#A68F71
(166,143,113)
#AE9A7F
(174,154,127)
#B6A58D
(182,165,141)
#BEB09B
(190,176,155)
#C6BBA9
(198,187,169)
#CEC6B7
(206,198,183)
#D6D1C5
(214,209,197)
#DEDCD3
(222,220,211)
#E6E7E1
(230,231,225)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E8463 color. Also use rgb(158,132,99) instead hex code.

Text Font Color

.myTextColor { color: #9E8463; }

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

This text font color is #9E8463.


Background Color

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

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

This div background color is #9E8463.


Border color

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

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

This div border color is #9E8463.


Opacity

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

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

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

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

This text has shadow with #9E8463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8463 on black background.


Color preview on white background

This text has color #9E8463 on white background.



Black color preview on #9E8463 background

This text has black color on #9E8463 background.


White color preview on #9E8463 background

This text has white color on #9E8463 background.