COLOR #9E8F59

HEX: #9E8F59 RGB: (158,143,89)

Color info

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

RGB color model

#9E8F59 color RGB value is (158,143,89).

RGB: (158,143,89) (62%, 56%, 35%)

RGB channels and saturation

R 158 of 255 = 62%
G 143 of 255 = 56%
B 89 of 255 = 35%

158
143
89

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

Portions of RGB colors in percentages

R + G + B = 158 + 143 + 89 = 390 (100%)
R 158 of 390 ~ 40.51%
G 143 of 390 ~ 36.67%
B 89 of 390 ~ 22.82'%

%40.51
%36.67
%22.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.49%
  • yellow value is 43.67%
  • key color value is 38.04%

CMYK: (0,9,44,38)
C0M9Y44K38 (0%, 9%, 44%, 38%)
(0.00 / 0.09 / 0.44 / 0.38)

CMYK percentages

%0
%9.49
%43.67
%38.04

Codes

Color #9E8F59 in popluar color models

9E 8F 59
RGB 158 143 89
HSL 47° 27.94% 48.43%
HSB/HSV 47° 43.67% 61.96%
CMYK 0.00% 9.49% 43.67%
38.04%

Color #9E8F59 in popluar number systems.

HEX 9E 8F 59
Decimal 158 143 89
Binary 10011110 10001111 1011001
Octal 236 217 131

Shades and tints

Shades of #9E8F59

#9E8F59
(158,143,89)
#908251
(144,130,81)
#827549
(130,117,73)
#746841
(116,104,65)
#665B39
(102,91,57)
#584E31
(88,78,49)
#4A4129
(74,65,41)
#3C3421
(60,52,33)
#2E2719
(46,39,25)
#201A11
(32,26,17)
#120D09
(18,13,9)
#000000
(0,0,0)

Tints of #9E8F59

#9E8F59
(158,143,89)
#A69968
(166,153,104)
#AEA377
(174,163,119)
#B6AD86
(182,173,134)
#BEB795
(190,183,149)
#C6C1A4
(198,193,164)
#CECBB3
(206,203,179)
#D6D5C2
(214,213,194)
#DEDFD1
(222,223,209)
#E6E9E0
(230,233,224)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E8F59; }

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

This text font color is #9E8F59.

Background Color

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

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

This div background color is #9E8F59.

Border color

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

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

This div border color is #9E8F59.

Opacity

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

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

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

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

This text has shadow with #9E8F59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E8F59.

Preview

Color preview on black background

This text has color #9E8F59 on black background.


Color preview on white background

This text has color #9E8F59 on white background.


Black color preview on #9E8F59 background

This text has black color on #9E8F59 background.


White color preview on #9E8F59 background

This text has white color on #9E8F59 background.


Related colors

Complementary color

Complementary color for #hex is #6170A6.


I love getcolorcode.com

Triadic colors

1 #599E8F and #8F599E with #9E8F59 are triadic colors.

2 #598F9E and #8F9E59 with #9E8F59 are triadic colors.