COLOR #9E8E43

HEX: #9E8E43
RGB: (158,142,67)

Color info

#9E8E43 contains mainly red and green colors. Web safe color of #9E8E43 is #999933 (or #993).

RGB color model

#9E8E43 color RGB value is (158,142,67).

  • red value is 158;
  • green value is 142;
  • blue value is 67.
RGB:
(158,142,67)
(62%,56%,26%)

RGB channels and saturation

R 158 of 255 = 62%
G 142 of 255 = 56%
B 67 of 255 = 26%

158
142
67

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

Portions of RGB colors in percentages

R + G + B =
158 + 142 + 67 = 367 (100%)
R 158 of 367 ~ 43.05%
G 142 of 367 ~ 38.69%
B 67 of 367 ~ 18.26%

%43.05
%38.69
%18.26

CMYK color model

#9E8E43 color CMYK value is (0,10,58,38).

  • cyan value is 0.00%
  • magenta value is 10.13%
  • yellow value is 57.59%
  • key color value is 38.04%
CMYK:
(0,10,58,38)
C0M10Y58K38 
(0%,10%,58%,38%)
(0.00/0.10/0.58/0.38)	

CMYK percentages

%0
%10.13
%57.59
%38.04

Codes

Color #9E8E43 in popluar color models

9E8E43
RGB15814267
HSL49°40.44%44.12%
HSB/HSV49°57.59%61.96%
CMYK0.00%10.13%57.59%
38.04%

Color #9E8E43 in popluar number systems.

HEX9E8E43
Decimal15814267
Binary10011110100011101000011
Octal236216103

Shades and tints

Shades of #9E8E43

#9E8E43
(158,142,67)
#90823D
(144,130,61)
#827637
(130,118,55)
#746A31
(116,106,49)
#665E2B
(102,94,43)
#585225
(88,82,37)
#4A461F
(74,70,31)
#3C3A19
(60,58,25)
#2E2E13
(46,46,19)
#20220D
(32,34,13)
#121607
(18,22,7)
#000000
(0,0,0)

Tints of #9E8E43

#9E8E43
(158,142,67)
#A69854
(166,152,84)
#AEA265
(174,162,101)
#B6AC76
(182,172,118)
#BEB687
(190,182,135)
#C6C098
(198,192,152)
#CECAA9
(206,202,169)
#D6D4BA
(214,212,186)
#DEDECB
(222,222,203)
#E6E8DC
(230,232,220)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E8E43 color. Also use rgb(158,142,67) instead hex code.

Text Font Color

.myTextColor { color: #9E8E43; }

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

This text font color is #9E8E43.


Background Color

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

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

This div background color is #9E8E43.


Border color

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

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

This div border color is #9E8E43.


Opacity

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

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

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

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

This text has shadow with #9E8E43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8E43 on black background.


Color preview on white background

This text has color #9E8E43 on white background.



Black color preview on #9E8E43 background

This text has black color on #9E8E43 background.


White color preview on #9E8E43 background

This text has white color on #9E8E43 background.