COLOR #7E546F

HEX: #7E546F
RGB: (126,84,111)

Color info

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

RGB color model

#7E546F color RGB value is (126,84,111).

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

RGB channels and saturation

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

126
84
111

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

Portions of RGB colors in percentages

R + G + B =
126 + 84 + 111 = 321 (100%)
R 126 of 321 ~ 39.25%
G 84 of 321 ~ 26.17%
B 111 of 321 ~ 34.58%

%39.25
%26.17
%34.58

CMYK color model

#7E546F color CMYK value is (0,33,12,51).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 11.90%
  • key color value is 50.59%
CMYK:
(0,33,12,51)
C0M33Y12K51 
(0%,33%,12%,51%)
(0.00/0.33/0.12/0.51)	

CMYK percentages

%0
%33.33
%11.9
%50.59

Codes

Color #7E546F in popluar color models

7E546F
RGB12684111
HSL321°20.00%41.18%
HSB/HSV321°33.33%49.41%
CMYK0.00%33.33%11.90%
50.59%

Color #7E546F in popluar number systems.

HEX7E546F
Decimal12684111
Binary111111010101001101111
Octal176124157

Shades and tints

Shades of #7E546F

#7E546F
(126,84,111)
#734D65
(115,77,101)
#68465B
(104,70,91)
#5D3F51
(93,63,81)
#523847
(82,56,71)
#47313D
(71,49,61)
#3C2A33
(60,42,51)
#312329
(49,35,41)
#261C1F
(38,28,31)
#1B1515
(27,21,21)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #7E546F

#7E546F
(126,84,111)
#89637C
(137,99,124)
#947289
(148,114,137)
#9F8196
(159,129,150)
#AA90A3
(170,144,163)
#B59FB0
(181,159,176)
#C0AEBD
(192,174,189)
#CBBDCA
(203,189,202)
#D6CCD7
(214,204,215)
#E1DBE4
(225,219,228)
#ECEAF1
(236,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E546F; }

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

This text font color is #7E546F.


Background Color

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

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

This div background color is #7E546F.


Border color

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

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

This div border color is #7E546F.


Opacity

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

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

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

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

This text has shadow with #7E546F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E546F on black background.


Color preview on white background

This text has color #7E546F on white background.



Black color preview on #7E546F background

This text has black color on #7E546F background.


White color preview on #7E546F background

This text has white color on #7E546F background.