COLOR #9D496D

HEX: #9D496D
RGB: (157,73,109)

Color info

#9D496D contains mainly red and blue colors. Web safe color of #9D496D is #993366 (or #936).

RGB color model

#9D496D color RGB value is (157,73,109).

  • red value is 157;
  • green value is 73;
  • blue value is 109.
RGB:
(157,73,109)
(62%,29%,43%)

RGB channels and saturation

R 157 of 255 = 62%
G 73 of 255 = 29%
B 109 of 255 = 43%

157
73
109

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

Portions of RGB colors in percentages

R + G + B =
157 + 73 + 109 = 339 (100%)
R 157 of 339 ~ 46.31%
G 73 of 339 ~ 21.53%
B 109 of 339 ~ 32.15%

%46.31
%21.53
%32.15

CMYK color model

#9D496D color CMYK value is (0,54,31,38).

  • cyan value is 0.00%
  • magenta value is 53.50%
  • yellow value is 30.57%
  • key color value is 38.43%
CMYK:
(0,54,31,38)
C0M54Y31K38 
(0%,54%,31%,38%)
(0.00/0.54/0.31/0.38)	

CMYK percentages

%0
%53.5
%30.57
%38.43

Codes

Color #9D496D in popluar color models

9D496D
RGB15773109
HSL334°36.52%45.10%
HSB/HSV334°53.50%61.57%
CMYK0.00%53.50%30.57%
38.43%

Color #9D496D in popluar number systems.

HEX9D496D
Decimal15773109
Binary1001110110010011101101
Octal235111155

Shades and tints

Shades of #9D496D

#9D496D
(157,73,109)
#8F4364
(143,67,100)
#813D5B
(129,61,91)
#733752
(115,55,82)
#653149
(101,49,73)
#572B40
(87,43,64)
#492537
(73,37,55)
#3B1F2E
(59,31,46)
#2D1925
(45,25,37)
#1F131C
(31,19,28)
#110D13
(17,13,19)
#000000
(0,0,0)

Tints of #9D496D

#9D496D
(157,73,109)
#A5597A
(165,89,122)
#AD6987
(173,105,135)
#B57994
(181,121,148)
#BD89A1
(189,137,161)
#C599AE
(197,153,174)
#CDA9BB
(205,169,187)
#D5B9C8
(213,185,200)
#DDC9D5
(221,201,213)
#E5D9E2
(229,217,226)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D496D color. Also use rgb(157,73,109) instead hex code.

Text Font Color

.myTextColor { color: #9D496D; }

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

This text font color is #9D496D.


Background Color

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

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

This div background color is #9D496D.


Border color

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

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

This div border color is #9D496D.


Opacity

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

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

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

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

This text has shadow with #9D496D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D496D on black background.


Color preview on white background

This text has color #9D496D on white background.



Black color preview on #9D496D background

This text has black color on #9D496D background.


White color preview on #9D496D background

This text has white color on #9D496D background.