COLOR #973E76

HEX: #973E76
RGB: (151,62,118)

Color info

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

RGB color model

#973E76 color RGB value is (151,62,118).

  • red value is 151;
  • green value is 62;
  • blue value is 118.
RGB:
(151,62,118)
(59%,24%,46%)

RGB channels and saturation

R 151 of 255 = 59%
G 62 of 255 = 24%
B 118 of 255 = 46%

151
62
118

R + G + B ~ 43%. #973E76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 62 + 118 = 331 (100%)
R 151 of 331 ~ 45.62%
G 62 of 331 ~ 18.73%
B 118 of 331 ~ 35.65%

%45.62
%18.73
%35.65

CMYK color model

#973E76 color CMYK value is (0,59,22,41).

  • cyan value is 0.00%
  • magenta value is 58.94%
  • yellow value is 21.85%
  • key color value is 40.78%
CMYK:
(0,59,22,41)
C0M59Y22K41 
(0%,59%,22%,41%)
(0.00/0.59/0.22/0.41)	

CMYK percentages

%0
%58.94
%21.85
%40.78

Codes

Color #973E76 in popluar color models

973E76
RGB15162118
HSL322°41.78%41.76%
HSB/HSV322°58.94%59.22%
CMYK0.00%58.94%21.85%
40.78%

Color #973E76 in popluar number systems.

HEX973E76
Decimal15162118
Binary100101111111101110110
Octal22776166

Shades and tints

Shades of #973E76

#973E76
(151,62,118)
#8A396C
(138,57,108)
#7D3462
(125,52,98)
#702F58
(112,47,88)
#632A4E
(99,42,78)
#562544
(86,37,68)
#49203A
(73,32,58)
#3C1B30
(60,27,48)
#2F1626
(47,22,38)
#22111C
(34,17,28)
#150C12
(21,12,18)
#000000
(0,0,0)

Tints of #973E76

#973E76
(151,62,118)
#A04F82
(160,79,130)
#A9608E
(169,96,142)
#B2719A
(178,113,154)
#BB82A6
(187,130,166)
#C493B2
(196,147,178)
#CDA4BE
(205,164,190)
#D6B5CA
(214,181,202)
#DFC6D6
(223,198,214)
#E8D7E2
(232,215,226)
#F1E8EE
(241,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #973E76 color. Also use rgb(151,62,118) instead hex code.

Text Font Color

.myTextColor { color: #973E76; }

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

This text font color is #973E76.


Background Color

.myBgColor { background-color: #973E76; }

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

This div background color is #973E76.


Border color

.myBorderColor { border: 1px solid #973E76; }

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

This div border color is #973E76.


Opacity

.myOpacity80 { color: #973E76; opacity: 0.8; }

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

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

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

This text has shadow with #973E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #973E76 on black background.


Color preview on white background

This text has color #973E76 on white background.



Black color preview on #973E76 background

This text has black color on #973E76 background.


White color preview on #973E76 background

This text has white color on #973E76 background.