COLOR #7C3573

HEX: #7C3573
RGB: (124,53,115)

Color info

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

RGB color model

#7C3573 color RGB value is (124,53,115).

  • red value is 124;
  • green value is 53;
  • blue value is 115.
RGB:
(124,53,115)
(49%,21%,45%)

RGB channels and saturation

R 124 of 255 = 49%
G 53 of 255 = 21%
B 115 of 255 = 45%

124
53
115

R + G + B ~ 38%. #7C3573 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 53 + 115 = 292 (100%)
R 124 of 292 ~ 42.47%
G 53 of 292 ~ 18.15%
B 115 of 292 ~ 39.38%

%42.47
%18.15
%39.38

CMYK color model

#7C3573 color CMYK value is (0,57,7,51).

  • cyan value is 0.00%
  • magenta value is 57.26%
  • yellow value is 7.26%
  • key color value is 51.37%
CMYK:
(0,57,7,51)
C0M57Y7K51 
(0%,57%,7%,51%)
(0.00/0.57/0.07/0.51)	

CMYK percentages

%0
%57.26
%7.26
%51.37

Codes

Color #7C3573 in popluar color models

7C3573
RGB12453115
HSL308°40.11%34.71%
HSB/HSV308°57.26%48.63%
CMYK0.00%57.26%7.26%
51.37%

Color #7C3573 in popluar number systems.

HEX7C3573
Decimal12453115
Binary11111001101011110011
Octal17465163

Shades and tints

Shades of #7C3573

#7C3573
(124,53,115)
#713169
(113,49,105)
#662D5F
(102,45,95)
#5B2955
(91,41,85)
#50254B
(80,37,75)
#452141
(69,33,65)
#3A1D37
(58,29,55)
#2F192D
(47,25,45)
#241523
(36,21,35)
#191119
(25,17,25)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #7C3573

#7C3573
(124,53,115)
#87477F
(135,71,127)
#92598B
(146,89,139)
#9D6B97
(157,107,151)
#A87DA3
(168,125,163)
#B38FAF
(179,143,175)
#BEA1BB
(190,161,187)
#C9B3C7
(201,179,199)
#D4C5D3
(212,197,211)
#DFD7DF
(223,215,223)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C3573 color. Also use rgb(124,53,115) instead hex code.

Text Font Color

.myTextColor { color: #7C3573; }

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

This text font color is #7C3573.


Background Color

.myBgColor { background-color: #7C3573; }

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

This div background color is #7C3573.


Border color

.myBorderColor { border: 1px solid #7C3573; }

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

This div border color is #7C3573.


Opacity

.myOpacity80 { color: #7C3573; opacity: 0.8; }

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

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

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

This text has shadow with #7C3573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3573 on black background.


Color preview on white background

This text has color #7C3573 on white background.



Black color preview on #7C3573 background

This text has black color on #7C3573 background.


White color preview on #7C3573 background

This text has white color on #7C3573 background.