COLOR #7E3A5B

HEX: #7E3A5B
RGB: (126,58,91)

Color info

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

RGB color model

#7E3A5B color RGB value is (126,58,91).

  • red value is 126;
  • green value is 58;
  • blue value is 91.
RGB:
(126,58,91)
(49%,23%,36%)

RGB channels and saturation

R 126 of 255 = 49%
G 58 of 255 = 23%
B 91 of 255 = 36%

126
58
91

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

Portions of RGB colors in percentages

R + G + B =
126 + 58 + 91 = 275 (100%)
R 126 of 275 ~ 45.82%
G 58 of 275 ~ 21.09%
B 91 of 275 ~ 33.09%

%45.82
%21.09
%33.09

CMYK color model

#7E3A5B color CMYK value is (0,54,28,51).

  • cyan value is 0.00%
  • magenta value is 53.97%
  • yellow value is 27.78%
  • key color value is 50.59%
CMYK:
(0,54,28,51)
C0M54Y28K51 
(0%,54%,28%,51%)
(0.00/0.54/0.28/0.51)	

CMYK percentages

%0
%53.97
%27.78
%50.59

Codes

Color #7E3A5B in popluar color models

7E3A5B
RGB1265891
HSL331°36.96%36.08%
HSB/HSV331°53.97%49.41%
CMYK0.00%53.97%27.78%
50.59%

Color #7E3A5B in popluar number systems.

HEX7E3A5B
Decimal1265891
Binary11111101110101011011
Octal17672133

Shades and tints

Shades of #7E3A5B

#7E3A5B
(126,58,91)
#733553
(115,53,83)
#68304B
(104,48,75)
#5D2B43
(93,43,67)
#52263B
(82,38,59)
#472133
(71,33,51)
#3C1C2B
(60,28,43)
#311723
(49,23,35)
#26121B
(38,18,27)
#1B0D13
(27,13,19)
#10080B
(16,8,11)
#000000
(0,0,0)

Tints of #7E3A5B

#7E3A5B
(126,58,91)
#894B69
(137,75,105)
#945C77
(148,92,119)
#9F6D85
(159,109,133)
#AA7E93
(170,126,147)
#B58FA1
(181,143,161)
#C0A0AF
(192,160,175)
#CBB1BD
(203,177,189)
#D6C2CB
(214,194,203)
#E1D3D9
(225,211,217)
#ECE4E7
(236,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E3A5B; }

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

This text font color is #7E3A5B.


Background Color

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

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

This div background color is #7E3A5B.


Border color

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

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

This div border color is #7E3A5B.


Opacity

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

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

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

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

This text has shadow with #7E3A5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3A5B on black background.


Color preview on white background

This text has color #7E3A5B on white background.



Black color preview on #7E3A5B background

This text has black color on #7E3A5B background.


White color preview on #7E3A5B background

This text has white color on #7E3A5B background.