COLOR #7E4E58

HEX: #7E4E58
RGB: (126,78,88)

Color info

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

RGB color model

#7E4E58 color RGB value is (126,78,88).

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

RGB channels and saturation

R 126 of 255 = 49%
G 78 of 255 = 31%
B 88 of 255 = 35%

126
78
88

R + G + B ~ 38%. #7E4E58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 78 + 88 = 292 (100%)
R 126 of 292 ~ 43.15%
G 78 of 292 ~ 26.71%
B 88 of 292 ~ 30.14%

%43.15
%26.71
%30.14

CMYK color model

#7E4E58 color CMYK value is (0,38,30,51).

  • cyan value is 0.00%
  • magenta value is 38.10%
  • yellow value is 30.16%
  • key color value is 50.59%
CMYK:
(0,38,30,51)
C0M38Y30K51 
(0%,38%,30%,51%)
(0.00/0.38/0.30/0.51)	

CMYK percentages

%0
%38.1
%30.16
%50.59

Codes

Color #7E4E58 in popluar color models

7E4E58
RGB1267888
HSL348°23.53%40.00%
HSB/HSV348°38.10%49.41%
CMYK0.00%38.10%30.16%
50.59%

Color #7E4E58 in popluar number systems.

HEX7E4E58
Decimal1267888
Binary111111010011101011000
Octal176116130

Shades and tints

Shades of #7E4E58

#7E4E58
(126,78,88)
#734750
(115,71,80)
#684048
(104,64,72)
#5D3940
(93,57,64)
#523238
(82,50,56)
#472B30
(71,43,48)
#3C2428
(60,36,40)
#311D20
(49,29,32)
#261618
(38,22,24)
#1B0F10
(27,15,16)
#100808
(16,8,8)
#000000
(0,0,0)

Tints of #7E4E58

#7E4E58
(126,78,88)
#895E67
(137,94,103)
#946E76
(148,110,118)
#9F7E85
(159,126,133)
#AA8E94
(170,142,148)
#B59EA3
(181,158,163)
#C0AEB2
(192,174,178)
#CBBEC1
(203,190,193)
#D6CED0
(214,206,208)
#E1DEDF
(225,222,223)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4E58; }

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

This text font color is #7E4E58.


Background Color

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

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

This div background color is #7E4E58.


Border color

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

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

This div border color is #7E4E58.


Opacity

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

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

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

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

This text has shadow with #7E4E58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4E58 on black background.


Color preview on white background

This text has color #7E4E58 on white background.



Black color preview on #7E4E58 background

This text has black color on #7E4E58 background.


White color preview on #7E4E58 background

This text has white color on #7E4E58 background.