COLOR #9E9F52

HEX: #9E9F52 RGB: (158,159,82)

Color info

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

RGB color model

#9E9F52 color RGB value is (158,159,82).

RGB: (158,159,82) (62%, 62%, 32%)

RGB channels and saturation

R 158 of 255 = 62%
G 159 of 255 = 62%
B 82 of 255 = 32%

158
159
82

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

Portions of RGB colors in percentages

R + G + B = 158 + 159 + 82 = 399 (100%)
R 158 of 399 ~ 39.6%
G 159 of 399 ~ 39.85%
B 82 of 399 ~ 20.55'%

%39.6
%39.85
%20.55

CMYK color model

#9E9F52 color CMYK value is (1,0,48,38).

  • cyan value is 0.63%
  • magenta value is 0.00%
  • yellow value is 48.43%
  • key color value is 37.65%

CMYK: (1,0,48,38)
C1M0Y48K38 (1%, 0%, 48%, 38%)
(0.01 / 0.00 / 0.48 / 0.38)

CMYK percentages

%0.63
%0
%48.43
%37.65

Codes

Color #9E9F52 in popluar color models

9E 9F 52
RGB 158 159 82
HSL 61° 31.95% 47.25%
HSB/HSV 61° 48.43% 62.35%
CMYK 0.63% 0.00% 48.43%
37.65%

Color #9E9F52 in popluar number systems.

HEX 9E 9F 52
Decimal 158 159 82
Binary 10011110 10011111 1010010
Octal 236 237 122

Shades and tints

Shades of #9E9F52

#9E9F52
(158,159,82)
#90914B
(144,145,75)
#828344
(130,131,68)
#74753D
(116,117,61)
#666736
(102,103,54)
#58592F
(88,89,47)
#4A4B28
(74,75,40)
#3C3D21
(60,61,33)
#2E2F1A
(46,47,26)
#202113
(32,33,19)
#12130C
(18,19,12)
#000000
(0,0,0)

Tints of #9E9F52

#9E9F52
(158,159,82)
#A6A761
(166,167,97)
#AEAF70
(174,175,112)
#B6B77F
(182,183,127)
#BEBF8E
(190,191,142)
#C6C79D
(198,199,157)
#CECFAC
(206,207,172)
#D6D7BB
(214,215,187)
#DEDFCA
(222,223,202)
#E6E7D9
(230,231,217)
#EEEFE8
(238,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E9F52 color. Also use rgb(158,159,82) instead hex code.

Text Font Color

.myTextColor { color: #9E9F52; }

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

This text font color is #9E9F52.

Background Color

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

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

This div background color is #9E9F52.

Border color

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

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

This div border color is #9E9F52.

Opacity

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

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

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

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

This text has shadow with #9E9F52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E9F52.

Preview

Color preview on black background

This text has color #9E9F52 on black background.


Color preview on white background

This text has color #9E9F52 on white background.


Black color preview on #9E9F52 background

This text has black color on #9E9F52 background.


White color preview on #9E9F52 background

This text has white color on #9E9F52 background.


Related colors

Complementary color

Complementary color for #hex is #6160AD.


I love getcolorcode.com

Triadic colors

1 #529E9F and #9F529E with #9E9F52 are triadic colors.

2 #529F9E and #9F9E52 with #9E9F52 are triadic colors.