COLOR #974678

HEX: #974678
RGB: (151,70,120)

Color info

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

RGB color model

#974678 color RGB value is (151,70,120).

  • red value is 151;
  • green value is 70;
  • blue value is 120.
RGB:
(151,70,120)
(59%,27%,47%)

RGB channels and saturation

R 151 of 255 = 59%
G 70 of 255 = 27%
B 120 of 255 = 47%

151
70
120

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

Portions of RGB colors in percentages

R + G + B =
151 + 70 + 120 = 341 (100%)
R 151 of 341 ~ 44.28%
G 70 of 341 ~ 20.53%
B 120 of 341 ~ 35.19%

%44.28
%20.53
%35.19

CMYK color model

#974678 color CMYK value is (0,54,21,41).

  • cyan value is 0.00%
  • magenta value is 53.64%
  • yellow value is 20.53%
  • key color value is 40.78%
CMYK:
(0,54,21,41)
C0M54Y21K41 
(0%,54%,21%,41%)
(0.00/0.54/0.21/0.41)	

CMYK percentages

%0
%53.64
%20.53
%40.78

Codes

Color #974678 in popluar color models

974678
RGB15170120
HSL323°36.65%43.33%
HSB/HSV323°53.64%59.22%
CMYK0.00%53.64%20.53%
40.78%

Color #974678 in popluar number systems.

HEX974678
Decimal15170120
Binary1001011110001101111000
Octal227106170

Shades and tints

Shades of #974678

#974678
(151,70,120)
#8A406E
(138,64,110)
#7D3A64
(125,58,100)
#70345A
(112,52,90)
#632E50
(99,46,80)
#562846
(86,40,70)
#49223C
(73,34,60)
#3C1C32
(60,28,50)
#2F1628
(47,22,40)
#22101E
(34,16,30)
#150A14
(21,10,20)
#000000
(0,0,0)

Tints of #974678

#974678
(151,70,120)
#A05684
(160,86,132)
#A96690
(169,102,144)
#B2769C
(178,118,156)
#BB86A8
(187,134,168)
#C496B4
(196,150,180)
#CDA6C0
(205,166,192)
#D6B6CC
(214,182,204)
#DFC6D8
(223,198,216)
#E8D6E4
(232,214,228)
#F1E6F0
(241,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #974678 color. Also use rgb(151,70,120) instead hex code.

Text Font Color

.myTextColor { color: #974678; }

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

This text font color is #974678.


Background Color

.myBgColor { background-color: #974678; }

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

This div background color is #974678.


Border color

.myBorderColor { border: 1px solid #974678; }

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

This div border color is #974678.


Opacity

.myOpacity80 { color: #974678; opacity: 0.8; }

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

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

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

This text has shadow with #974678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #974678 on black background.


Color preview on white background

This text has color #974678 on white background.



Black color preview on #974678 background

This text has black color on #974678 background.


White color preview on #974678 background

This text has white color on #974678 background.