COLOR #9D6460

HEX: #9D6460
RGB: (157,100,96)

Color info

#9D6460 contains mainly red and green colors. Web safe color of #9D6460 is #996666 (or #966).

RGB color model

#9D6460 color RGB value is (157,100,96).

  • red value is 157;
  • green value is 100;
  • blue value is 96.
RGB:
(157,100,96)
(62%,39%,38%)

RGB channels and saturation

R 157 of 255 = 62%
G 100 of 255 = 39%
B 96 of 255 = 38%

157
100
96

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

Portions of RGB colors in percentages

R + G + B =
157 + 100 + 96 = 353 (100%)
R 157 of 353 ~ 44.48%
G 100 of 353 ~ 28.33%
B 96 of 353 ~ 27.2%

%44.48
%28.33
%27.2

CMYK color model

#9D6460 color CMYK value is (0,36,39,38).

  • cyan value is 0.00%
  • magenta value is 36.31%
  • yellow value is 38.85%
  • key color value is 38.43%
CMYK:
(0,36,39,38)
C0M36Y39K38 
(0%,36%,39%,38%)
(0.00/0.36/0.39/0.38)	

CMYK percentages

%0
%36.31
%38.85
%38.43

Codes

Color #9D6460 in popluar color models

9D6460
RGB15710096
HSL24.11%49.61%
HSB/HSV38.85%61.57%
CMYK0.00%36.31%38.85%
38.43%

Color #9D6460 in popluar number systems.

HEX9D6460
Decimal15710096
Binary1001110111001001100000
Octal235144140

Shades and tints

Shades of #9D6460

#9D6460
(157,100,96)
#8F5B58
(143,91,88)
#815250
(129,82,80)
#734948
(115,73,72)
#654040
(101,64,64)
#573738
(87,55,56)
#492E30
(73,46,48)
#3B2528
(59,37,40)
#2D1C20
(45,28,32)
#1F1318
(31,19,24)
#110A10
(17,10,16)
#000000
(0,0,0)

Tints of #9D6460

#9D6460
(157,100,96)
#A5726E
(165,114,110)
#AD807C
(173,128,124)
#B58E8A
(181,142,138)
#BD9C98
(189,156,152)
#C5AAA6
(197,170,166)
#CDB8B4
(205,184,180)
#D5C6C2
(213,198,194)
#DDD4D0
(221,212,208)
#E5E2DE
(229,226,222)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D6460 color. Also use rgb(157,100,96) instead hex code.

Text Font Color

.myTextColor { color: #9D6460; }

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

This text font color is #9D6460.


Background Color

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

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

This div background color is #9D6460.


Border color

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

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

This div border color is #9D6460.


Opacity

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

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

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

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

This text has shadow with #9D6460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6460 on black background.


Color preview on white background

This text has color #9D6460 on white background.



Black color preview on #9D6460 background

This text has black color on #9D6460 background.


White color preview on #9D6460 background

This text has white color on #9D6460 background.