COLOR #972E4D

HEX: #972E4D RGB: (151,46,77)

Color info

#972E4D contains mainly red color. Web safe color of #972E4D is #993333 (or #933).

RGB color model

#972E4D color RGB value is (151,46,77).

RGB: (151,46,77) (59%, 18%, 30%)

RGB channels and saturation

R 151 of 255 = 59%
G 46 of 255 = 18%
B 77 of 255 = 30%

151
46
77

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

Portions of RGB colors in percentages

R + G + B = 151 + 46 + 77 = 274 (100%)
R 151 of 274 ~ 55.11%
G 46 of 274 ~ 16.79%
B 77 of 274 ~ 28.1'%

%55.11
%16.79
%28.1

CMYK color model

#972E4D color CMYK value is (0,70,49,41).

  • cyan value is 0.00%
  • magenta value is 69.54%
  • yellow value is 49.01%
  • key color value is 40.78%
CMYK: (0,70,49,41) C0M70Y49K41 (0%,70%,49%,41%) (0.00/0.70/0.49/0.41) 

CMYK percentages

%0
%69.54
%49.01
%40.78

Codes

Color #972E4D in popluar color models

97 2E 4D
RGB 151 46 77
HSL 342° 53.30% 38.63%
HSB/HSV 342° 69.54% 59.22%
CMYK 0.00% 69.54% 49.01%
40.78%

Color #972E4D in popluar number systems.

HEX 97 2E 4D
Decimal 151 46 77
Binary 10010111 101110 1001101
Octal 227 56 115

Shades and tints

Shades of #972E4D

#972E4D
(151,46,77)
#8A2A46
(138,42,70)
#7D263F
(125,38,63)
#702238
(112,34,56)
#631E31
(99,30,49)
#561A2A
(86,26,42)
#491623
(73,22,35)
#3C121C
(60,18,28)
#2F0E15
(47,14,21)
#220A0E
(34,10,14)
#150607
(21,6,7)
#000000
(0,0,0)

Tints of #972E4D

#972E4D
(151,46,77)
#A0415D
(160,65,93)
#A9546D
(169,84,109)
#B2677D
(178,103,125)
#BB7A8D
(187,122,141)
#C48D9D
(196,141,157)
#CDA0AD
(205,160,173)
#D6B3BD
(214,179,189)
#DFC6CD
(223,198,205)
#E8D9DD
(232,217,221)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #972E4D; }

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

This text font color is #972E4D.

Background Color

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

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

This div background color is #972E4D.

Border color

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

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

This div border color is #972E4D.

Opacity

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

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

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

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

This text has shadow with #972E4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #972E4D.

Preview

Color preview on black background

This text has color #972E4D on black background.


Color preview on white background

This text has color #972E4D on white background.


Black color preview on #972E4D background

This text has black color on #972E4D background.


White color preview on #972E4D background

This text has white color on #972E4D background.


Related colors

Complementary color

Complementary color for #hex is #68D1B2.


I love getcolorcode.com

Triadic colors

1 #4D972E and #2E4D97 with #972E4D are triadic colors.

2 #4D2E97 and #2E974D with #972E4D are triadic colors.