COLOR #9D946D

HEX: #9D946D RGB: (157,148,109)

Color info

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

RGB color model

#9D946D color RGB value is (157,148,109).

RGB: (157,148,109) (62%, 58%, 43%)

RGB channels and saturation

R 157 of 255 = 62%
G 148 of 255 = 58%
B 109 of 255 = 43%

157
148
109

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

Portions of RGB colors in percentages

R + G + B = 157 + 148 + 109 = 414 (100%)
R 157 of 414 ~ 37.92%
G 148 of 414 ~ 35.75%
B 109 of 414 ~ 26.33'%

%37.92
%35.75
%26.33

CMYK color model

#9D946D color CMYK value is (0,6,31,38).

  • cyan value is 0.00%
  • magenta value is 5.73%
  • yellow value is 30.57%
  • key color value is 38.43%

CMYK: (0,6,31,38)
C0M6Y31K38 (0%, 6%, 31%, 38%)
(0.00 / 0.06 / 0.31 / 0.38)

CMYK percentages

%0
%5.73
%30.57
%38.43

Codes

Color #9D946D in popluar color models

9D 94 6D
RGB 157 148 109
HSL 49° 19.67% 52.16%
HSB/HSV 49° 30.57% 61.57%
CMYK 0.00% 5.73% 30.57%
38.43%

Color #9D946D in popluar number systems.

HEX 9D 94 6D
Decimal 157 148 109
Binary 10011101 10010100 1101101
Octal 235 224 155

Shades and tints

Shades of #9D946D

#9D946D
(157,148,109)
#8F8764
(143,135,100)
#817A5B
(129,122,91)
#736D52
(115,109,82)
#656049
(101,96,73)
#575340
(87,83,64)
#494637
(73,70,55)
#3B392E
(59,57,46)
#2D2C25
(45,44,37)
#1F1F1C
(31,31,28)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #9D946D

#9D946D
(157,148,109)
#A59D7A
(165,157,122)
#ADA687
(173,166,135)
#B5AF94
(181,175,148)
#BDB8A1
(189,184,161)
#C5C1AE
(197,193,174)
#CDCABB
(205,202,187)
#D5D3C8
(213,211,200)
#DDDCD5
(221,220,213)
#E5E5E2
(229,229,226)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D946D color. Also use rgb(157,148,109) instead hex code.

Text Font Color

.myTextColor { color: #9D946D; }

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

This text font color is #9D946D.

Background Color

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

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

This div background color is #9D946D.

Border color

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

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

This div border color is #9D946D.

Opacity

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

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

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

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

This text has shadow with #9D946D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D946D.

Preview

Color preview on black background

This text has color #9D946D on black background.


Color preview on white background

This text has color #9D946D on white background.


Black color preview on #9D946D background

This text has black color on #9D946D background.


White color preview on #9D946D background

This text has white color on #9D946D background.


Related colors

Complementary color

Complementary color for #hex is #626B92.


I love getcolorcode.com

Triadic colors

1 #6D9D94 and #946D9D with #9D946D are triadic colors.

2 #6D949D and #949D6D with #9D946D are triadic colors.