COLOR #9D325D

HEX: #9D325D
RGB: (157,50,93)

Color info

#9D325D contains mainly red color. Web safe color of #9D325D is #993366 (or #936).

RGB color model

#9D325D color RGB value is (157,50,93).

  • red value is 157;
  • green value is 50;
  • blue value is 93.
RGB:
(157,50,93)
(62%,20%,36%)

RGB channels and saturation

R 157 of 255 = 62%
G 50 of 255 = 20%
B 93 of 255 = 36%

157
50
93

R + G + B ~ 39%. #9D325D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
157 + 50 + 93 = 300 (100%)
R 157 of 300 ~ 52.33%
G 50 of 300 ~ 16.67%
B 93 of 300 ~ 31%

%52.33
%16.67
%31

CMYK color model

#9D325D color CMYK value is (0,68,41,38).

  • cyan value is 0.00%
  • magenta value is 68.15%
  • yellow value is 40.76%
  • key color value is 38.43%
CMYK:
(0,68,41,38)
C0M68Y41K38 
(0%,68%,41%,38%)
(0.00/0.68/0.41/0.38)	

CMYK percentages

%0
%68.15
%40.76
%38.43

Codes

Color #9D325D in popluar color models

9D325D
RGB1575093
HSL336°51.69%40.59%
HSB/HSV336°68.15%61.57%
CMYK0.00%68.15%40.76%
38.43%

Color #9D325D in popluar number systems.

HEX9D325D
Decimal1575093
Binary100111011100101011101
Octal23562135

Shades and tints

Shades of #9D325D

#9D325D
(157,50,93)
#8F2E55
(143,46,85)
#812A4D
(129,42,77)
#732645
(115,38,69)
#65223D
(101,34,61)
#571E35
(87,30,53)
#491A2D
(73,26,45)
#3B1625
(59,22,37)
#2D121D
(45,18,29)
#1F0E15
(31,14,21)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #9D325D

#9D325D
(157,50,93)
#A5446B
(165,68,107)
#AD5679
(173,86,121)
#B56887
(181,104,135)
#BD7A95
(189,122,149)
#C58CA3
(197,140,163)
#CD9EB1
(205,158,177)
#D5B0BF
(213,176,191)
#DDC2CD
(221,194,205)
#E5D4DB
(229,212,219)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D325D color. Also use rgb(157,50,93) instead hex code.

Text Font Color

.myTextColor { color: #9D325D; }

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

This text font color is #9D325D.


Background Color

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

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

This div background color is #9D325D.


Border color

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

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

This div border color is #9D325D.


Opacity

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

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

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

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

This text has shadow with #9D325D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D325D on black background.


Color preview on white background

This text has color #9D325D on white background.



Black color preview on #9D325D background

This text has black color on #9D325D background.


White color preview on #9D325D background

This text has white color on #9D325D background.