COLOR #7E3960

HEX: #7E3960
RGB: (126,57,96)

Color info

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

RGB color model

#7E3960 color RGB value is (126,57,96).

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

RGB channels and saturation

R 126 of 255 = 49%
G 57 of 255 = 22%
B 96 of 255 = 38%

126
57
96

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

Portions of RGB colors in percentages

R + G + B =
126 + 57 + 96 = 279 (100%)
R 126 of 279 ~ 45.16%
G 57 of 279 ~ 20.43%
B 96 of 279 ~ 34.41%

%45.16
%20.43
%34.41

CMYK color model

#7E3960 color CMYK value is (0,55,24,51).

  • cyan value is 0.00%
  • magenta value is 54.76%
  • yellow value is 23.81%
  • key color value is 50.59%
CMYK:
(0,55,24,51)
C0M55Y24K51 
(0%,55%,24%,51%)
(0.00/0.55/0.24/0.51)	

CMYK percentages

%0
%54.76
%23.81
%50.59

Codes

Color #7E3960 in popluar color models

7E3960
RGB1265796
HSL326°37.70%35.88%
HSB/HSV326°54.76%49.41%
CMYK0.00%54.76%23.81%
50.59%

Color #7E3960 in popluar number systems.

HEX7E3960
Decimal1265796
Binary11111101110011100000
Octal17671140

Shades and tints

Shades of #7E3960

#7E3960
(126,57,96)
#733458
(115,52,88)
#682F50
(104,47,80)
#5D2A48
(93,42,72)
#522540
(82,37,64)
#472038
(71,32,56)
#3C1B30
(60,27,48)
#311628
(49,22,40)
#261120
(38,17,32)
#1B0C18
(27,12,24)
#100710
(16,7,16)
#000000
(0,0,0)

Tints of #7E3960

#7E3960
(126,57,96)
#894B6E
(137,75,110)
#945D7C
(148,93,124)
#9F6F8A
(159,111,138)
#AA8198
(170,129,152)
#B593A6
(181,147,166)
#C0A5B4
(192,165,180)
#CBB7C2
(203,183,194)
#D6C9D0
(214,201,208)
#E1DBDE
(225,219,222)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E3960; }

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

This text font color is #7E3960.


Background Color

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

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

This div background color is #7E3960.


Border color

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

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

This div border color is #7E3960.


Opacity

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

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

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

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

This text has shadow with #7E3960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3960 on black background.


Color preview on white background

This text has color #7E3960 on white background.



Black color preview on #7E3960 background

This text has black color on #7E3960 background.


White color preview on #7E3960 background

This text has white color on #7E3960 background.