COLOR #7E5458

HEX: #7E5458
RGB: (126,84,88)

Color info

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

RGB color model

#7E5458 color RGB value is (126,84,88).

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

RGB channels and saturation

R 126 of 255 = 49%
G 84 of 255 = 33%
B 88 of 255 = 35%

126
84
88

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

Portions of RGB colors in percentages

R + G + B =
126 + 84 + 88 = 298 (100%)
R 126 of 298 ~ 42.28%
G 84 of 298 ~ 28.19%
B 88 of 298 ~ 29.53%

%42.28
%28.19
%29.53

CMYK color model

#7E5458 color CMYK value is (0,33,30,51).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 30.16%
  • key color value is 50.59%
CMYK:
(0,33,30,51)
C0M33Y30K51 
(0%,33%,30%,51%)
(0.00/0.33/0.30/0.51)	

CMYK percentages

%0
%33.33
%30.16
%50.59

Codes

Color #7E5458 in popluar color models

7E5458
RGB1268488
HSL354°20.00%41.18%
HSB/HSV354°33.33%49.41%
CMYK0.00%33.33%30.16%
50.59%

Color #7E5458 in popluar number systems.

HEX7E5458
Decimal1268488
Binary111111010101001011000
Octal176124130

Shades and tints

Shades of #7E5458

#7E5458
(126,84,88)
#734D50
(115,77,80)
#684648
(104,70,72)
#5D3F40
(93,63,64)
#523838
(82,56,56)
#473130
(71,49,48)
#3C2A28
(60,42,40)
#312320
(49,35,32)
#261C18
(38,28,24)
#1B1510
(27,21,16)
#100E08
(16,14,8)
#000000
(0,0,0)

Tints of #7E5458

#7E5458
(126,84,88)
#896367
(137,99,103)
#947276
(148,114,118)
#9F8185
(159,129,133)
#AA9094
(170,144,148)
#B59FA3
(181,159,163)
#C0AEB2
(192,174,178)
#CBBDC1
(203,189,193)
#D6CCD0
(214,204,208)
#E1DBDF
(225,219,223)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5458; }

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

This text font color is #7E5458.


Background Color

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

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

This div background color is #7E5458.


Border color

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

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

This div border color is #7E5458.


Opacity

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

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

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

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

This text has shadow with #7E5458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5458 on black background.


Color preview on white background

This text has color #7E5458 on white background.



Black color preview on #7E5458 background

This text has black color on #7E5458 background.


White color preview on #7E5458 background

This text has white color on #7E5458 background.