COLOR #974360

HEX: #974360
RGB: (151,67,96)

Color info

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

RGB color model

#974360 color RGB value is (151,67,96).

  • red value is 151;
  • green value is 67;
  • blue value is 96.
RGB:
(151,67,96)
(59%,26%,38%)

RGB channels and saturation

R 151 of 255 = 59%
G 67 of 255 = 26%
B 96 of 255 = 38%

151
67
96

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

Portions of RGB colors in percentages

R + G + B =
151 + 67 + 96 = 314 (100%)
R 151 of 314 ~ 48.09%
G 67 of 314 ~ 21.34%
B 96 of 314 ~ 30.57%

%48.09
%21.34
%30.57

CMYK color model

#974360 color CMYK value is (0,56,36,41).

  • cyan value is 0.00%
  • magenta value is 55.63%
  • yellow value is 36.42%
  • key color value is 40.78%
CMYK:
(0,56,36,41)
C0M56Y36K41 
(0%,56%,36%,41%)
(0.00/0.56/0.36/0.41)	

CMYK percentages

%0
%55.63
%36.42
%40.78

Codes

Color #974360 in popluar color models

974360
RGB1516796
HSL339°38.53%42.75%
HSB/HSV339°55.63%59.22%
CMYK0.00%55.63%36.42%
40.78%

Color #974360 in popluar number systems.

HEX974360
Decimal1516796
Binary1001011110000111100000
Octal227103140

Shades and tints

Shades of #974360

#974360
(151,67,96)
#8A3D58
(138,61,88)
#7D3750
(125,55,80)
#703148
(112,49,72)
#632B40
(99,43,64)
#562538
(86,37,56)
#491F30
(73,31,48)
#3C1928
(60,25,40)
#2F1320
(47,19,32)
#220D18
(34,13,24)
#150710
(21,7,16)
#000000
(0,0,0)

Tints of #974360

#974360
(151,67,96)
#A0546E
(160,84,110)
#A9657C
(169,101,124)
#B2768A
(178,118,138)
#BB8798
(187,135,152)
#C498A6
(196,152,166)
#CDA9B4
(205,169,180)
#D6BAC2
(214,186,194)
#DFCBD0
(223,203,208)
#E8DCDE
(232,220,222)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #974360 color. Also use rgb(151,67,96) instead hex code.

Text Font Color

.myTextColor { color: #974360; }

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

This text font color is #974360.


Background Color

.myBgColor { background-color: #974360; }

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

This div background color is #974360.


Border color

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

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

This div border color is #974360.


Opacity

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

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

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

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

This text has shadow with #974360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #974360 on black background.


Color preview on white background

This text has color #974360 on white background.



Black color preview on #974360 background

This text has black color on #974360 background.


White color preview on #974360 background

This text has white color on #974360 background.