COLOR #7E546B

HEX: #7E546B
RGB: (126,84,107)

Color info

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

RGB color model

#7E546B color RGB value is (126,84,107).

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

RGB channels and saturation

R 126 of 255 = 49%
G 84 of 255 = 33%
B 107 of 255 = 42%

126
84
107

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

Portions of RGB colors in percentages

R + G + B =
126 + 84 + 107 = 317 (100%)
R 126 of 317 ~ 39.75%
G 84 of 317 ~ 26.5%
B 107 of 317 ~ 33.75%

%39.75
%26.5
%33.75

CMYK color model

#7E546B color CMYK value is (0,33,15,51).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 15.08%
  • key color value is 50.59%
CMYK:
(0,33,15,51)
C0M33Y15K51 
(0%,33%,15%,51%)
(0.00/0.33/0.15/0.51)	

CMYK percentages

%0
%33.33
%15.08
%50.59

Codes

Color #7E546B in popluar color models

7E546B
RGB12684107
HSL327°20.00%41.18%
HSB/HSV327°33.33%49.41%
CMYK0.00%33.33%15.08%
50.59%

Color #7E546B in popluar number systems.

HEX7E546B
Decimal12684107
Binary111111010101001101011
Octal176124153

Shades and tints

Shades of #7E546B

#7E546B
(126,84,107)
#734D62
(115,77,98)
#684659
(104,70,89)
#5D3F50
(93,63,80)
#523847
(82,56,71)
#47313E
(71,49,62)
#3C2A35
(60,42,53)
#31232C
(49,35,44)
#261C23
(38,28,35)
#1B151A
(27,21,26)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #7E546B

#7E546B
(126,84,107)
#896378
(137,99,120)
#947285
(148,114,133)
#9F8192
(159,129,146)
#AA909F
(170,144,159)
#B59FAC
(181,159,172)
#C0AEB9
(192,174,185)
#CBBDC6
(203,189,198)
#D6CCD3
(214,204,211)
#E1DBE0
(225,219,224)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E546B; }

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

This text font color is #7E546B.


Background Color

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

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

This div background color is #7E546B.


Border color

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

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

This div border color is #7E546B.


Opacity

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

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

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

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

This text has shadow with #7E546B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E546B on black background.


Color preview on white background

This text has color #7E546B on white background.



Black color preview on #7E546B background

This text has black color on #7E546B background.


White color preview on #7E546B background

This text has white color on #7E546B background.