COLOR #9D9975

HEX: #9D9975 RGB: (157,153,117)

Color info

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

RGB color model

#9D9975 color RGB value is (157,153,117).

RGB: (157,153,117) (62%, 60%, 46%)

RGB channels and saturation

R 157 of 255 = 62%
G 153 of 255 = 60%
B 117 of 255 = 46%

157
153
117

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

Portions of RGB colors in percentages

R + G + B = 157 + 153 + 117 = 427 (100%)
R 157 of 427 ~ 36.77%
G 153 of 427 ~ 35.83%
B 117 of 427 ~ 27.4'%

%36.77
%35.83
%27.4

CMYK color model

#9D9975 color CMYK value is (0,3,25,38).

  • cyan value is 0.00%
  • magenta value is 2.55%
  • yellow value is 25.48%
  • key color value is 38.43%

CMYK: (0,3,25,38)
C0M3Y25K38 (0%, 3%, 25%, 38%)
(0.00 / 0.03 / 0.25 / 0.38)

CMYK percentages

%0
%2.55
%25.48
%38.43

Codes

Color #9D9975 in popluar color models

9D 99 75
RGB 157 153 117
HSL 54° 16.95% 53.73%
HSB/HSV 54° 25.48% 61.57%
CMYK 0.00% 2.55% 25.48%
38.43%

Color #9D9975 in popluar number systems.

HEX 9D 99 75
Decimal 157 153 117
Binary 10011101 10011001 1110101
Octal 235 231 165

Shades and tints

Shades of #9D9975

#9D9975
(157,153,117)
#8F8C6B
(143,140,107)
#817F61
(129,127,97)
#737257
(115,114,87)
#65654D
(101,101,77)
#575843
(87,88,67)
#494B39
(73,75,57)
#3B3E2F
(59,62,47)
#2D3125
(45,49,37)
#1F241B
(31,36,27)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #9D9975

#9D9975
(157,153,117)
#A5A281
(165,162,129)
#ADAB8D
(173,171,141)
#B5B499
(181,180,153)
#BDBDA5
(189,189,165)
#C5C6B1
(197,198,177)
#CDCFBD
(205,207,189)
#D5D8C9
(213,216,201)
#DDE1D5
(221,225,213)
#E5EAE1
(229,234,225)
#EDF3ED
(237,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9975; }

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

This text font color is #9D9975.

Background Color

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

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

This div background color is #9D9975.

Border color

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

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

This div border color is #9D9975.

Opacity

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

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

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

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

This text has shadow with #9D9975 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D9975.

Preview

Color preview on black background

This text has color #9D9975 on black background.


Color preview on white background

This text has color #9D9975 on white background.


Black color preview on #9D9975 background

This text has black color on #9D9975 background.


White color preview on #9D9975 background

This text has white color on #9D9975 background.


Related colors

Complementary color

Complementary color for #hex is #62668A.


I love getcolorcode.com

Triadic colors

1 #759D99 and #99759D with #9D9975 are triadic colors.

2 #75999D and #999D75 with #9D9975 are triadic colors.