COLOR #973C6F

HEX: #973C6F
RGB: (151,60,111)

Color info

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

RGB color model

#973C6F color RGB value is (151,60,111).

  • red value is 151;
  • green value is 60;
  • blue value is 111.
RGB:
(151,60,111)
(59%,24%,44%)

RGB channels and saturation

R 151 of 255 = 59%
G 60 of 255 = 24%
B 111 of 255 = 44%

151
60
111

R + G + B ~ 42%. #973C6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 60 + 111 = 322 (100%)
R 151 of 322 ~ 46.89%
G 60 of 322 ~ 18.63%
B 111 of 322 ~ 34.47%

%46.89
%18.63
%34.47

CMYK color model

#973C6F color CMYK value is (0,60,26,41).

  • cyan value is 0.00%
  • magenta value is 60.26%
  • yellow value is 26.49%
  • key color value is 40.78%
CMYK:
(0,60,26,41)
C0M60Y26K41 
(0%,60%,26%,41%)
(0.00/0.60/0.26/0.41)	

CMYK percentages

%0
%60.26
%26.49
%40.78

Codes

Color #973C6F in popluar color models

973C6F
RGB15160111
HSL326°43.13%41.37%
HSB/HSV326°60.26%59.22%
CMYK0.00%60.26%26.49%
40.78%

Color #973C6F in popluar number systems.

HEX973C6F
Decimal15160111
Binary100101111111001101111
Octal22774157

Shades and tints

Shades of #973C6F

#973C6F
(151,60,111)
#8A3765
(138,55,101)
#7D325B
(125,50,91)
#702D51
(112,45,81)
#632847
(99,40,71)
#56233D
(86,35,61)
#491E33
(73,30,51)
#3C1929
(60,25,41)
#2F141F
(47,20,31)
#220F15
(34,15,21)
#150A0B
(21,10,11)
#000000
(0,0,0)

Tints of #973C6F

#973C6F
(151,60,111)
#A04D7C
(160,77,124)
#A95E89
(169,94,137)
#B26F96
(178,111,150)
#BB80A3
(187,128,163)
#C491B0
(196,145,176)
#CDA2BD
(205,162,189)
#D6B3CA
(214,179,202)
#DFC4D7
(223,196,215)
#E8D5E4
(232,213,228)
#F1E6F1
(241,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #973C6F color. Also use rgb(151,60,111) instead hex code.

Text Font Color

.myTextColor { color: #973C6F; }

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

This text font color is #973C6F.


Background Color

.myBgColor { background-color: #973C6F; }

<div style="background-color:#973C6F">Inner text</div>

This div background color is #973C6F.


Border color

.myBorderColor { border: 1px solid #973C6F; }

<div style="border:3px solid #973C6F">Div</div>

This div border color is #973C6F.


Opacity

.myOpacity80 { color: #973C6F; opacity: 0.8; }

<p style="color:#973C6F;opacity:0.8;">80%</p>

Text with #973C6F 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 #973C6F;}

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

This text has shadow with #973C6F color.

.textShadow {text-shadow: 3px 3px 1px #973C6F, 3px 3px 1px red;}

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

This text has shadow with #973C6F primary color and red secondary color.


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

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

This text has shadow with #973C6F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #973C6F on black background.


Color preview on white background

This text has color #973C6F on white background.



Black color preview on #973C6F background

This text has black color on #973C6F background.


White color preview on #973C6F background

This text has white color on #973C6F background.