COLOR #7E5457

HEX: #7E5457
RGB: (126,84,87)

Color info

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

RGB color model

#7E5457 color RGB value is (126,84,87).

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

RGB channels and saturation

R 126 of 255 = 49%
G 84 of 255 = 33%
B 87 of 255 = 34%

126
84
87

R + G + B ~ 39%. #7E5457 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 84 + 87 = 297 (100%)
R 126 of 297 ~ 42.42%
G 84 of 297 ~ 28.28%
B 87 of 297 ~ 29.29%

%42.42
%28.28
%29.29

CMYK color model

#7E5457 color CMYK value is (0,33,31,51).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 30.95%
  • key color value is 50.59%
CMYK:
(0,33,31,51)
C0M33Y31K51 
(0%,33%,31%,51%)
(0.00/0.33/0.31/0.51)	

CMYK percentages

%0
%33.33
%30.95
%50.59

Codes

Color #7E5457 in popluar color models

7E5457
RGB1268487
HSL356°20.00%41.18%
HSB/HSV356°33.33%49.41%
CMYK0.00%33.33%30.95%
50.59%

Color #7E5457 in popluar number systems.

HEX7E5457
Decimal1268487
Binary111111010101001010111
Octal176124127

Shades and tints

Shades of #7E5457

#7E5457
(126,84,87)
#734D50
(115,77,80)
#684649
(104,70,73)
#5D3F42
(93,63,66)
#52383B
(82,56,59)
#473134
(71,49,52)
#3C2A2D
(60,42,45)
#312326
(49,35,38)
#261C1F
(38,28,31)
#1B1518
(27,21,24)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #7E5457

#7E5457
(126,84,87)
#896366
(137,99,102)
#947275
(148,114,117)
#9F8184
(159,129,132)
#AA9093
(170,144,147)
#B59FA2
(181,159,162)
#C0AEB1
(192,174,177)
#CBBDC0
(203,189,192)
#D6CCCF
(214,204,207)
#E1DBDE
(225,219,222)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5457; }

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

This text font color is #7E5457.


Background Color

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

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

This div background color is #7E5457.


Border color

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

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

This div border color is #7E5457.


Opacity

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

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

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

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

This text has shadow with #7E5457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5457 on black background.


Color preview on white background

This text has color #7E5457 on white background.



Black color preview on #7E5457 background

This text has black color on #7E5457 background.


White color preview on #7E5457 background

This text has white color on #7E5457 background.