COLOR #9E9251

HEX: #9E9251 RGB: (158,146,81)

Color info

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

RGB color model

#9E9251 color RGB value is (158,146,81).

RGB: (158,146,81) (62%, 57%, 32%)

RGB channels and saturation

R 158 of 255 = 62%
G 146 of 255 = 57%
B 81 of 255 = 32%

158
146
81

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

Portions of RGB colors in percentages

R + G + B = 158 + 146 + 81 = 385 (100%)
R 158 of 385 ~ 41.04%
G 146 of 385 ~ 37.92%
B 81 of 385 ~ 21.04'%

%41.04
%37.92
%21.04

CMYK color model

#9E9251 color CMYK value is (0,8,49,38).

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

CMYK: (0,8,49,38)
C0M8Y49K38 (0%, 8%, 49%, 38%)
(0.00 / 0.08 / 0.49 / 0.38)

CMYK percentages

%0
%7.59
%48.73
%38.04

Codes

Color #9E9251 in popluar color models

9E 92 51
RGB 158 146 81
HSL 51° 32.22% 46.86%
HSB/HSV 51° 48.73% 61.96%
CMYK 0.00% 7.59% 48.73%
38.04%

Color #9E9251 in popluar number systems.

HEX 9E 92 51
Decimal 158 146 81
Binary 10011110 10010010 1010001
Octal 236 222 121

Shades and tints

Shades of #9E9251

#9E9251
(158,146,81)
#90854A
(144,133,74)
#827843
(130,120,67)
#746B3C
(116,107,60)
#665E35
(102,94,53)
#58512E
(88,81,46)
#4A4427
(74,68,39)
#3C3720
(60,55,32)
#2E2A19
(46,42,25)
#201D12
(32,29,18)
#12100B
(18,16,11)
#000000
(0,0,0)

Tints of #9E9251

#9E9251
(158,146,81)
#A69B60
(166,155,96)
#AEA46F
(174,164,111)
#B6AD7E
(182,173,126)
#BEB68D
(190,182,141)
#C6BF9C
(198,191,156)
#CEC8AB
(206,200,171)
#D6D1BA
(214,209,186)
#DEDAC9
(222,218,201)
#E6E3D8
(230,227,216)
#EEECE7
(238,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9251; }

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

This text font color is #9E9251.

Background Color

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

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

This div background color is #9E9251.

Border color

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

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

This div border color is #9E9251.

Opacity

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

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

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

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

This text has shadow with #9E9251 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E9251.

Preview

Color preview on black background

This text has color #9E9251 on black background.


Color preview on white background

This text has color #9E9251 on white background.


Black color preview on #9E9251 background

This text has black color on #9E9251 background.


White color preview on #9E9251 background

This text has white color on #9E9251 background.


Related colors

Complementary color

Complementary color for #hex is #616DAE.


I love getcolorcode.com

Triadic colors

1 #519E92 and #92519E with #9E9251 are triadic colors.

2 #51929E and #929E51 with #9E9251 are triadic colors.