COLOR #9D7065

HEX: #9D7065 RGB: (157,112,101)

Color info

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

RGB color model

#9D7065 color RGB value is (157,112,101).

RGB: (157,112,101) (62%, 44%, 40%)

RGB channels and saturation

R 157 of 255 = 62%
G 112 of 255 = 44%
B 101 of 255 = 40%

157
112
101

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

Portions of RGB colors in percentages

R + G + B = 157 + 112 + 101 = 370 (100%)
R 157 of 370 ~ 42.43%
G 112 of 370 ~ 30.27%
B 101 of 370 ~ 27.3'%

%42.43
%30.27
%27.3

CMYK color model

#9D7065 color CMYK value is (0,29,36,38).

  • cyan value is 0.00%
  • magenta value is 28.66%
  • yellow value is 35.67%
  • key color value is 38.43%

CMYK: (0,29,36,38)
C0M29Y36K38 (0%, 29%, 36%, 38%)
(0.00 / 0.29 / 0.36 / 0.38)

CMYK percentages

%0
%28.66
%35.67
%38.43

Codes

Color #9D7065 in popluar color models

9D 70 65
RGB 157 112 101
HSL 12° 22.22% 50.59%
HSB/HSV 12° 35.67% 61.57%
CMYK 0.00% 28.66% 35.67%
38.43%

Color #9D7065 in popluar number systems.

HEX 9D 70 65
Decimal 157 112 101
Binary 10011101 1110000 1100101
Octal 235 160 145

Shades and tints

Shades of #9D7065

#9D7065
(157,112,101)
#8F665C
(143,102,92)
#815C53
(129,92,83)
#73524A
(115,82,74)
#654841
(101,72,65)
#573E38
(87,62,56)
#49342F
(73,52,47)
#3B2A26
(59,42,38)
#2D201D
(45,32,29)
#1F1614
(31,22,20)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #9D7065

#9D7065
(157,112,101)
#A57D73
(165,125,115)
#AD8A81
(173,138,129)
#B5978F
(181,151,143)
#BDA49D
(189,164,157)
#C5B1AB
(197,177,171)
#CDBEB9
(205,190,185)
#D5CBC7
(213,203,199)
#DDD8D5
(221,216,213)
#E5E5E3
(229,229,227)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D7065 color. Also use rgb(157,112,101) instead hex code.

Text Font Color

.myTextColor { color: #9D7065; }

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

This text font color is #9D7065.

Background Color

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

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

This div background color is #9D7065.

Border color

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

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

This div border color is #9D7065.

Opacity

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

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

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

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

This text has shadow with #9D7065 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D7065.

Preview

Color preview on black background

This text has color #9D7065 on black background.


Color preview on white background

This text has color #9D7065 on white background.


Black color preview on #9D7065 background

This text has black color on #9D7065 background.


White color preview on #9D7065 background

This text has white color on #9D7065 background.


Related colors

Complementary color

Complementary color for #hex is #628F9A.


I love getcolorcode.com

Triadic colors

1 #659D70 and #70659D with #9D7065 are triadic colors.

2 #65709D and #709D65 with #9D7065 are triadic colors.