COLOR #7E396F

HEX: #7E396F
RGB: (126,57,111)

Color info

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

RGB color model

#7E396F color RGB value is (126,57,111).

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

RGB channels and saturation

R 126 of 255 = 49%
G 57 of 255 = 22%
B 111 of 255 = 44%

126
57
111

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

Portions of RGB colors in percentages

R + G + B =
126 + 57 + 111 = 294 (100%)
R 126 of 294 ~ 42.86%
G 57 of 294 ~ 19.39%
B 111 of 294 ~ 37.76%

%42.86
%19.39
%37.76

CMYK color model

#7E396F color CMYK value is (0,55,12,51).

  • cyan value is 0.00%
  • magenta value is 54.76%
  • yellow value is 11.90%
  • key color value is 50.59%
CMYK:
(0,55,12,51)
C0M55Y12K51 
(0%,55%,12%,51%)
(0.00/0.55/0.12/0.51)	

CMYK percentages

%0
%54.76
%11.9
%50.59

Codes

Color #7E396F in popluar color models

7E396F
RGB12657111
HSL313°37.70%35.88%
HSB/HSV313°54.76%49.41%
CMYK0.00%54.76%11.90%
50.59%

Color #7E396F in popluar number systems.

HEX7E396F
Decimal12657111
Binary11111101110011101111
Octal17671157

Shades and tints

Shades of #7E396F

#7E396F
(126,57,111)
#733465
(115,52,101)
#682F5B
(104,47,91)
#5D2A51
(93,42,81)
#522547
(82,37,71)
#47203D
(71,32,61)
#3C1B33
(60,27,51)
#311629
(49,22,41)
#26111F
(38,17,31)
#1B0C15
(27,12,21)
#10070B
(16,7,11)
#000000
(0,0,0)

Tints of #7E396F

#7E396F
(126,57,111)
#894B7C
(137,75,124)
#945D89
(148,93,137)
#9F6F96
(159,111,150)
#AA81A3
(170,129,163)
#B593B0
(181,147,176)
#C0A5BD
(192,165,189)
#CBB7CA
(203,183,202)
#D6C9D7
(214,201,215)
#E1DBE4
(225,219,228)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E396F; }

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

This text font color is #7E396F.


Background Color

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

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

This div background color is #7E396F.


Border color

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

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

This div border color is #7E396F.


Opacity

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

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

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

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

This text has shadow with #7E396F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E396F on black background.


Color preview on white background

This text has color #7E396F on white background.



Black color preview on #7E396F background

This text has black color on #7E396F background.


White color preview on #7E396F background

This text has white color on #7E396F background.