COLOR #9E9E71

HEX: #9E9E71 RGB: (158,158,113)

Color info

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

RGB color model

#9E9E71 color RGB value is (158,158,113).

RGB: (158,158,113) (62%, 62%, 44%)

RGB channels and saturation

R 158 of 255 = 62%
G 158 of 255 = 62%
B 113 of 255 = 44%

158
158
113

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

Portions of RGB colors in percentages

R + G + B = 158 + 158 + 113 = 429 (100%)
R 158 of 429 ~ 36.83%
G 158 of 429 ~ 36.83%
B 113 of 429 ~ 26.34'%

%36.83
%36.83
%26.34

CMYK color model

#9E9E71 color CMYK value is (0,0,28,38).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 28.48%
  • key color value is 38.04%
CMYK: (0,0,28,38) C0M0Y28K38 (0%,0%,28%,38%) (0.00/0.00/0.28/0.38) 

CMYK percentages

%0
%0
%28.48
%38.04

Codes

Color #9E9E71 in popluar color models

9E 9E 71
RGB 158 158 113
HSL 60° 18.83% 53.14%
HSB/HSV 60° 28.48% 61.96%
CMYK 0.00% 0.00% 28.48%
38.04%

Color #9E9E71 in popluar number systems.

HEX 9E 9E 71
Decimal 158 158 113
Binary 10011110 10011110 1110001
Octal 236 236 161

Shades and tints

Shades of #9E9E71

#9E9E71
(158,158,113)
#909067
(144,144,103)
#82825D
(130,130,93)
#747453
(116,116,83)
#666649
(102,102,73)
#58583F
(88,88,63)
#4A4A35
(74,74,53)
#3C3C2B
(60,60,43)
#2E2E21
(46,46,33)
#202017
(32,32,23)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #9E9E71

#9E9E71
(158,158,113)
#A6A67D
(166,166,125)
#AEAE89
(174,174,137)
#B6B695
(182,182,149)
#BEBEA1
(190,190,161)
#C6C6AD
(198,198,173)
#CECEB9
(206,206,185)
#D6D6C5
(214,214,197)
#DEDED1
(222,222,209)
#E6E6DD
(230,230,221)
#EEEEE9
(238,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9E71; }

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

This text font color is #9E9E71.

Background Color

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

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

This div background color is #9E9E71.

Border color

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

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

This div border color is #9E9E71.

Opacity

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

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

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

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

This text has shadow with #9E9E71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E9E71.

Preview

Color preview on black background

This text has color #9E9E71 on black background.


Color preview on white background

This text has color #9E9E71 on white background.


Black color preview on #9E9E71 background

This text has black color on #9E9E71 background.


White color preview on #9E9E71 background

This text has white color on #9E9E71 background.


Related colors

Complementary color

Complementary color for #hex is #61618E.


I love getcolorcode.com