COLOR #7C3596

HEX: #7C3596
RGB: (124,53,150)

Color info

#7C3596 contains mainly red and blue colors. Web safe color of #7C3596 is #663399 (or #639).

RGB color model

#7C3596 color RGB value is (124,53,150).

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

RGB channels and saturation

R 124 of 255 = 49%
G 53 of 255 = 21%
B 150 of 255 = 59%

124
53
150

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

Portions of RGB colors in percentages

R + G + B =
124 + 53 + 150 = 327 (100%)
R 124 of 327 ~ 37.92%
G 53 of 327 ~ 16.21%
B 150 of 327 ~ 45.87%

%37.92
%16.21
%45.87

CMYK color model

#7C3596 color CMYK value is (17,65,0,41).

  • cyan value is 17.33%
  • magenta value is 64.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(17,65,0,41)
C17M65Y0K41 
(17%,65%,0%,41%)
(0.17/0.65/0.00/0.41)	

CMYK percentages

%17.33
%64.67
%0
%41.18

Codes

Color #7C3596 in popluar color models

7C3596
RGB12453150
HSL284°47.78%39.80%
HSB/HSV284°64.67%58.82%
CMYK17.33%64.67%0.00%
41.18%

Color #7C3596 in popluar number systems.

HEX7C3596
Decimal12453150
Binary111110011010110010110
Octal17465226

Shades and tints

Shades of #7C3596

#7C3596
(124,53,150)
#713189
(113,49,137)
#662D7C
(102,45,124)
#5B296F
(91,41,111)
#502562
(80,37,98)
#452155
(69,33,85)
#3A1D48
(58,29,72)
#2F193B
(47,25,59)
#24152E
(36,21,46)
#191121
(25,17,33)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #7C3596

#7C3596
(124,53,150)
#87479F
(135,71,159)
#9259A8
(146,89,168)
#9D6BB1
(157,107,177)
#A87DBA
(168,125,186)
#B38FC3
(179,143,195)
#BEA1CC
(190,161,204)
#C9B3D5
(201,179,213)
#D4C5DE
(212,197,222)
#DFD7E7
(223,215,231)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C3596; }

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

This text font color is #7C3596.


Background Color

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

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

This div background color is #7C3596.


Border color

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

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

This div border color is #7C3596.


Opacity

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

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

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

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

This text has shadow with #7C3596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3596 on black background.


Color preview on white background

This text has color #7C3596 on white background.



Black color preview on #7C3596 background

This text has black color on #7C3596 background.


White color preview on #7C3596 background

This text has white color on #7C3596 background.