COLOR #7E5471

HEX: #7E5471
RGB: (126,84,113)

Color info

#7E5471 contains red, green and blue colors in about the same proportion. Web safe color of #7E5471 is #666666 (or #666).

RGB color model

#7E5471 color RGB value is (126,84,113).

  • red value is 126;
  • green value is 84;
  • blue value is 113.
RGB:
(126,84,113)
(49%,33%,44%)

RGB channels and saturation

R 126 of 255 = 49%
G 84 of 255 = 33%
B 113 of 255 = 44%

126
84
113

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

Portions of RGB colors in percentages

R + G + B =
126 + 84 + 113 = 323 (100%)
R 126 of 323 ~ 39.01%
G 84 of 323 ~ 26.01%
B 113 of 323 ~ 34.98%

%39.01
%26.01
%34.98

CMYK color model

#7E5471 color CMYK value is (0,33,10,51).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 10.32%
  • key color value is 50.59%
CMYK:
(0,33,10,51)
C0M33Y10K51 
(0%,33%,10%,51%)
(0.00/0.33/0.10/0.51)	

CMYK percentages

%0
%33.33
%10.32
%50.59

Codes

Color #7E5471 in popluar color models

7E5471
RGB12684113
HSL319°20.00%41.18%
HSB/HSV319°33.33%49.41%
CMYK0.00%33.33%10.32%
50.59%

Color #7E5471 in popluar number systems.

HEX7E5471
Decimal12684113
Binary111111010101001110001
Octal176124161

Shades and tints

Shades of #7E5471

#7E5471
(126,84,113)
#734D67
(115,77,103)
#68465D
(104,70,93)
#5D3F53
(93,63,83)
#523849
(82,56,73)
#47313F
(71,49,63)
#3C2A35
(60,42,53)
#31232B
(49,35,43)
#261C21
(38,28,33)
#1B1517
(27,21,23)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #7E5471

#7E5471
(126,84,113)
#89637D
(137,99,125)
#947289
(148,114,137)
#9F8195
(159,129,149)
#AA90A1
(170,144,161)
#B59FAD
(181,159,173)
#C0AEB9
(192,174,185)
#CBBDC5
(203,189,197)
#D6CCD1
(214,204,209)
#E1DBDD
(225,219,221)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5471 color. Also use rgb(126,84,113) instead hex code.

Text Font Color

.myTextColor { color: #7E5471; }

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

This text font color is #7E5471.


Background Color

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

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

This div background color is #7E5471.


Border color

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

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

This div border color is #7E5471.


Opacity

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

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

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

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

This text has shadow with #7E5471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5471 on black background.


Color preview on white background

This text has color #7E5471 on white background.



Black color preview on #7E5471 background

This text has black color on #7E5471 background.


White color preview on #7E5471 background

This text has white color on #7E5471 background.