COLOR #973673

HEX: #973673
RGB: (151,54,115)

Color info

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

RGB color model

#973673 color RGB value is (151,54,115).

  • red value is 151;
  • green value is 54;
  • blue value is 115.
RGB:
(151,54,115)
(59%,21%,45%)

RGB channels and saturation

R 151 of 255 = 59%
G 54 of 255 = 21%
B 115 of 255 = 45%

151
54
115

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

Portions of RGB colors in percentages

R + G + B =
151 + 54 + 115 = 320 (100%)
R 151 of 320 ~ 47.19%
G 54 of 320 ~ 16.88%
B 115 of 320 ~ 35.94%

%47.19
%16.88
%35.94

CMYK color model

#973673 color CMYK value is (0,64,24,41).

  • cyan value is 0.00%
  • magenta value is 64.24%
  • yellow value is 23.84%
  • key color value is 40.78%
CMYK:
(0,64,24,41)
C0M64Y24K41 
(0%,64%,24%,41%)
(0.00/0.64/0.24/0.41)	

CMYK percentages

%0
%64.24
%23.84
%40.78

Codes

Color #973673 in popluar color models

973673
RGB15154115
HSL322°47.32%40.20%
HSB/HSV322°64.24%59.22%
CMYK0.00%64.24%23.84%
40.78%

Color #973673 in popluar number systems.

HEX973673
Decimal15154115
Binary100101111101101110011
Octal22766163

Shades and tints

Shades of #973673

#973673
(151,54,115)
#8A3269
(138,50,105)
#7D2E5F
(125,46,95)
#702A55
(112,42,85)
#63264B
(99,38,75)
#562241
(86,34,65)
#491E37
(73,30,55)
#3C1A2D
(60,26,45)
#2F1623
(47,22,35)
#221219
(34,18,25)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #973673

#973673
(151,54,115)
#A0487F
(160,72,127)
#A95A8B
(169,90,139)
#B26C97
(178,108,151)
#BB7EA3
(187,126,163)
#C490AF
(196,144,175)
#CDA2BB
(205,162,187)
#D6B4C7
(214,180,199)
#DFC6D3
(223,198,211)
#E8D8DF
(232,216,223)
#F1EAEB
(241,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #973673 color. Also use rgb(151,54,115) instead hex code.

Text Font Color

.myTextColor { color: #973673; }

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

This text font color is #973673.


Background Color

.myBgColor { background-color: #973673; }

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

This div background color is #973673.


Border color

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

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

This div border color is #973673.


Opacity

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

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

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

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

This text has shadow with #973673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #973673 on black background.


Color preview on white background

This text has color #973673 on white background.



Black color preview on #973673 background

This text has black color on #973673 background.


White color preview on #973673 background

This text has white color on #973673 background.