COLOR #9E9B3D

HEX: #9E9B3D
RGB: (158,155,61)

Color info

#9E9B3D contains mainly red and green colors. Web safe color of #9E9B3D is #999933 (or #993).

RGB color model

#9E9B3D color RGB value is (158,155,61).

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

RGB channels and saturation

R 158 of 255 = 62%
G 155 of 255 = 61%
B 61 of 255 = 24%

158
155
61

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

Portions of RGB colors in percentages

R + G + B =
158 + 155 + 61 = 374 (100%)
R 158 of 374 ~ 42.25%
G 155 of 374 ~ 41.44%
B 61 of 374 ~ 16.31%

%42.25
%41.44
%16.31

CMYK color model

#9E9B3D color CMYK value is (0,2,61,38).

  • cyan value is 0.00%
  • magenta value is 1.90%
  • yellow value is 61.39%
  • key color value is 38.04%
CMYK:
(0,2,61,38)
C0M2Y61K38 
(0%,2%,61%,38%)
(0.00/0.02/0.61/0.38)	

CMYK percentages

%0
%1.9
%61.39
%38.04

Codes

Color #9E9B3D in popluar color models

9E9B3D
RGB15815561
HSL58°44.29%42.94%
HSB/HSV58°61.39%61.96%
CMYK0.00%1.90%61.39%
38.04%

Color #9E9B3D in popluar number systems.

HEX9E9B3D
Decimal15815561
Binary1001111010011011111101
Octal23623375

Shades and tints

Shades of #9E9B3D

#9E9B3D
(158,155,61)
#908D38
(144,141,56)
#827F33
(130,127,51)
#74712E
(116,113,46)
#666329
(102,99,41)
#585524
(88,85,36)
#4A471F
(74,71,31)
#3C391A
(60,57,26)
#2E2B15
(46,43,21)
#201D10
(32,29,16)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #9E9B3D

#9E9B3D
(158,155,61)
#A6A44E
(166,164,78)
#AEAD5F
(174,173,95)
#B6B670
(182,182,112)
#BEBF81
(190,191,129)
#C6C892
(198,200,146)
#CED1A3
(206,209,163)
#D6DAB4
(214,218,180)
#DEE3C5
(222,227,197)
#E6ECD6
(230,236,214)
#EEF5E7
(238,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9B3D; }

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

This text font color is #9E9B3D.


Background Color

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

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

This div background color is #9E9B3D.


Border color

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

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

This div border color is #9E9B3D.


Opacity

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

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

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

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

This text has shadow with #9E9B3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9B3D on black background.


Color preview on white background

This text has color #9E9B3D on white background.



Black color preview on #9E9B3D background

This text has black color on #9E9B3D background.


White color preview on #9E9B3D background

This text has white color on #9E9B3D background.