COLOR #972E57

HEX: #972E57
RGB: (151,46,87)

Color info

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

RGB color model

#972E57 color RGB value is (151,46,87).

  • red value is 151;
  • green value is 46;
  • blue value is 87.
RGB:
(151,46,87)
(59%,18%,34%)

RGB channels and saturation

R 151 of 255 = 59%
G 46 of 255 = 18%
B 87 of 255 = 34%

151
46
87

R + G + B ~ 37%. #972E57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 46 + 87 = 284 (100%)
R 151 of 284 ~ 53.17%
G 46 of 284 ~ 16.2%
B 87 of 284 ~ 30.63%

%53.17
%16.2
%30.63

CMYK color model

#972E57 color CMYK value is (0,70,42,41).

  • cyan value is 0.00%
  • magenta value is 69.54%
  • yellow value is 42.38%
  • key color value is 40.78%
CMYK:
(0,70,42,41)
C0M70Y42K41 
(0%,70%,42%,41%)
(0.00/0.70/0.42/0.41)	

CMYK percentages

%0
%69.54
%42.38
%40.78

Codes

Color #972E57 in popluar color models

972E57
RGB1514687
HSL337°53.30%38.63%
HSB/HSV337°69.54%59.22%
CMYK0.00%69.54%42.38%
40.78%

Color #972E57 in popluar number systems.

HEX972E57
Decimal1514687
Binary100101111011101010111
Octal22756127

Shades and tints

Shades of #972E57

#972E57
(151,46,87)
#8A2A50
(138,42,80)
#7D2649
(125,38,73)
#702242
(112,34,66)
#631E3B
(99,30,59)
#561A34
(86,26,52)
#49162D
(73,22,45)
#3C1226
(60,18,38)
#2F0E1F
(47,14,31)
#220A18
(34,10,24)
#150611
(21,6,17)
#000000
(0,0,0)

Tints of #972E57

#972E57
(151,46,87)
#A04166
(160,65,102)
#A95475
(169,84,117)
#B26784
(178,103,132)
#BB7A93
(187,122,147)
#C48DA2
(196,141,162)
#CDA0B1
(205,160,177)
#D6B3C0
(214,179,192)
#DFC6CF
(223,198,207)
#E8D9DE
(232,217,222)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #972E57 color. Also use rgb(151,46,87) instead hex code.

Text Font Color

.myTextColor { color: #972E57; }

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

This text font color is #972E57.


Background Color

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

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

This div background color is #972E57.


Border color

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

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

This div border color is #972E57.


Opacity

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

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

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

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

This text has shadow with #972E57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #972E57 on black background.


Color preview on white background

This text has color #972E57 on white background.



Black color preview on #972E57 background

This text has black color on #972E57 background.


White color preview on #972E57 background

This text has white color on #972E57 background.