COLOR #9D7066

HEX: #9D7066 RGB: (157,112,102)

Color info

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

RGB color model

#9D7066 color RGB value is (157,112,102).

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

RGB channels and saturation

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

157
112
102

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

Portions of RGB colors in percentages

R + G + B = 157 + 112 + 102 = 371 (100%)
R 157 of 371 ~ 42.32%
G 112 of 371 ~ 30.19%
B 102 of 371 ~ 27.49'%

%42.32
%30.19
%27.49

CMYK color model

#9D7066 color CMYK value is (0,29,35,38).

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

CMYK: (0,29,35,38)
C0M29Y35K38 (0%, 29%, 35%, 38%)
(0.00 / 0.29 / 0.35 / 0.38)

CMYK percentages

%0
%28.66
%35.03
%38.43

Codes

Color #9D7066 in popluar color models

9D 70 66
RGB 157 112 102
HSL 11° 21.91% 50.78%
HSB/HSV 11° 35.03% 61.57%
CMYK 0.00% 28.66% 35.03%
38.43%

Color #9D7066 in popluar number systems.

HEX 9D 70 66
Decimal 157 112 102
Binary 10011101 1110000 1100110
Octal 235 160 146

Shades and tints

Shades of #9D7066

#9D7066
(157,112,102)
#8F665D
(143,102,93)
#815C54
(129,92,84)
#73524B
(115,82,75)
#654842
(101,72,66)
#573E39
(87,62,57)
#493430
(73,52,48)
#3B2A27
(59,42,39)
#2D201E
(45,32,30)
#1F1615
(31,22,21)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #9D7066

#9D7066
(157,112,102)
#A57D73
(165,125,115)
#AD8A80
(173,138,128)
#B5978D
(181,151,141)
#BDA49A
(189,164,154)
#C5B1A7
(197,177,167)
#CDBEB4
(205,190,180)
#D5CBC1
(213,203,193)
#DDD8CE
(221,216,206)
#E5E5DB
(229,229,219)
#EDF2E8
(237,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D7066; }

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

This text font color is #9D7066.

Background Color

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

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

This div background color is #9D7066.

Border color

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

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

This div border color is #9D7066.

Opacity

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

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

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

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

This text has shadow with #9D7066 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D7066.

Preview

Color preview on black background

This text has color #9D7066 on black background.


Color preview on white background

This text has color #9D7066 on white background.


Black color preview on #9D7066 background

This text has black color on #9D7066 background.


White color preview on #9D7066 background

This text has white color on #9D7066 background.


Related colors

Complementary color

Complementary color for #hex is #628F99.


I love getcolorcode.com

Triadic colors

1 #669D70 and #70669D with #9D7066 are triadic colors.

2 #66709D and #709D66 with #9D7066 are triadic colors.