COLOR #9E9C6E

HEX: #9E9C6E
RGB: (158,156,110)

Color info

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

RGB color model

#9E9C6E color RGB value is (158,156,110).

  • red value is 158;
  • green value is 156;
  • blue value is 110.
RGB:
(158,156,110)
(62%,61%,43%)

RGB channels and saturation

R 158 of 255 = 62%
G 156 of 255 = 61%
B 110 of 255 = 43%

158
156
110

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

Portions of RGB colors in percentages

R + G + B =
158 + 156 + 110 = 424 (100%)
R 158 of 424 ~ 37.26%
G 156 of 424 ~ 36.79%
B 110 of 424 ~ 25.94%

%37.26
%36.79
%25.94

CMYK color model

#9E9C6E color CMYK value is (0,1,30,38).

  • cyan value is 0.00%
  • magenta value is 1.27%
  • yellow value is 30.38%
  • key color value is 38.04%
CMYK:
(0,1,30,38)
C0M1Y30K38 
(0%,1%,30%,38%)
(0.00/0.01/0.30/0.38)	

CMYK percentages

%0
%1.27
%30.38
%38.04

Codes

Color #9E9C6E in popluar color models

9E9C6E
RGB158156110
HSL58°19.83%52.55%
HSB/HSV58°30.38%61.96%
CMYK0.00%1.27%30.38%
38.04%

Color #9E9C6E in popluar number systems.

HEX9E9C6E
Decimal158156110
Binary10011110100111001101110
Octal236234156

Shades and tints

Shades of #9E9C6E

#9E9C6E
(158,156,110)
#908E64
(144,142,100)
#82805A
(130,128,90)
#747250
(116,114,80)
#666446
(102,100,70)
#58563C
(88,86,60)
#4A4832
(74,72,50)
#3C3A28
(60,58,40)
#2E2C1E
(46,44,30)
#201E14
(32,30,20)
#12100A
(18,16,10)
#000000
(0,0,0)

Tints of #9E9C6E

#9E9C6E
(158,156,110)
#A6A57B
(166,165,123)
#AEAE88
(174,174,136)
#B6B795
(182,183,149)
#BEC0A2
(190,192,162)
#C6C9AF
(198,201,175)
#CED2BC
(206,210,188)
#D6DBC9
(214,219,201)
#DEE4D6
(222,228,214)
#E6EDE3
(230,237,227)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9C6E; }

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

This text font color is #9E9C6E.


Background Color

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

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

This div background color is #9E9C6E.


Border color

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

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

This div border color is #9E9C6E.


Opacity

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

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

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

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

This text has shadow with #9E9C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9C6E on black background.


Color preview on white background

This text has color #9E9C6E on white background.



Black color preview on #9E9C6E background

This text has black color on #9E9C6E background.


White color preview on #9E9C6E background

This text has white color on #9E9C6E background.