COLOR #7E5384

HEX: #7E5384
RGB: (126,83,132)

Color info

#7E5384 contains red, green and blue colors in about the same proportion. Web safe color of #7E5384 is #666699 (or #669).

RGB color model

#7E5384 color RGB value is (126,83,132).

  • red value is 126;
  • green value is 83;
  • blue value is 132.
RGB:
(126,83,132)
(49%,33%,52%)

RGB channels and saturation

R 126 of 255 = 49%
G 83 of 255 = 33%
B 132 of 255 = 52%

126
83
132

R + G + B ~ 45%. #7E5384 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 83 + 132 = 341 (100%)
R 126 of 341 ~ 36.95%
G 83 of 341 ~ 24.34%
B 132 of 341 ~ 38.71%

%36.95
%24.34
%38.71

CMYK color model

#7E5384 color CMYK value is (5,37,0,48).

  • cyan value is 4.55%
  • magenta value is 37.12%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(5,37,0,48)
C5M37Y0K48 
(5%,37%,0%,48%)
(0.05/0.37/0.00/0.48)	

CMYK percentages

%4.55
%37.12
%0
%48.24

Codes

Color #7E5384 in popluar color models

7E5384
RGB12683132
HSL293°22.79%42.16%
HSB/HSV293°37.12%51.76%
CMYK4.55%37.12%0.00%
48.24%

Color #7E5384 in popluar number systems.

HEX7E5384
Decimal12683132
Binary1111110101001110000100
Octal176123204

Shades and tints

Shades of #7E5384

#7E5384
(126,83,132)
#734C78
(115,76,120)
#68456C
(104,69,108)
#5D3E60
(93,62,96)
#523754
(82,55,84)
#473048
(71,48,72)
#3C293C
(60,41,60)
#312230
(49,34,48)
#261B24
(38,27,36)
#1B1418
(27,20,24)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #7E5384

#7E5384
(126,83,132)
#89628F
(137,98,143)
#94719A
(148,113,154)
#9F80A5
(159,128,165)
#AA8FB0
(170,143,176)
#B59EBB
(181,158,187)
#C0ADC6
(192,173,198)
#CBBCD1
(203,188,209)
#D6CBDC
(214,203,220)
#E1DAE7
(225,218,231)
#ECE9F2
(236,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5384; }

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

This text font color is #7E5384.


Background Color

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

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

This div background color is #7E5384.


Border color

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

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

This div border color is #7E5384.


Opacity

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

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

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

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

This text has shadow with #7E5384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5384 on black background.


Color preview on white background

This text has color #7E5384 on white background.



Black color preview on #7E5384 background

This text has black color on #7E5384 background.


White color preview on #7E5384 background

This text has white color on #7E5384 background.