COLOR #753970

HEX: #753970
RGB: (117,57,112)

Color info

#753970 contains mainly red and blue colors. Web safe color of #753970 is #663366 (or #636).

RGB color model

#753970 color RGB value is (117,57,112).

  • red value is 117;
  • green value is 57;
  • blue value is 112.
RGB:
(117,57,112)
(46%,22%,44%)

RGB channels and saturation

R 117 of 255 = 46%
G 57 of 255 = 22%
B 112 of 255 = 44%

117
57
112

R + G + B ~ 37%. #753970 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 57 + 112 = 286 (100%)
R 117 of 286 ~ 40.91%
G 57 of 286 ~ 19.93%
B 112 of 286 ~ 39.16%

%40.91
%19.93
%39.16

CMYK color model

#753970 color CMYK value is (0,51,4,54).

  • cyan value is 0.00%
  • magenta value is 51.28%
  • yellow value is 4.27%
  • key color value is 54.12%
CMYK:
(0,51,4,54)
C0M51Y4K54 
(0%,51%,4%,54%)
(0.00/0.51/0.04/0.54)	

CMYK percentages

%0
%51.28
%4.27
%54.12

Codes

Color #753970 in popluar color models

753970
RGB11757112
HSL305°34.48%34.12%
HSB/HSV305°51.28%45.88%
CMYK0.00%51.28%4.27%
54.12%

Color #753970 in popluar number systems.

HEX753970
Decimal11757112
Binary11101011110011110000
Octal16571160

Shades and tints

Shades of #753970

#753970
(117,57,112)
#6B3466
(107,52,102)
#612F5C
(97,47,92)
#572A52
(87,42,82)
#4D2548
(77,37,72)
#43203E
(67,32,62)
#391B34
(57,27,52)
#2F162A
(47,22,42)
#251120
(37,17,32)
#1B0C16
(27,12,22)
#11070C
(17,7,12)
#000000
(0,0,0)

Tints of #753970

#753970
(117,57,112)
#814B7D
(129,75,125)
#8D5D8A
(141,93,138)
#996F97
(153,111,151)
#A581A4
(165,129,164)
#B193B1
(177,147,177)
#BDA5BE
(189,165,190)
#C9B7CB
(201,183,203)
#D5C9D8
(213,201,216)
#E1DBE5
(225,219,229)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #753970 color. Also use rgb(117,57,112) instead hex code.

Text Font Color

.myTextColor { color: #753970; }

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

This text font color is #753970.


Background Color

.myBgColor { background-color: #753970; }

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

This div background color is #753970.


Border color

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

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

This div border color is #753970.


Opacity

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

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

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

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

This text has shadow with #753970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753970 on black background.


Color preview on white background

This text has color #753970 on white background.



Black color preview on #753970 background

This text has black color on #753970 background.


White color preview on #753970 background

This text has white color on #753970 background.