COLOR #7E3560

HEX: #7E3560
RGB: (126,53,96)

Color info

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

RGB color model

#7E3560 color RGB value is (126,53,96).

  • red value is 126;
  • green value is 53;
  • blue value is 96.
RGB:
(126,53,96)
(49%,21%,38%)

RGB channels and saturation

R 126 of 255 = 49%
G 53 of 255 = 21%
B 96 of 255 = 38%

126
53
96

R + G + B ~ 36%. #7E3560 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 53 + 96 = 275 (100%)
R 126 of 275 ~ 45.82%
G 53 of 275 ~ 19.27%
B 96 of 275 ~ 34.91%

%45.82
%19.27
%34.91

CMYK color model

#7E3560 color CMYK value is (0,58,24,51).

  • cyan value is 0.00%
  • magenta value is 57.94%
  • yellow value is 23.81%
  • key color value is 50.59%
CMYK:
(0,58,24,51)
C0M58Y24K51 
(0%,58%,24%,51%)
(0.00/0.58/0.24/0.51)	

CMYK percentages

%0
%57.94
%23.81
%50.59

Codes

Color #7E3560 in popluar color models

7E3560
RGB1265396
HSL325°40.78%35.10%
HSB/HSV325°57.94%49.41%
CMYK0.00%57.94%23.81%
50.59%

Color #7E3560 in popluar number systems.

HEX7E3560
Decimal1265396
Binary11111101101011100000
Octal17665140

Shades and tints

Shades of #7E3560

#7E3560
(126,53,96)
#733158
(115,49,88)
#682D50
(104,45,80)
#5D2948
(93,41,72)
#522540
(82,37,64)
#472138
(71,33,56)
#3C1D30
(60,29,48)
#311928
(49,25,40)
#261520
(38,21,32)
#1B1118
(27,17,24)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #7E3560

#7E3560
(126,53,96)
#89476E
(137,71,110)
#94597C
(148,89,124)
#9F6B8A
(159,107,138)
#AA7D98
(170,125,152)
#B58FA6
(181,143,166)
#C0A1B4
(192,161,180)
#CBB3C2
(203,179,194)
#D6C5D0
(214,197,208)
#E1D7DE
(225,215,222)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E3560 color. Also use rgb(126,53,96) instead hex code.

Text Font Color

.myTextColor { color: #7E3560; }

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

This text font color is #7E3560.


Background Color

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

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

This div background color is #7E3560.


Border color

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

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

This div border color is #7E3560.


Opacity

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

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

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

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

This text has shadow with #7E3560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3560 on black background.


Color preview on white background

This text has color #7E3560 on white background.



Black color preview on #7E3560 background

This text has black color on #7E3560 background.


White color preview on #7E3560 background

This text has white color on #7E3560 background.