COLOR #9E916F

HEX: #9E916F
RGB: (158,145,111)

Color info

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

RGB color model

#9E916F color RGB value is (158,145,111).

  • red value is 158;
  • green value is 145;
  • blue value is 111.
RGB:
(158,145,111)
(62%,57%,44%)

RGB channels and saturation

R 158 of 255 = 62%
G 145 of 255 = 57%
B 111 of 255 = 44%

158
145
111

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

Portions of RGB colors in percentages

R + G + B =
158 + 145 + 111 = 414 (100%)
R 158 of 414 ~ 38.16%
G 145 of 414 ~ 35.02%
B 111 of 414 ~ 26.81%

%38.16
%35.02
%26.81

CMYK color model

#9E916F color CMYK value is (0,8,30,38).

  • cyan value is 0.00%
  • magenta value is 8.23%
  • yellow value is 29.75%
  • key color value is 38.04%
CMYK:
(0,8,30,38)
C0M8Y30K38 
(0%,8%,30%,38%)
(0.00/0.08/0.30/0.38)	

CMYK percentages

%0
%8.23
%29.75
%38.04

Codes

Color #9E916F in popluar color models

9E916F
RGB158145111
HSL43°19.50%52.75%
HSB/HSV43°29.75%61.96%
CMYK0.00%8.23%29.75%
38.04%

Color #9E916F in popluar number systems.

HEX9E916F
Decimal158145111
Binary10011110100100011101111
Octal236221157

Shades and tints

Shades of #9E916F

#9E916F
(158,145,111)
#908465
(144,132,101)
#82775B
(130,119,91)
#746A51
(116,106,81)
#665D47
(102,93,71)
#58503D
(88,80,61)
#4A4333
(74,67,51)
#3C3629
(60,54,41)
#2E291F
(46,41,31)
#201C15
(32,28,21)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #9E916F

#9E916F
(158,145,111)
#A69B7C
(166,155,124)
#AEA589
(174,165,137)
#B6AF96
(182,175,150)
#BEB9A3
(190,185,163)
#C6C3B0
(198,195,176)
#CECDBD
(206,205,189)
#D6D7CA
(214,215,202)
#DEE1D7
(222,225,215)
#E6EBE4
(230,235,228)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E916F; }

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

This text font color is #9E916F.


Background Color

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

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

This div background color is #9E916F.


Border color

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

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

This div border color is #9E916F.


Opacity

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

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

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

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

This text has shadow with #9E916F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E916F on black background.


Color preview on white background

This text has color #9E916F on white background.



Black color preview on #9E916F background

This text has black color on #9E916F background.


White color preview on #9E916F background

This text has white color on #9E916F background.