COLOR #9E993A

HEX: #9E993A
RGB: (158,153,58)

Color info

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

RGB color model

#9E993A color RGB value is (158,153,58).

  • red value is 158;
  • green value is 153;
  • blue value is 58.
RGB:
(158,153,58)
(62%,60%,23%)

RGB channels and saturation

R 158 of 255 = 62%
G 153 of 255 = 60%
B 58 of 255 = 23%

158
153
58

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

Portions of RGB colors in percentages

R + G + B =
158 + 153 + 58 = 369 (100%)
R 158 of 369 ~ 42.82%
G 153 of 369 ~ 41.46%
B 58 of 369 ~ 15.72%

%42.82
%41.46
%15.72

CMYK color model

#9E993A color CMYK value is (0,3,63,38).

  • cyan value is 0.00%
  • magenta value is 3.16%
  • yellow value is 63.29%
  • key color value is 38.04%
CMYK:
(0,3,63,38)
C0M3Y63K38 
(0%,3%,63%,38%)
(0.00/0.03/0.63/0.38)	

CMYK percentages

%0
%3.16
%63.29
%38.04

Codes

Color #9E993A in popluar color models

9E993A
RGB15815358
HSL57°46.30%42.35%
HSB/HSV57°63.29%61.96%
CMYK0.00%3.16%63.29%
38.04%

Color #9E993A in popluar number systems.

HEX9E993A
Decimal15815358
Binary1001111010011001111010
Octal23623172

Shades and tints

Shades of #9E993A

#9E993A
(158,153,58)
#908C35
(144,140,53)
#827F30
(130,127,48)
#74722B
(116,114,43)
#666526
(102,101,38)
#585821
(88,88,33)
#4A4B1C
(74,75,28)
#3C3E17
(60,62,23)
#2E3112
(46,49,18)
#20240D
(32,36,13)
#121708
(18,23,8)
#000000
(0,0,0)

Tints of #9E993A

#9E993A
(158,153,58)
#A6A24B
(166,162,75)
#AEAB5C
(174,171,92)
#B6B46D
(182,180,109)
#BEBD7E
(190,189,126)
#C6C68F
(198,198,143)
#CECFA0
(206,207,160)
#D6D8B1
(214,216,177)
#DEE1C2
(222,225,194)
#E6EAD3
(230,234,211)
#EEF3E4
(238,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E993A color. Also use rgb(158,153,58) instead hex code.

Text Font Color

.myTextColor { color: #9E993A; }

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

This text font color is #9E993A.


Background Color

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

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

This div background color is #9E993A.


Border color

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

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

This div border color is #9E993A.


Opacity

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

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

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

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

This text has shadow with #9E993A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E993A on black background.


Color preview on white background

This text has color #9E993A on white background.



Black color preview on #9E993A background

This text has black color on #9E993A background.


White color preview on #9E993A background

This text has white color on #9E993A background.