COLOR #973C5F

HEX: #973C5F RGB: (151,60,95)

Color info

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

RGB color model

#973C5F color RGB value is (151,60,95).

RGB: (151,60,95) (59%, 24%, 37%)

RGB channels and saturation

R 151 of 255 = 59%
G 60 of 255 = 24%
B 95 of 255 = 37%

151
60
95

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

Portions of RGB colors in percentages

R + G + B = 151 + 60 + 95 = 306 (100%)
R 151 of 306 ~ 49.35%
G 60 of 306 ~ 19.61%
B 95 of 306 ~ 31.05'%

%49.35
%19.61
%31.05

CMYK color model

#973C5F color CMYK value is (0,60,37,41).

  • cyan value is 0.00%
  • magenta value is 60.26%
  • yellow value is 37.09%
  • key color value is 40.78%
CMYK: (0,60,37,41) C0M60Y37K41 (0%,60%,37%,41%) (0.00/0.60/0.37/0.41) 

CMYK percentages

%0
%60.26
%37.09
%40.78

Codes

Color #973C5F in popluar color models

97 3C 5F
RGB 151 60 95
HSL 337° 43.13% 41.37%
HSB/HSV 337° 60.26% 59.22%
CMYK 0.00% 60.26% 37.09%
40.78%

Color #973C5F in popluar number systems.

HEX 97 3C 5F
Decimal 151 60 95
Binary 10010111 111100 1011111
Octal 227 74 137

Shades and tints

Shades of #973C5F

#973C5F
(151,60,95)
#8A3757
(138,55,87)
#7D324F
(125,50,79)
#702D47
(112,45,71)
#63283F
(99,40,63)
#562337
(86,35,55)
#491E2F
(73,30,47)
#3C1927
(60,25,39)
#2F141F
(47,20,31)
#220F17
(34,15,23)
#150A0F
(21,10,15)
#000000
(0,0,0)

Tints of #973C5F

#973C5F
(151,60,95)
#A04D6D
(160,77,109)
#A95E7B
(169,94,123)
#B26F89
(178,111,137)
#BB8097
(187,128,151)
#C491A5
(196,145,165)
#CDA2B3
(205,162,179)
#D6B3C1
(214,179,193)
#DFC4CF
(223,196,207)
#E8D5DD
(232,213,221)
#F1E6EB
(241,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #973C5F color. Also use rgb(151,60,95) instead hex code.

Text Font Color

.myTextColor { color: #973C5F; }

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

This text font color is #973C5F.

Background Color

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

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

This div background color is #973C5F.

Border color

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

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

This div border color is #973C5F.

Opacity

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

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

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

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

This text has shadow with #973C5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #973C5F.

Preview

Color preview on black background

This text has color #973C5F on black background.


Color preview on white background

This text has color #973C5F on white background.


Black color preview on #973C5F background

This text has black color on #973C5F background.


White color preview on #973C5F background

This text has white color on #973C5F background.


Related colors

Complementary color

Complementary color for #hex is #68C3A0.


I love getcolorcode.com

Triadic colors

1 #5F973C and #3C5F97 with #973C5F are triadic colors.

2 #5F3C97 and #3C975F with #973C5F are triadic colors.