COLOR #7E3B69

HEX: #7E3B69
RGB: (126,59,105)

Color info

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

RGB color model

#7E3B69 color RGB value is (126,59,105).

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

RGB channels and saturation

R 126 of 255 = 49%
G 59 of 255 = 23%
B 105 of 255 = 41%

126
59
105

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

Portions of RGB colors in percentages

R + G + B =
126 + 59 + 105 = 290 (100%)
R 126 of 290 ~ 43.45%
G 59 of 290 ~ 20.34%
B 105 of 290 ~ 36.21%

%43.45
%20.34
%36.21

CMYK color model

#7E3B69 color CMYK value is (0,53,17,51).

  • cyan value is 0.00%
  • magenta value is 53.17%
  • yellow value is 16.67%
  • key color value is 50.59%
CMYK:
(0,53,17,51)
C0M53Y17K51 
(0%,53%,17%,51%)
(0.00/0.53/0.17/0.51)	

CMYK percentages

%0
%53.17
%16.67
%50.59

Codes

Color #7E3B69 in popluar color models

7E3B69
RGB12659105
HSL319°36.22%36.27%
HSB/HSV319°53.17%49.41%
CMYK0.00%53.17%16.67%
50.59%

Color #7E3B69 in popluar number systems.

HEX7E3B69
Decimal12659105
Binary11111101110111101001
Octal17673151

Shades and tints

Shades of #7E3B69

#7E3B69
(126,59,105)
#733660
(115,54,96)
#683157
(104,49,87)
#5D2C4E
(93,44,78)
#522745
(82,39,69)
#47223C
(71,34,60)
#3C1D33
(60,29,51)
#31182A
(49,24,42)
#261321
(38,19,33)
#1B0E18
(27,14,24)
#10090F
(16,9,15)
#000000
(0,0,0)

Tints of #7E3B69

#7E3B69
(126,59,105)
#894C76
(137,76,118)
#945D83
(148,93,131)
#9F6E90
(159,110,144)
#AA7F9D
(170,127,157)
#B590AA
(181,144,170)
#C0A1B7
(192,161,183)
#CBB2C4
(203,178,196)
#D6C3D1
(214,195,209)
#E1D4DE
(225,212,222)
#ECE5EB
(236,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E3B69; }

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

This text font color is #7E3B69.


Background Color

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

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

This div background color is #7E3B69.


Border color

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

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

This div border color is #7E3B69.


Opacity

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

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

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

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

This text has shadow with #7E3B69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3B69 on black background.


Color preview on white background

This text has color #7E3B69 on white background.



Black color preview on #7E3B69 background

This text has black color on #7E3B69 background.


White color preview on #7E3B69 background

This text has white color on #7E3B69 background.