COLOR #9D6064

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

157
96
100

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

Portions of RGB colors in percentages

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

%44.48
%27.2
%28.33

CMYK color model

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

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

CMYK percentages

%0
%38.85
%36.31
%38.43

Codes

Color #9D6064 in popluar color models

9D6064
RGB15796100
HSL356°24.11%49.61%
HSB/HSV356°38.85%61.57%
CMYK0.00%38.85%36.31%
38.43%

Color #9D6064 in popluar number systems.

HEX9D6064
Decimal15796100
Binary1001110111000001100100
Octal235140144

Shades and tints

Shades of #9D6064

#9D6064
(157,96,100)
#8F585B
(143,88,91)
#815052
(129,80,82)
#734849
(115,72,73)
#654040
(101,64,64)
#573837
(87,56,55)
#49302E
(73,48,46)
#3B2825
(59,40,37)
#2D201C
(45,32,28)
#1F1813
(31,24,19)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #9D6064

#9D6064
(157,96,100)
#A56E72
(165,110,114)
#AD7C80
(173,124,128)
#B58A8E
(181,138,142)
#BD989C
(189,152,156)
#C5A6AA
(197,166,170)
#CDB4B8
(205,180,184)
#D5C2C6
(213,194,198)
#DDD0D4
(221,208,212)
#E5DEE2
(229,222,226)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D6064; }

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

This text font color is #9D6064.


Background Color

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

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

This div background color is #9D6064.


Border color

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

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

This div border color is #9D6064.


Opacity

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

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

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

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

This text has shadow with #9D6064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6064 on black background.


Color preview on white background

This text has color #9D6064 on white background.



Black color preview on #9D6064 background

This text has black color on #9D6064 background.


White color preview on #9D6064 background

This text has white color on #9D6064 background.