COLOR #9E9C71

HEX: #9E9C71 RGB: (158,156,113)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

158
156
113

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

Portions of RGB colors in percentages

R + G + B = 158 + 156 + 113 = 427 (100%)
R 158 of 427 ~ 37%
G 156 of 427 ~ 36.53%
B 113 of 427 ~ 26.46'%

%37
%36.53
%26.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.27%
  • yellow value is 28.48%
  • key color value is 38.04%

CMYK: (0,1,28,38)
C0M1Y28K38 (0%, 1%, 28%, 38%)
(0.00 / 0.01 / 0.28 / 0.38)

CMYK percentages

%0
%1.27
%28.48
%38.04

Codes

Color #9E9C71 in popluar color models

9E 9C 71
RGB 158 156 113
HSL 57° 18.83% 53.14%
HSB/HSV 57° 28.48% 61.96%
CMYK 0.00% 1.27% 28.48%
38.04%

Color #9E9C71 in popluar number systems.

HEX 9E 9C 71
Decimal 158 156 113
Binary 10011110 10011100 1110001
Octal 236 234 161

Shades and tints

Shades of #9E9C71

#9E9C71
(158,156,113)
#908E67
(144,142,103)
#82805D
(130,128,93)
#747253
(116,114,83)
#666449
(102,100,73)
#58563F
(88,86,63)
#4A4835
(74,72,53)
#3C3A2B
(60,58,43)
#2E2C21
(46,44,33)
#201E17
(32,30,23)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #9E9C71

#9E9C71
(158,156,113)
#A6A57D
(166,165,125)
#AEAE89
(174,174,137)
#B6B795
(182,183,149)
#BEC0A1
(190,192,161)
#C6C9AD
(198,201,173)
#CED2B9
(206,210,185)
#D6DBC5
(214,219,197)
#DEE4D1
(222,228,209)
#E6EDDD
(230,237,221)
#EEF6E9
(238,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9C71; }

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

This text font color is #9E9C71.

Background Color

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

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

This div background color is #9E9C71.

Border color

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

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

This div border color is #9E9C71.

Opacity

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

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

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

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

This text has shadow with #9E9C71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E9C71.

Preview

Color preview on black background

This text has color #9E9C71 on black background.


Color preview on white background

This text has color #9E9C71 on white background.


Black color preview on #9E9C71 background

This text has black color on #9E9C71 background.


White color preview on #9E9C71 background

This text has white color on #9E9C71 background.


Related colors

Complementary color

Complementary color for #hex is #61638E.


I love getcolorcode.com

Triadic colors

1 #719E9C and #9C719E with #9E9C71 are triadic colors.

2 #719C9E and #9C9E71 with #9E9C71 are triadic colors.