COLOR #7C5393

HEX: #7C5393
RGB: (124,83,147)

Color info

#7C5393 contains mainly red and blue colors. Web safe color of #7C5393 is #666699 (or #669).

RGB color model

#7C5393 color RGB value is (124,83,147).

  • red value is 124;
  • green value is 83;
  • blue value is 147.
RGB:
(124,83,147)
(49%,33%,58%)

RGB channels and saturation

R 124 of 255 = 49%
G 83 of 255 = 33%
B 147 of 255 = 58%

124
83
147

R + G + B ~ 47%. #7C5393 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
124 + 83 + 147 = 354 (100%)
R 124 of 354 ~ 35.03%
G 83 of 354 ~ 23.45%
B 147 of 354 ~ 41.53%

%35.03
%23.45
%41.53

CMYK color model

#7C5393 color CMYK value is (16,44,0,42).

  • cyan value is 15.65%
  • magenta value is 43.54%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(16,44,0,42)
C16M44Y0K42 
(16%,44%,0%,42%)
(0.16/0.44/0.00/0.42)	

CMYK percentages

%15.65
%43.54
%0
%42.35

Codes

Color #7C5393 in popluar color models

7C5393
RGB12483147
HSL278°27.83%45.10%
HSB/HSV278°43.54%57.65%
CMYK15.65%43.54%0.00%
42.35%

Color #7C5393 in popluar number systems.

HEX7C5393
Decimal12483147
Binary1111100101001110010011
Octal174123223

Shades and tints

Shades of #7C5393

#7C5393
(124,83,147)
#714C86
(113,76,134)
#664579
(102,69,121)
#5B3E6C
(91,62,108)
#50375F
(80,55,95)
#453052
(69,48,82)
#3A2945
(58,41,69)
#2F2238
(47,34,56)
#241B2B
(36,27,43)
#19141E
(25,20,30)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #7C5393

#7C5393
(124,83,147)
#87629C
(135,98,156)
#9271A5
(146,113,165)
#9D80AE
(157,128,174)
#A88FB7
(168,143,183)
#B39EC0
(179,158,192)
#BEADC9
(190,173,201)
#C9BCD2
(201,188,210)
#D4CBDB
(212,203,219)
#DFDAE4
(223,218,228)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C5393 color. Also use rgb(124,83,147) instead hex code.

Text Font Color

.myTextColor { color: #7C5393; }

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

This text font color is #7C5393.


Background Color

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

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

This div background color is #7C5393.


Border color

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

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

This div border color is #7C5393.


Opacity

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

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

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

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

This text has shadow with #7C5393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5393 on black background.


Color preview on white background

This text has color #7C5393 on white background.



Black color preview on #7C5393 background

This text has black color on #7C5393 background.


White color preview on #7C5393 background

This text has white color on #7C5393 background.