COLOR #7E337E

HEX: #7E337E
RGB: (126,51,126)

Color info

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

RGB color model

#7E337E color RGB value is (126,51,126).

  • red value is 126;
  • green value is 51;
  • blue value is 126.
RGB:
(126,51,126)
(49%,20%,49%)

RGB channels and saturation

R 126 of 255 = 49%
G 51 of 255 = 20%
B 126 of 255 = 49%

126
51
126

R + G + B ~ 39%. #7E337E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 51 + 126 = 303 (100%)
R 126 of 303 ~ 41.58%
G 51 of 303 ~ 16.83%
B 126 of 303 ~ 41.58%

%41.58
%16.83
%41.58

CMYK color model

#7E337E color CMYK value is (0,60,0,51).

  • cyan value is 0.00%
  • magenta value is 59.52%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(0,60,0,51)
C0M60Y0K51 
(0%,60%,0%,51%)
(0.00/0.60/0.00/0.51)	

CMYK percentages

%0
%59.52
%0
%50.59

Codes

Color #7E337E in popluar color models

7E337E
RGB12651126
HSL300°42.37%34.71%
HSB/HSV300°59.52%49.41%
CMYK0.00%59.52%0.00%
50.59%

Color #7E337E in popluar number systems.

HEX7E337E
Decimal12651126
Binary11111101100111111110
Octal17663176

Shades and tints

Shades of #7E337E

#7E337E
(126,51,126)
#732F73
(115,47,115)
#682B68
(104,43,104)
#5D275D
(93,39,93)
#522352
(82,35,82)
#471F47
(71,31,71)
#3C1B3C
(60,27,60)
#311731
(49,23,49)
#261326
(38,19,38)
#1B0F1B
(27,15,27)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #7E337E

#7E337E
(126,51,126)
#894589
(137,69,137)
#945794
(148,87,148)
#9F699F
(159,105,159)
#AA7BAA
(170,123,170)
#B58DB5
(181,141,181)
#C09FC0
(192,159,192)
#CBB1CB
(203,177,203)
#D6C3D6
(214,195,214)
#E1D5E1
(225,213,225)
#ECE7EC
(236,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E337E; }

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

This text font color is #7E337E.


Background Color

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

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

This div background color is #7E337E.


Border color

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

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

This div border color is #7E337E.


Opacity

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

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

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

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

This text has shadow with #7E337E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E337E on black background.


Color preview on white background

This text has color #7E337E on white background.



Black color preview on #7E337E background

This text has black color on #7E337E background.


White color preview on #7E337E background

This text has white color on #7E337E background.