COLOR #974B72

HEX: #974B72
RGB: (151,75,114)

Color info

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

RGB color model

#974B72 color RGB value is (151,75,114).

  • red value is 151;
  • green value is 75;
  • blue value is 114.
RGB:
(151,75,114)
(59%,29%,45%)

RGB channels and saturation

R 151 of 255 = 59%
G 75 of 255 = 29%
B 114 of 255 = 45%

151
75
114

R + G + B ~ 44%. #974B72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 75 + 114 = 340 (100%)
R 151 of 340 ~ 44.41%
G 75 of 340 ~ 22.06%
B 114 of 340 ~ 33.53%

%44.41
%22.06
%33.53

CMYK color model

#974B72 color CMYK value is (0,50,25,41).

  • cyan value is 0.00%
  • magenta value is 50.33%
  • yellow value is 24.50%
  • key color value is 40.78%
CMYK:
(0,50,25,41)
C0M50Y25K41 
(0%,50%,25%,41%)
(0.00/0.50/0.25/0.41)	

CMYK percentages

%0
%50.33
%24.5
%40.78

Codes

Color #974B72 in popluar color models

974B72
RGB15175114
HSL329°33.63%44.31%
HSB/HSV329°50.33%59.22%
CMYK0.00%50.33%24.50%
40.78%

Color #974B72 in popluar number systems.

HEX974B72
Decimal15175114
Binary1001011110010111110010
Octal227113162

Shades and tints

Shades of #974B72

#974B72
(151,75,114)
#8A4568
(138,69,104)
#7D3F5E
(125,63,94)
#703954
(112,57,84)
#63334A
(99,51,74)
#562D40
(86,45,64)
#492736
(73,39,54)
#3C212C
(60,33,44)
#2F1B22
(47,27,34)
#221518
(34,21,24)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #974B72

#974B72
(151,75,114)
#A05B7E
(160,91,126)
#A96B8A
(169,107,138)
#B27B96
(178,123,150)
#BB8BA2
(187,139,162)
#C49BAE
(196,155,174)
#CDABBA
(205,171,186)
#D6BBC6
(214,187,198)
#DFCBD2
(223,203,210)
#E8DBDE
(232,219,222)
#F1EBEA
(241,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #974B72 color. Also use rgb(151,75,114) instead hex code.

Text Font Color

.myTextColor { color: #974B72; }

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

This text font color is #974B72.


Background Color

.myBgColor { background-color: #974B72; }

<div style="background-color:#974B72">Inner text</div>

This div background color is #974B72.


Border color

.myBorderColor { border: 1px solid #974B72; }

<div style="border:3px solid #974B72">Div</div>

This div border color is #974B72.


Opacity

.myOpacity80 { color: #974B72; opacity: 0.8; }

<p style="color:#974B72;opacity:0.8;">80%</p>

Text with #974B72 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 #974B72;}

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

This text has shadow with #974B72 color.

.textShadow {text-shadow: 3px 3px 1px #974B72, 3px 3px 1px red;}

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

This text has shadow with #974B72 primary color and red secondary color.


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

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

This text has shadow with #974B72 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #974B72 on black background.


Color preview on white background

This text has color #974B72 on white background.



Black color preview on #974B72 background

This text has black color on #974B72 background.


White color preview on #974B72 background

This text has white color on #974B72 background.