COLOR #972C4F

HEX: #972C4F
RGB: (151,44,79)

Color info

#972C4F contains mainly red color. Web safe color of #972C4F is #993366 (or #936).

RGB color model

#972C4F color RGB value is (151,44,79).

  • red value is 151;
  • green value is 44;
  • blue value is 79.
RGB:
(151,44,79)
(59%,17%,31%)

RGB channels and saturation

R 151 of 255 = 59%
G 44 of 255 = 17%
B 79 of 255 = 31%

151
44
79

R + G + B ~ 36%. #972C4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 44 + 79 = 274 (100%)
R 151 of 274 ~ 55.11%
G 44 of 274 ~ 16.06%
B 79 of 274 ~ 28.83%

%55.11
%16.06
%28.83

CMYK color model

#972C4F color CMYK value is (0,71,48,41).

  • cyan value is 0.00%
  • magenta value is 70.86%
  • yellow value is 47.68%
  • key color value is 40.78%
CMYK:
(0,71,48,41)
C0M71Y48K41 
(0%,71%,48%,41%)
(0.00/0.71/0.48/0.41)	

CMYK percentages

%0
%70.86
%47.68
%40.78

Codes

Color #972C4F in popluar color models

972C4F
RGB1514479
HSL340°54.87%38.24%
HSB/HSV340°70.86%59.22%
CMYK0.00%70.86%47.68%
40.78%

Color #972C4F in popluar number systems.

HEX972C4F
Decimal1514479
Binary100101111011001001111
Octal22754117

Shades and tints

Shades of #972C4F

#972C4F
(151,44,79)
#8A2848
(138,40,72)
#7D2441
(125,36,65)
#70203A
(112,32,58)
#631C33
(99,28,51)
#56182C
(86,24,44)
#491425
(73,20,37)
#3C101E
(60,16,30)
#2F0C17
(47,12,23)
#220810
(34,8,16)
#150409
(21,4,9)
#000000
(0,0,0)

Tints of #972C4F

#972C4F
(151,44,79)
#A03F5F
(160,63,95)
#A9526F
(169,82,111)
#B2657F
(178,101,127)
#BB788F
(187,120,143)
#C48B9F
(196,139,159)
#CD9EAF
(205,158,175)
#D6B1BF
(214,177,191)
#DFC4CF
(223,196,207)
#E8D7DF
(232,215,223)
#F1EAEF
(241,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #972C4F color. Also use rgb(151,44,79) instead hex code.

Text Font Color

.myTextColor { color: #972C4F; }

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

This text font color is #972C4F.


Background Color

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

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

This div background color is #972C4F.


Border color

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

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

This div border color is #972C4F.


Opacity

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

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

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

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

This text has shadow with #972C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #972C4F on black background.


Color preview on white background

This text has color #972C4F on white background.



Black color preview on #972C4F background

This text has black color on #972C4F background.


White color preview on #972C4F background

This text has white color on #972C4F background.