COLOR #973758

HEX: #973758
RGB: (151,55,88)

Color info

#973758 contains mainly red color. Web safe color of #973758 is #993366 (or #936).

RGB color model

#973758 color RGB value is (151,55,88).

  • red value is 151;
  • green value is 55;
  • blue value is 88.
RGB:
(151,55,88)
(59%,22%,35%)

RGB channels and saturation

R 151 of 255 = 59%
G 55 of 255 = 22%
B 88 of 255 = 35%

151
55
88

R + G + B ~ 39%. #973758 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 55 + 88 = 294 (100%)
R 151 of 294 ~ 51.36%
G 55 of 294 ~ 18.71%
B 88 of 294 ~ 29.93%

%51.36
%18.71
%29.93

CMYK color model

#973758 color CMYK value is (0,64,42,41).

  • cyan value is 0.00%
  • magenta value is 63.58%
  • yellow value is 41.72%
  • key color value is 40.78%
CMYK:
(0,64,42,41)
C0M64Y42K41 
(0%,64%,42%,41%)
(0.00/0.64/0.42/0.41)	

CMYK percentages

%0
%63.58
%41.72
%40.78

Codes

Color #973758 in popluar color models

973758
RGB1515588
HSL339°46.60%40.39%
HSB/HSV339°63.58%59.22%
CMYK0.00%63.58%41.72%
40.78%

Color #973758 in popluar number systems.

HEX973758
Decimal1515588
Binary100101111101111011000
Octal22767130

Shades and tints

Shades of #973758

#973758
(151,55,88)
#8A3250
(138,50,80)
#7D2D48
(125,45,72)
#702840
(112,40,64)
#632338
(99,35,56)
#561E30
(86,30,48)
#491928
(73,25,40)
#3C1420
(60,20,32)
#2F0F18
(47,15,24)
#220A10
(34,10,16)
#150508
(21,5,8)
#000000
(0,0,0)

Tints of #973758

#973758
(151,55,88)
#A04967
(160,73,103)
#A95B76
(169,91,118)
#B26D85
(178,109,133)
#BB7F94
(187,127,148)
#C491A3
(196,145,163)
#CDA3B2
(205,163,178)
#D6B5C1
(214,181,193)
#DFC7D0
(223,199,208)
#E8D9DF
(232,217,223)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #973758 color. Also use rgb(151,55,88) instead hex code.

Text Font Color

.myTextColor { color: #973758; }

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

This text font color is #973758.


Background Color

.myBgColor { background-color: #973758; }

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

This div background color is #973758.


Border color

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

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

This div border color is #973758.


Opacity

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

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

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

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

This text has shadow with #973758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #973758 on black background.


Color preview on white background

This text has color #973758 on white background.



Black color preview on #973758 background

This text has black color on #973758 background.


White color preview on #973758 background

This text has white color on #973758 background.