COLOR #9D756B

HEX: #9D756B RGB: (157,117,107)

Color info

#9D756B contains red, green and blue colors in about the same proportion. Web safe color of #9D756B is #996666 (or #966).

RGB color model

#9D756B color RGB value is (157,117,107).

RGB: (157,117,107) (62%, 46%, 42%)

RGB channels and saturation

R 157 of 255 = 62%
G 117 of 255 = 46%
B 107 of 255 = 42%

157
117
107

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

Portions of RGB colors in percentages

R + G + B = 157 + 117 + 107 = 381 (100%)
R 157 of 381 ~ 41.21%
G 117 of 381 ~ 30.71%
B 107 of 381 ~ 28.08'%

%41.21
%30.71
%28.08

CMYK color model

#9D756B color CMYK value is (0,25,32,38).

  • cyan value is 0.00%
  • magenta value is 25.48%
  • yellow value is 31.85%
  • key color value is 38.43%
CMYK: (0,25,32,38) C0M25Y32K38 (0%,25%,32%,38%) (0.00/0.25/0.32/0.38) 

CMYK percentages

%0
%25.48
%31.85
%38.43

Codes

Color #9D756B in popluar color models

9D 75 6B
RGB 157 117 107
HSL 12° 20.33% 51.76%
HSB/HSV 12° 31.85% 61.57%
CMYK 0.00% 25.48% 31.85%
38.43%

Color #9D756B in popluar number systems.

HEX 9D 75 6B
Decimal 157 117 107
Binary 10011101 1110101 1101011
Octal 235 165 153

Shades and tints

Shades of #9D756B

#9D756B
(157,117,107)
#8F6B62
(143,107,98)
#816159
(129,97,89)
#735750
(115,87,80)
#654D47
(101,77,71)
#57433E
(87,67,62)
#493935
(73,57,53)
#3B2F2C
(59,47,44)
#2D2523
(45,37,35)
#1F1B1A
(31,27,26)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #9D756B

#9D756B
(157,117,107)
#A58178
(165,129,120)
#AD8D85
(173,141,133)
#B59992
(181,153,146)
#BDA59F
(189,165,159)
#C5B1AC
(197,177,172)
#CDBDB9
(205,189,185)
#D5C9C6
(213,201,198)
#DDD5D3
(221,213,211)
#E5E1E0
(229,225,224)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D756B; }

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

This text font color is #9D756B.

Background Color

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

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

This div background color is #9D756B.

Border color

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

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

This div border color is #9D756B.

Opacity

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

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

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

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

This text has shadow with #9D756B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D756B.

Preview

Color preview on black background

This text has color #9D756B on black background.


Color preview on white background

This text has color #9D756B on white background.


Black color preview on #9D756B background

This text has black color on #9D756B background.


White color preview on #9D756B background

This text has white color on #9D756B background.


Related colors

Complementary color

Complementary color for #hex is #628A94.


I love getcolorcode.com

Triadic colors

1 #6B9D75 and #756B9D with #9D756B are triadic colors.

2 #6B759D and #759D6B with #9D756B are triadic colors.