COLOR #9E946E

HEX: #9E946E RGB: (158,148,110)

Color info

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

RGB color model

#9E946E color RGB value is (158,148,110).

RGB: (158,148,110) (62%, 58%, 43%)

RGB channels and saturation

R 158 of 255 = 62%
G 148 of 255 = 58%
B 110 of 255 = 43%

158
148
110

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

Portions of RGB colors in percentages

R + G + B = 158 + 148 + 110 = 416 (100%)
R 158 of 416 ~ 37.98%
G 148 of 416 ~ 35.58%
B 110 of 416 ~ 26.44'%

%37.98
%35.58
%26.44

CMYK color model

#9E946E color CMYK value is (0,6,30,38).

  • cyan value is 0.00%
  • magenta value is 6.33%
  • yellow value is 30.38%
  • key color value is 38.04%

CMYK: (0,6,30,38)
C0M6Y30K38 (0%, 6%, 30%, 38%)
(0.00 / 0.06 / 0.30 / 0.38)

CMYK percentages

%0
%6.33
%30.38
%38.04

Codes

Color #9E946E in popluar color models

9E 94 6E
RGB 158 148 110
HSL 48° 19.83% 52.55%
HSB/HSV 48° 30.38% 61.96%
CMYK 0.00% 6.33% 30.38%
38.04%

Color #9E946E in popluar number systems.

HEX 9E 94 6E
Decimal 158 148 110
Binary 10011110 10010100 1101110
Octal 236 224 156

Shades and tints

Shades of #9E946E

#9E946E
(158,148,110)
#908764
(144,135,100)
#827A5A
(130,122,90)
#746D50
(116,109,80)
#666046
(102,96,70)
#58533C
(88,83,60)
#4A4632
(74,70,50)
#3C3928
(60,57,40)
#2E2C1E
(46,44,30)
#201F14
(32,31,20)
#12120A
(18,18,10)
#000000
(0,0,0)

Tints of #9E946E

#9E946E
(158,148,110)
#A69D7B
(166,157,123)
#AEA688
(174,166,136)
#B6AF95
(182,175,149)
#BEB8A2
(190,184,162)
#C6C1AF
(198,193,175)
#CECABC
(206,202,188)
#D6D3C9
(214,211,201)
#DEDCD6
(222,220,214)
#E6E5E3
(230,229,227)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E946E color. Also use rgb(158,148,110) instead hex code.

Text Font Color

.myTextColor { color: #9E946E; }

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

This text font color is #9E946E.

Background Color

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

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

This div background color is #9E946E.

Border color

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

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

This div border color is #9E946E.

Opacity

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

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

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

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

This text has shadow with #9E946E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E946E.

Preview

Color preview on black background

This text has color #9E946E on black background.


Color preview on white background

This text has color #9E946E on white background.


Black color preview on #9E946E background

This text has black color on #9E946E background.


White color preview on #9E946E background

This text has white color on #9E946E background.


Related colors

Complementary color

Complementary color for #hex is #616B91.


I love getcolorcode.com

Triadic colors

1 #6E9E94 and #946E9E with #9E946E are triadic colors.

2 #6E949E and #949E6E with #9E946E are triadic colors.