COLOR #9E976B

HEX: #9E976B RGB: (158,151,107)

Color info

#9E976B contains red, green and blue colors in about the same proportion. Web safe color of #9E976B is #999966 (or #996).

RGB color model

#9E976B color RGB value is (158,151,107).

RGB: (158,151,107) (62%, 59%, 42%)

RGB channels and saturation

R 158 of 255 = 62%
G 151 of 255 = 59%
B 107 of 255 = 42%

158
151
107

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

Portions of RGB colors in percentages

R + G + B = 158 + 151 + 107 = 416 (100%)
R 158 of 416 ~ 37.98%
G 151 of 416 ~ 36.3%
B 107 of 416 ~ 25.72'%

%37.98
%36.3
%25.72

CMYK color model

#9E976B color CMYK value is (0,4,32,38).

  • cyan value is 0.00%
  • magenta value is 4.43%
  • yellow value is 32.28%
  • key color value is 38.04%

CMYK: (0,4,32,38)
C0M4Y32K38 (0%, 4%, 32%, 38%)
(0.00 / 0.04 / 0.32 / 0.38)

CMYK percentages

%0
%4.43
%32.28
%38.04

Codes

Color #9E976B in popluar color models

9E 97 6B
RGB 158 151 107
HSL 52° 20.82% 51.96%
HSB/HSV 52° 32.28% 61.96%
CMYK 0.00% 4.43% 32.28%
38.04%

Color #9E976B in popluar number systems.

HEX 9E 97 6B
Decimal 158 151 107
Binary 10011110 10010111 1101011
Octal 236 227 153

Shades and tints

Shades of #9E976B

#9E976B
(158,151,107)
#908A62
(144,138,98)
#827D59
(130,125,89)
#747050
(116,112,80)
#666347
(102,99,71)
#58563E
(88,86,62)
#4A4935
(74,73,53)
#3C3C2C
(60,60,44)
#2E2F23
(46,47,35)
#20221A
(32,34,26)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #9E976B

#9E976B
(158,151,107)
#A6A078
(166,160,120)
#AEA985
(174,169,133)
#B6B292
(182,178,146)
#BEBB9F
(190,187,159)
#C6C4AC
(198,196,172)
#CECDB9
(206,205,185)
#D6D6C6
(214,214,198)
#DEDFD3
(222,223,211)
#E6E8E0
(230,232,224)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E976B color. Also use rgb(158,151,107) instead hex code.

Text Font Color

.myTextColor { color: #9E976B; }

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

This text font color is #9E976B.

Background Color

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

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

This div background color is #9E976B.

Border color

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

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

This div border color is #9E976B.

Opacity

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

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

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

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

This text has shadow with #9E976B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E976B.

Preview

Color preview on black background

This text has color #9E976B on black background.


Color preview on white background

This text has color #9E976B on white background.


Black color preview on #9E976B background

This text has black color on #9E976B background.


White color preview on #9E976B background

This text has white color on #9E976B background.


Related colors

Complementary color

Complementary color for #hex is #616894.


I love getcolorcode.com

Triadic colors

1 #6B9E97 and #976B9E with #9E976B are triadic colors.

2 #6B979E and #979E6B with #9E976B are triadic colors.