COLOR #7E305B

HEX: #7E305B
RGB: (126,48,91)

Color info

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

RGB color model

#7E305B color RGB value is (126,48,91).

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

RGB channels and saturation

R 126 of 255 = 49%
G 48 of 255 = 19%
B 91 of 255 = 36%

126
48
91

R + G + B ~ 35%. #7E305B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 48 + 91 = 265 (100%)
R 126 of 265 ~ 47.55%
G 48 of 265 ~ 18.11%
B 91 of 265 ~ 34.34%

%47.55
%18.11
%34.34

CMYK color model

#7E305B color CMYK value is (0,62,28,51).

  • cyan value is 0.00%
  • magenta value is 61.90%
  • yellow value is 27.78%
  • key color value is 50.59%
CMYK:
(0,62,28,51)
C0M62Y28K51 
(0%,62%,28%,51%)
(0.00/0.62/0.28/0.51)	

CMYK percentages

%0
%61.9
%27.78
%50.59

Codes

Color #7E305B in popluar color models

7E305B
RGB1264891
HSL327°44.83%34.12%
HSB/HSV327°61.90%49.41%
CMYK0.00%61.90%27.78%
50.59%

Color #7E305B in popluar number systems.

HEX7E305B
Decimal1264891
Binary11111101100001011011
Octal17660133

Shades and tints

Shades of #7E305B

#7E305B
(126,48,91)
#732C53
(115,44,83)
#68284B
(104,40,75)
#5D2443
(93,36,67)
#52203B
(82,32,59)
#471C33
(71,28,51)
#3C182B
(60,24,43)
#311423
(49,20,35)
#26101B
(38,16,27)
#1B0C13
(27,12,19)
#10080B
(16,8,11)
#000000
(0,0,0)

Tints of #7E305B

#7E305B
(126,48,91)
#894269
(137,66,105)
#945477
(148,84,119)
#9F6685
(159,102,133)
#AA7893
(170,120,147)
#B58AA1
(181,138,161)
#C09CAF
(192,156,175)
#CBAEBD
(203,174,189)
#D6C0CB
(214,192,203)
#E1D2D9
(225,210,217)
#ECE4E7
(236,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E305B; }

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

This text font color is #7E305B.


Background Color

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

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

This div background color is #7E305B.


Border color

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

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

This div border color is #7E305B.


Opacity

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

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

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

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

This text has shadow with #7E305B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E305B on black background.


Color preview on white background

This text has color #7E305B on white background.



Black color preview on #7E305B background

This text has black color on #7E305B background.


White color preview on #7E305B background

This text has white color on #7E305B background.