COLOR #974D7F

HEX: #974D7F
RGB: (151,77,127)

Color info

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

RGB color model

#974D7F color RGB value is (151,77,127).

  • red value is 151;
  • green value is 77;
  • blue value is 127.
RGB:
(151,77,127)
(59%,30%,50%)

RGB channels and saturation

R 151 of 255 = 59%
G 77 of 255 = 30%
B 127 of 255 = 50%

151
77
127

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

Portions of RGB colors in percentages

R + G + B =
151 + 77 + 127 = 355 (100%)
R 151 of 355 ~ 42.54%
G 77 of 355 ~ 21.69%
B 127 of 355 ~ 35.77%

%42.54
%21.69
%35.77

CMYK color model

#974D7F color CMYK value is (0,49,16,41).

  • cyan value is 0.00%
  • magenta value is 49.01%
  • yellow value is 15.89%
  • key color value is 40.78%
CMYK:
(0,49,16,41)
C0M49Y16K41 
(0%,49%,16%,41%)
(0.00/0.49/0.16/0.41)	

CMYK percentages

%0
%49.01
%15.89
%40.78

Codes

Color #974D7F in popluar color models

974D7F
RGB15177127
HSL319°32.46%44.71%
HSB/HSV319°49.01%59.22%
CMYK0.00%49.01%15.89%
40.78%

Color #974D7F in popluar number systems.

HEX974D7F
Decimal15177127
Binary1001011110011011111111
Octal227115177

Shades and tints

Shades of #974D7F

#974D7F
(151,77,127)
#8A4674
(138,70,116)
#7D3F69
(125,63,105)
#70385E
(112,56,94)
#633153
(99,49,83)
#562A48
(86,42,72)
#49233D
(73,35,61)
#3C1C32
(60,28,50)
#2F1527
(47,21,39)
#220E1C
(34,14,28)
#150711
(21,7,17)
#000000
(0,0,0)

Tints of #974D7F

#974D7F
(151,77,127)
#A05D8A
(160,93,138)
#A96D95
(169,109,149)
#B27DA0
(178,125,160)
#BB8DAB
(187,141,171)
#C49DB6
(196,157,182)
#CDADC1
(205,173,193)
#D6BDCC
(214,189,204)
#DFCDD7
(223,205,215)
#E8DDE2
(232,221,226)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #974D7F color. Also use rgb(151,77,127) instead hex code.

Text Font Color

.myTextColor { color: #974D7F; }

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

This text font color is #974D7F.


Background Color

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

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

This div background color is #974D7F.


Border color

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

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

This div border color is #974D7F.


Opacity

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

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

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

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

This text has shadow with #974D7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #974D7F on black background.


Color preview on white background

This text has color #974D7F on white background.



Black color preview on #974D7F background

This text has black color on #974D7F background.


White color preview on #974D7F background

This text has white color on #974D7F background.