COLOR #9D997A

HEX: #9D997A RGB: (157,153,122)

Color info

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

RGB color model

#9D997A color RGB value is (157,153,122).

RGB: (157,153,122) (62%, 60%, 48%)

RGB channels and saturation

R 157 of 255 = 62%
G 153 of 255 = 60%
B 122 of 255 = 48%

157
153
122

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

Portions of RGB colors in percentages

R + G + B = 157 + 153 + 122 = 432 (100%)
R 157 of 432 ~ 36.34%
G 153 of 432 ~ 35.42%
B 122 of 432 ~ 28.24'%

%36.34
%35.42
%28.24

CMYK color model

#9D997A color CMYK value is (0,3,22,38).

  • cyan value is 0.00%
  • magenta value is 2.55%
  • yellow value is 22.29%
  • key color value is 38.43%
CMYK: (0,3,22,38) C0M3Y22K38 (0%,3%,22%,38%) (0.00/0.03/0.22/0.38) 

CMYK percentages

%0
%2.55
%22.29
%38.43

Codes

Color #9D997A in popluar color models

9D 99 7A
RGB 157 153 122
HSL 53° 15.15% 54.71%
HSB/HSV 53° 22.29% 61.57%
CMYK 0.00% 2.55% 22.29%
38.43%

Color #9D997A in popluar number systems.

HEX 9D 99 7A
Decimal 157 153 122
Binary 10011101 10011001 1111010
Octal 235 231 172

Shades and tints

Shades of #9D997A

#9D997A
(157,153,122)
#8F8C6F
(143,140,111)
#817F64
(129,127,100)
#737259
(115,114,89)
#65654E
(101,101,78)
#575843
(87,88,67)
#494B38
(73,75,56)
#3B3E2D
(59,62,45)
#2D3122
(45,49,34)
#1F2417
(31,36,23)
#11170C
(17,23,12)
#000000
(0,0,0)

Tints of #9D997A

#9D997A
(157,153,122)
#A5A286
(165,162,134)
#ADAB92
(173,171,146)
#B5B49E
(181,180,158)
#BDBDAA
(189,189,170)
#C5C6B6
(197,198,182)
#CDCFC2
(205,207,194)
#D5D8CE
(213,216,206)
#DDE1DA
(221,225,218)
#E5EAE6
(229,234,230)
#EDF3F2
(237,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D997A color. Also use rgb(157,153,122) instead hex code.

Text Font Color

.myTextColor { color: #9D997A; }

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

This text font color is #9D997A.

Background Color

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

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

This div background color is #9D997A.

Border color

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

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

This div border color is #9D997A.

Opacity

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

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

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

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

This text has shadow with #9D997A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D997A.

Preview

Color preview on black background

This text has color #9D997A on black background.


Color preview on white background

This text has color #9D997A on white background.


Black color preview on #9D997A background

This text has black color on #9D997A background.


White color preview on #9D997A background

This text has white color on #9D997A background.


Related colors

Complementary color

Complementary color for #hex is #626685.


I love getcolorcode.com

Triadic colors

1 #7A9D99 and #997A9D with #9D997A are triadic colors.

2 #7A999D and #999D7A with #9D997A are triadic colors.