COLOR #9E8259

HEX: #9E8259
RGB: (158,130,89)

Color info

#9E8259 contains mainly red and green colors. Web safe color of #9E8259 is #999966 (or #996).

RGB color model

#9E8259 color RGB value is (158,130,89).

  • red value is 158;
  • green value is 130;
  • blue value is 89.
RGB:
(158,130,89)
(62%,51%,35%)

RGB channels and saturation

R 158 of 255 = 62%
G 130 of 255 = 51%
B 89 of 255 = 35%

158
130
89

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

Portions of RGB colors in percentages

R + G + B =
158 + 130 + 89 = 377 (100%)
R 158 of 377 ~ 41.91%
G 130 of 377 ~ 34.48%
B 89 of 377 ~ 23.61%

%41.91
%34.48
%23.61

CMYK color model

#9E8259 color CMYK value is (0,18,44,38).

  • cyan value is 0.00%
  • magenta value is 17.72%
  • yellow value is 43.67%
  • key color value is 38.04%
CMYK:
(0,18,44,38)
C0M18Y44K38 
(0%,18%,44%,38%)
(0.00/0.18/0.44/0.38)	

CMYK percentages

%0
%17.72
%43.67
%38.04

Codes

Color #9E8259 in popluar color models

9E8259
RGB15813089
HSL36°27.94%48.43%
HSB/HSV36°43.67%61.96%
CMYK0.00%17.72%43.67%
38.04%

Color #9E8259 in popluar number systems.

HEX9E8259
Decimal15813089
Binary10011110100000101011001
Octal236202131

Shades and tints

Shades of #9E8259

#9E8259
(158,130,89)
#907751
(144,119,81)
#826C49
(130,108,73)
#746141
(116,97,65)
#665639
(102,86,57)
#584B31
(88,75,49)
#4A4029
(74,64,41)
#3C3521
(60,53,33)
#2E2A19
(46,42,25)
#201F11
(32,31,17)
#121409
(18,20,9)
#000000
(0,0,0)

Tints of #9E8259

#9E8259
(158,130,89)
#A68D68
(166,141,104)
#AE9877
(174,152,119)
#B6A386
(182,163,134)
#BEAE95
(190,174,149)
#C6B9A4
(198,185,164)
#CEC4B3
(206,196,179)
#D6CFC2
(214,207,194)
#DEDAD1
(222,218,209)
#E6E5E0
(230,229,224)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E8259 color. Also use rgb(158,130,89) instead hex code.

Text Font Color

.myTextColor { color: #9E8259; }

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

This text font color is #9E8259.


Background Color

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

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

This div background color is #9E8259.


Border color

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

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

This div border color is #9E8259.


Opacity

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

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

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

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

This text has shadow with #9E8259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8259 on black background.


Color preview on white background

This text has color #9E8259 on white background.



Black color preview on #9E8259 background

This text has black color on #9E8259 background.


White color preview on #9E8259 background

This text has white color on #9E8259 background.