COLOR #9E9B50

HEX: #9E9B50
RGB: (158,155,80)

Color info

#9E9B50 contains mainly red and green colors. Web safe color of #9E9B50 is #999966 (or #996).

RGB color model

#9E9B50 color RGB value is (158,155,80).

  • red value is 158;
  • green value is 155;
  • blue value is 80.
RGB:
(158,155,80)
(62%,61%,31%)

RGB channels and saturation

R 158 of 255 = 62%
G 155 of 255 = 61%
B 80 of 255 = 31%

158
155
80

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

Portions of RGB colors in percentages

R + G + B =
158 + 155 + 80 = 393 (100%)
R 158 of 393 ~ 40.2%
G 155 of 393 ~ 39.44%
B 80 of 393 ~ 20.36%

%40.2
%39.44
%20.36

CMYK color model

#9E9B50 color CMYK value is (0,2,49,38).

  • cyan value is 0.00%
  • magenta value is 1.90%
  • yellow value is 49.37%
  • key color value is 38.04%
CMYK:
(0,2,49,38)
C0M2Y49K38 
(0%,2%,49%,38%)
(0.00/0.02/0.49/0.38)	

CMYK percentages

%0
%1.9
%49.37
%38.04

Codes

Color #9E9B50 in popluar color models

9E9B50
RGB15815580
HSL58°32.77%46.67%
HSB/HSV58°49.37%61.96%
CMYK0.00%1.90%49.37%
38.04%

Color #9E9B50 in popluar number systems.

HEX9E9B50
Decimal15815580
Binary10011110100110111010000
Octal236233120

Shades and tints

Shades of #9E9B50

#9E9B50
(158,155,80)
#908D49
(144,141,73)
#827F42
(130,127,66)
#74713B
(116,113,59)
#666334
(102,99,52)
#58552D
(88,85,45)
#4A4726
(74,71,38)
#3C391F
(60,57,31)
#2E2B18
(46,43,24)
#201D11
(32,29,17)
#120F0A
(18,15,10)
#000000
(0,0,0)

Tints of #9E9B50

#9E9B50
(158,155,80)
#A6A45F
(166,164,95)
#AEAD6E
(174,173,110)
#B6B67D
(182,182,125)
#BEBF8C
(190,191,140)
#C6C89B
(198,200,155)
#CED1AA
(206,209,170)
#D6DAB9
(214,218,185)
#DEE3C8
(222,227,200)
#E6ECD7
(230,236,215)
#EEF5E6
(238,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9B50; }

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

This text font color is #9E9B50.


Background Color

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

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

This div background color is #9E9B50.


Border color

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

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

This div border color is #9E9B50.


Opacity

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

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

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

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

This text has shadow with #9E9B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9B50 on black background.


Color preview on white background

This text has color #9E9B50 on white background.



Black color preview on #9E9B50 background

This text has black color on #9E9B50 background.


White color preview on #9E9B50 background

This text has white color on #9E9B50 background.