COLOR #975478

HEX: #975478
RGB: (151,84,120)

Color info

#975478 contains mainly red and blue colors. Web safe color of #975478 is #996666 (or #966).

RGB color model

#975478 color RGB value is (151,84,120).

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

RGB channels and saturation

R 151 of 255 = 59%
G 84 of 255 = 33%
B 120 of 255 = 47%

151
84
120

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

Portions of RGB colors in percentages

R + G + B =
151 + 84 + 120 = 355 (100%)
R 151 of 355 ~ 42.54%
G 84 of 355 ~ 23.66%
B 120 of 355 ~ 33.8%

%42.54
%23.66
%33.8

CMYK color model

#975478 color CMYK value is (0,44,21,41).

  • cyan value is 0.00%
  • magenta value is 44.37%
  • yellow value is 20.53%
  • key color value is 40.78%
CMYK:
(0,44,21,41)
C0M44Y21K41 
(0%,44%,21%,41%)
(0.00/0.44/0.21/0.41)	

CMYK percentages

%0
%44.37
%20.53
%40.78

Codes

Color #975478 in popluar color models

975478
RGB15184120
HSL328°28.51%46.08%
HSB/HSV328°44.37%59.22%
CMYK0.00%44.37%20.53%
40.78%

Color #975478 in popluar number systems.

HEX975478
Decimal15184120
Binary1001011110101001111000
Octal227124170

Shades and tints

Shades of #975478

#975478
(151,84,120)
#8A4D6E
(138,77,110)
#7D4664
(125,70,100)
#703F5A
(112,63,90)
#633850
(99,56,80)
#563146
(86,49,70)
#492A3C
(73,42,60)
#3C2332
(60,35,50)
#2F1C28
(47,28,40)
#22151E
(34,21,30)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #975478

#975478
(151,84,120)
#A06384
(160,99,132)
#A97290
(169,114,144)
#B2819C
(178,129,156)
#BB90A8
(187,144,168)
#C49FB4
(196,159,180)
#CDAEC0
(205,174,192)
#D6BDCC
(214,189,204)
#DFCCD8
(223,204,216)
#E8DBE4
(232,219,228)
#F1EAF0
(241,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #975478; }

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

This text font color is #975478.


Background Color

.myBgColor { background-color: #975478; }

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

This div background color is #975478.


Border color

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

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

This div border color is #975478.


Opacity

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

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

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

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

This text has shadow with #975478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975478 on black background.


Color preview on white background

This text has color #975478 on white background.



Black color preview on #975478 background

This text has black color on #975478 background.


White color preview on #975478 background

This text has white color on #975478 background.