COLOR #974362

HEX: #974362
RGB: (151,67,98)

Color info

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

RGB color model

#974362 color RGB value is (151,67,98).

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

RGB channels and saturation

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

151
67
98

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

Portions of RGB colors in percentages

R + G + B =
151 + 67 + 98 = 316 (100%)
R 151 of 316 ~ 47.78%
G 67 of 316 ~ 21.2%
B 98 of 316 ~ 31.01%

%47.78
%21.2
%31.01

CMYK color model

#974362 color CMYK value is (0,56,35,41).

  • cyan value is 0.00%
  • magenta value is 55.63%
  • yellow value is 35.10%
  • key color value is 40.78%
CMYK:
(0,56,35,41)
C0M56Y35K41 
(0%,56%,35%,41%)
(0.00/0.56/0.35/0.41)	

CMYK percentages

%0
%55.63
%35.1
%40.78

Codes

Color #974362 in popluar color models

974362
RGB1516798
HSL338°38.53%42.75%
HSB/HSV338°55.63%59.22%
CMYK0.00%55.63%35.10%
40.78%

Color #974362 in popluar number systems.

HEX974362
Decimal1516798
Binary1001011110000111100010
Octal227103142

Shades and tints

Shades of #974362

#974362
(151,67,98)
#8A3D5A
(138,61,90)
#7D3752
(125,55,82)
#70314A
(112,49,74)
#632B42
(99,43,66)
#56253A
(86,37,58)
#491F32
(73,31,50)
#3C192A
(60,25,42)
#2F1322
(47,19,34)
#220D1A
(34,13,26)
#150712
(21,7,18)
#000000
(0,0,0)

Tints of #974362

#974362
(151,67,98)
#A05470
(160,84,112)
#A9657E
(169,101,126)
#B2768C
(178,118,140)
#BB879A
(187,135,154)
#C498A8
(196,152,168)
#CDA9B6
(205,169,182)
#D6BAC4
(214,186,196)
#DFCBD2
(223,203,210)
#E8DCE0
(232,220,224)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #974362; }

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

This text font color is #974362.


Background Color

.myBgColor { background-color: #974362; }

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

This div background color is #974362.


Border color

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

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

This div border color is #974362.


Opacity

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

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

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

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

This text has shadow with #974362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #974362 on black background.


Color preview on white background

This text has color #974362 on white background.



Black color preview on #974362 background

This text has black color on #974362 background.


White color preview on #974362 background

This text has white color on #974362 background.