COLOR #7E3F50

HEX: #7E3F50
RGB: (126,63,80)

Color info

#7E3F50 contains mainly red and blue colors. Web safe color of #7E3F50 is #663366 (or #636).

RGB color model

#7E3F50 color RGB value is (126,63,80).

  • red value is 126;
  • green value is 63;
  • blue value is 80.
RGB:
(126,63,80)
(49%,25%,31%)

RGB channels and saturation

R 126 of 255 = 49%
G 63 of 255 = 25%
B 80 of 255 = 31%

126
63
80

R + G + B ~ 35%. #7E3F50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 63 + 80 = 269 (100%)
R 126 of 269 ~ 46.84%
G 63 of 269 ~ 23.42%
B 80 of 269 ~ 29.74%

%46.84
%23.42
%29.74

CMYK color model

#7E3F50 color CMYK value is (0,50,37,51).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 36.51%
  • key color value is 50.59%
CMYK:
(0,50,37,51)
C0M50Y37K51 
(0%,50%,37%,51%)
(0.00/0.50/0.37/0.51)	

CMYK percentages

%0
%50
%36.51
%50.59

Codes

Color #7E3F50 in popluar color models

7E3F50
RGB1266380
HSL344°33.33%37.06%
HSB/HSV344°50.00%49.41%
CMYK0.00%50.00%36.51%
50.59%

Color #7E3F50 in popluar number systems.

HEX7E3F50
Decimal1266380
Binary11111101111111010000
Octal17677120

Shades and tints

Shades of #7E3F50

#7E3F50
(126,63,80)
#733A49
(115,58,73)
#683542
(104,53,66)
#5D303B
(93,48,59)
#522B34
(82,43,52)
#47262D
(71,38,45)
#3C2126
(60,33,38)
#311C1F
(49,28,31)
#261718
(38,23,24)
#1B1211
(27,18,17)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #7E3F50

#7E3F50
(126,63,80)
#89505F
(137,80,95)
#94616E
(148,97,110)
#9F727D
(159,114,125)
#AA838C
(170,131,140)
#B5949B
(181,148,155)
#C0A5AA
(192,165,170)
#CBB6B9
(203,182,185)
#D6C7C8
(214,199,200)
#E1D8D7
(225,216,215)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E3F50 color. Also use rgb(126,63,80) instead hex code.

Text Font Color

.myTextColor { color: #7E3F50; }

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

This text font color is #7E3F50.


Background Color

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

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

This div background color is #7E3F50.


Border color

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

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

This div border color is #7E3F50.


Opacity

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

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

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

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

This text has shadow with #7E3F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3F50 on black background.


Color preview on white background

This text has color #7E3F50 on white background.



Black color preview on #7E3F50 background

This text has black color on #7E3F50 background.


White color preview on #7E3F50 background

This text has white color on #7E3F50 background.