COLOR #9E991C

HEX: #9E991C
RGB: (158,153,28)

Color info

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

RGB color model

#9E991C color RGB value is (158,153,28).

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

RGB channels and saturation

R 158 of 255 = 62%
G 153 of 255 = 60%
B 28 of 255 = 11%

158
153
28

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

Portions of RGB colors in percentages

R + G + B =
158 + 153 + 28 = 339 (100%)
R 158 of 339 ~ 46.61%
G 153 of 339 ~ 45.13%
B 28 of 339 ~ 8.26%

%46.61
%45.13

CMYK color model

#9E991C color CMYK value is (0,3,82,38).

  • cyan value is 0.00%
  • magenta value is 3.16%
  • yellow value is 82.28%
  • key color value is 38.04%
CMYK:
(0,3,82,38)
C0M3Y82K38 
(0%,3%,82%,38%)
(0.00/0.03/0.82/0.38)	

CMYK percentages

%0
%3.16
%82.28
%38.04

Codes

Color #9E991C in popluar color models

9E991C
RGB15815328
HSL58°69.89%36.47%
HSB/HSV58°82.28%61.96%
CMYK0.00%3.16%82.28%
38.04%

Color #9E991C in popluar number systems.

HEX9E991C
Decimal15815328
Binary100111101001100111100
Octal23623134

Shades and tints

Shades of #9E991C

#9E991C
(158,153,28)
#908C1A
(144,140,26)
#827F18
(130,127,24)
#747216
(116,114,22)
#666514
(102,101,20)
#585812
(88,88,18)
#4A4B10
(74,75,16)
#3C3E0E
(60,62,14)
#2E310C
(46,49,12)
#20240A
(32,36,10)
#121708
(18,23,8)
#000000
(0,0,0)

Tints of #9E991C

#9E991C
(158,153,28)
#A6A230
(166,162,48)
#AEAB44
(174,171,68)
#B6B458
(182,180,88)
#BEBD6C
(190,189,108)
#C6C680
(198,198,128)
#CECF94
(206,207,148)
#D6D8A8
(214,216,168)
#DEE1BC
(222,225,188)
#E6EAD0
(230,234,208)
#EEF3E4
(238,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E991C; }

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

This text font color is #9E991C.


Background Color

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

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

This div background color is #9E991C.


Border color

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

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

This div border color is #9E991C.


Opacity

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

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

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

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

This text has shadow with #9E991C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E991C on black background.


Color preview on white background

This text has color #9E991C on white background.



Black color preview on #9E991C background

This text has black color on #9E991C background.


White color preview on #9E991C background

This text has white color on #9E991C background.