COLOR #9E983F

HEX: #9E983F
RGB: (158,152,63)

Color info

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

RGB color model

#9E983F color RGB value is (158,152,63).

  • red value is 158;
  • green value is 152;
  • blue value is 63.
RGB:
(158,152,63)
(62%,60%,25%)

RGB channels and saturation

R 158 of 255 = 62%
G 152 of 255 = 60%
B 63 of 255 = 25%

158
152
63

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

Portions of RGB colors in percentages

R + G + B =
158 + 152 + 63 = 373 (100%)
R 158 of 373 ~ 42.36%
G 152 of 373 ~ 40.75%
B 63 of 373 ~ 16.89%

%42.36
%40.75
%16.89

CMYK color model

#9E983F color CMYK value is (0,4,60,38).

  • cyan value is 0.00%
  • magenta value is 3.80%
  • yellow value is 60.13%
  • key color value is 38.04%
CMYK:
(0,4,60,38)
C0M4Y60K38 
(0%,4%,60%,38%)
(0.00/0.04/0.60/0.38)	

CMYK percentages

%0
%3.8
%60.13
%38.04

Codes

Color #9E983F in popluar color models

9E983F
RGB15815263
HSL56°42.99%43.33%
HSB/HSV56°60.13%61.96%
CMYK0.00%3.80%60.13%
38.04%

Color #9E983F in popluar number systems.

HEX9E983F
Decimal15815263
Binary1001111010011000111111
Octal23623077

Shades and tints

Shades of #9E983F

#9E983F
(158,152,63)
#908B3A
(144,139,58)
#827E35
(130,126,53)
#747130
(116,113,48)
#66642B
(102,100,43)
#585726
(88,87,38)
#4A4A21
(74,74,33)
#3C3D1C
(60,61,28)
#2E3017
(46,48,23)
#202312
(32,35,18)
#12160D
(18,22,13)
#000000
(0,0,0)

Tints of #9E983F

#9E983F
(158,152,63)
#A6A150
(166,161,80)
#AEAA61
(174,170,97)
#B6B372
(182,179,114)
#BEBC83
(190,188,131)
#C6C594
(198,197,148)
#CECEA5
(206,206,165)
#D6D7B6
(214,215,182)
#DEE0C7
(222,224,199)
#E6E9D8
(230,233,216)
#EEF2E9
(238,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E983F color. Also use rgb(158,152,63) instead hex code.

Text Font Color

.myTextColor { color: #9E983F; }

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

This text font color is #9E983F.


Background Color

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

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

This div background color is #9E983F.


Border color

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

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

This div border color is #9E983F.


Opacity

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

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

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

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

This text has shadow with #9E983F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E983F on black background.


Color preview on white background

This text has color #9E983F on white background.



Black color preview on #9E983F background

This text has black color on #9E983F background.


White color preview on #9E983F background

This text has white color on #9E983F background.