COLOR #972D6E

HEX: #972D6E
RGB: (151,45,110)

Color info

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

RGB color model

#972D6E color RGB value is (151,45,110).

  • red value is 151;
  • green value is 45;
  • blue value is 110.
RGB:
(151,45,110)
(59%,18%,43%)

RGB channels and saturation

R 151 of 255 = 59%
G 45 of 255 = 18%
B 110 of 255 = 43%

151
45
110

R + G + B ~ 40%. #972D6E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 45 + 110 = 306 (100%)
R 151 of 306 ~ 49.35%
G 45 of 306 ~ 14.71%
B 110 of 306 ~ 35.95%

%49.35
%14.71
%35.95

CMYK color model

#972D6E color CMYK value is (0,70,27,41).

  • cyan value is 0.00%
  • magenta value is 70.20%
  • yellow value is 27.15%
  • key color value is 40.78%
CMYK:
(0,70,27,41)
C0M70Y27K41 
(0%,70%,27%,41%)
(0.00/0.70/0.27/0.41)	

CMYK percentages

%0
%70.2
%27.15
%40.78

Codes

Color #972D6E in popluar color models

972D6E
RGB15145110
HSL323°54.08%38.43%
HSB/HSV323°70.20%59.22%
CMYK0.00%70.20%27.15%
40.78%

Color #972D6E in popluar number systems.

HEX972D6E
Decimal15145110
Binary100101111011011101110
Octal22755156

Shades and tints

Shades of #972D6E

#972D6E
(151,45,110)
#8A2964
(138,41,100)
#7D255A
(125,37,90)
#702150
(112,33,80)
#631D46
(99,29,70)
#56193C
(86,25,60)
#491532
(73,21,50)
#3C1128
(60,17,40)
#2F0D1E
(47,13,30)
#220914
(34,9,20)
#15050A
(21,5,10)
#000000
(0,0,0)

Tints of #972D6E

#972D6E
(151,45,110)
#A0407B
(160,64,123)
#A95388
(169,83,136)
#B26695
(178,102,149)
#BB79A2
(187,121,162)
#C48CAF
(196,140,175)
#CD9FBC
(205,159,188)
#D6B2C9
(214,178,201)
#DFC5D6
(223,197,214)
#E8D8E3
(232,216,227)
#F1EBF0
(241,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #972D6E color. Also use rgb(151,45,110) instead hex code.

Text Font Color

.myTextColor { color: #972D6E; }

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

This text font color is #972D6E.


Background Color

.myBgColor { background-color: #972D6E; }

<div style="background-color:#972D6E">Inner text</div>

This div background color is #972D6E.


Border color

.myBorderColor { border: 1px solid #972D6E; }

<div style="border:3px solid #972D6E">Div</div>

This div border color is #972D6E.


Opacity

.myOpacity80 { color: #972D6E; opacity: 0.8; }

<p style="color:#972D6E;opacity:0.8;">80%</p>

Text with #972D6E 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 #972D6E;}

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

This text has shadow with #972D6E color.

.textShadow {text-shadow: 3px 3px 1px #972D6E, 3px 3px 1px red;}

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

This text has shadow with #972D6E primary color and red secondary color.


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

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

This text has shadow with #972D6E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #972D6E on black background.


Color preview on white background

This text has color #972D6E on white background.



Black color preview on #972D6E background

This text has black color on #972D6E background.


White color preview on #972D6E background

This text has white color on #972D6E background.