COLOR #9E9951

HEX: #9E9951 RGB: (158,153,81)

Color info

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

RGB color model

#9E9951 color RGB value is (158,153,81).

RGB: (158,153,81) (62%, 60%, 32%)

RGB channels and saturation

R 158 of 255 = 62%
G 153 of 255 = 60%
B 81 of 255 = 32%

158
153
81

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

Portions of RGB colors in percentages

R + G + B = 158 + 153 + 81 = 392 (100%)
R 158 of 392 ~ 40.31%
G 153 of 392 ~ 39.03%
B 81 of 392 ~ 20.66'%

%40.31
%39.03
%20.66

CMYK color model

#9E9951 color CMYK value is (0,3,49,38).

  • cyan value is 0.00%
  • magenta value is 3.16%
  • yellow value is 48.73%
  • key color value is 38.04%

CMYK: (0,3,49,38)
C0M3Y49K38 (0%, 3%, 49%, 38%)
(0.00 / 0.03 / 0.49 / 0.38)

CMYK percentages

%0
%3.16
%48.73
%38.04

Codes

Color #9E9951 in popluar color models

9E 99 51
RGB 158 153 81
HSL 56° 32.22% 46.86%
HSB/HSV 56° 48.73% 61.96%
CMYK 0.00% 3.16% 48.73%
38.04%

Color #9E9951 in popluar number systems.

HEX 9E 99 51
Decimal 158 153 81
Binary 10011110 10011001 1010001
Octal 236 231 121

Shades and tints

Shades of #9E9951

#9E9951
(158,153,81)
#908C4A
(144,140,74)
#827F43
(130,127,67)
#74723C
(116,114,60)
#666535
(102,101,53)
#58582E
(88,88,46)
#4A4B27
(74,75,39)
#3C3E20
(60,62,32)
#2E3119
(46,49,25)
#202412
(32,36,18)
#12170B
(18,23,11)
#000000
(0,0,0)

Tints of #9E9951

#9E9951
(158,153,81)
#A6A260
(166,162,96)
#AEAB6F
(174,171,111)
#B6B47E
(182,180,126)
#BEBD8D
(190,189,141)
#C6C69C
(198,198,156)
#CECFAB
(206,207,171)
#D6D8BA
(214,216,186)
#DEE1C9
(222,225,201)
#E6EAD8
(230,234,216)
#EEF3E7
(238,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9951; }

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

This text font color is #9E9951.

Background Color

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

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

This div background color is #9E9951.

Border color

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

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

This div border color is #9E9951.

Opacity

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

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

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

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

This text has shadow with #9E9951 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E9951.

Preview

Color preview on black background

This text has color #9E9951 on black background.


Color preview on white background

This text has color #9E9951 on white background.


Black color preview on #9E9951 background

This text has black color on #9E9951 background.


White color preview on #9E9951 background

This text has white color on #9E9951 background.


Related colors

Complementary color

Complementary color for #hex is #6166AE.


I love getcolorcode.com

Triadic colors

1 #519E99 and #99519E with #9E9951 are triadic colors.

2 #51999E and #999E51 with #9E9951 are triadic colors.