COLOR #7E3B58

HEX: #7E3B58
RGB: (126,59,88)

Color info

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

RGB color model

#7E3B58 color RGB value is (126,59,88).

  • red value is 126;
  • green value is 59;
  • blue value is 88.
RGB:
(126,59,88)
(49%,23%,35%)

RGB channels and saturation

R 126 of 255 = 49%
G 59 of 255 = 23%
B 88 of 255 = 35%

126
59
88

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

Portions of RGB colors in percentages

R + G + B =
126 + 59 + 88 = 273 (100%)
R 126 of 273 ~ 46.15%
G 59 of 273 ~ 21.61%
B 88 of 273 ~ 32.23%

%46.15
%21.61
%32.23

CMYK color model

#7E3B58 color CMYK value is (0,53,30,51).

  • cyan value is 0.00%
  • magenta value is 53.17%
  • yellow value is 30.16%
  • key color value is 50.59%
CMYK:
(0,53,30,51)
C0M53Y30K51 
(0%,53%,30%,51%)
(0.00/0.53/0.30/0.51)	

CMYK percentages

%0
%53.17
%30.16
%50.59

Codes

Color #7E3B58 in popluar color models

7E3B58
RGB1265988
HSL334°36.22%36.27%
HSB/HSV334°53.17%49.41%
CMYK0.00%53.17%30.16%
50.59%

Color #7E3B58 in popluar number systems.

HEX7E3B58
Decimal1265988
Binary11111101110111011000
Octal17673130

Shades and tints

Shades of #7E3B58

#7E3B58
(126,59,88)
#733650
(115,54,80)
#683148
(104,49,72)
#5D2C40
(93,44,64)
#522738
(82,39,56)
#472230
(71,34,48)
#3C1D28
(60,29,40)
#311820
(49,24,32)
#261318
(38,19,24)
#1B0E10
(27,14,16)
#100908
(16,9,8)
#000000
(0,0,0)

Tints of #7E3B58

#7E3B58
(126,59,88)
#894C67
(137,76,103)
#945D76
(148,93,118)
#9F6E85
(159,110,133)
#AA7F94
(170,127,148)
#B590A3
(181,144,163)
#C0A1B2
(192,161,178)
#CBB2C1
(203,178,193)
#D6C3D0
(214,195,208)
#E1D4DF
(225,212,223)
#ECE5EE
(236,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E3B58; }

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

This text font color is #7E3B58.


Background Color

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

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

This div background color is #7E3B58.


Border color

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

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

This div border color is #7E3B58.


Opacity

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

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

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

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

This text has shadow with #7E3B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3B58 on black background.


Color preview on white background

This text has color #7E3B58 on white background.



Black color preview on #7E3B58 background

This text has black color on #7E3B58 background.


White color preview on #7E3B58 background

This text has white color on #7E3B58 background.