COLOR #7E2744

HEX: #7E2744
RGB: (126,39,68)

Color info

#7E2744 contains mainly red and blue colors. Web safe color of #7E2744 is #663333 (or #633).

RGB color model

#7E2744 color RGB value is (126,39,68).

  • red value is 126;
  • green value is 39;
  • blue value is 68.
RGB:
(126,39,68)
(49%,15%,27%)

RGB channels and saturation

R 126 of 255 = 49%
G 39 of 255 = 15%
B 68 of 255 = 27%

126
39
68

R + G + B ~ 30%. #7E2744 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 39 + 68 = 233 (100%)
R 126 of 233 ~ 54.08%
G 39 of 233 ~ 16.74%
B 68 of 233 ~ 29.18%

%54.08
%16.74
%29.18

CMYK color model

#7E2744 color CMYK value is (0,69,46,51).

  • cyan value is 0.00%
  • magenta value is 69.05%
  • yellow value is 46.03%
  • key color value is 50.59%
CMYK:
(0,69,46,51)
C0M69Y46K51 
(0%,69%,46%,51%)
(0.00/0.69/0.46/0.51)	

CMYK percentages

%0
%69.05
%46.03
%50.59

Codes

Color #7E2744 in popluar color models

7E2744
RGB1263968
HSL340°52.73%32.35%
HSB/HSV340°69.05%49.41%
CMYK0.00%69.05%46.03%
50.59%

Color #7E2744 in popluar number systems.

HEX7E2744
Decimal1263968
Binary11111101001111000100
Octal17647104

Shades and tints

Shades of #7E2744

#7E2744
(126,39,68)
#73243E
(115,36,62)
#682138
(104,33,56)
#5D1E32
(93,30,50)
#521B2C
(82,27,44)
#471826
(71,24,38)
#3C1520
(60,21,32)
#31121A
(49,18,26)
#260F14
(38,15,20)
#1B0C0E
(27,12,14)
#100908
(16,9,8)
#000000
(0,0,0)

Tints of #7E2744

#7E2744
(126,39,68)
#893A55
(137,58,85)
#944D66
(148,77,102)
#9F6077
(159,96,119)
#AA7388
(170,115,136)
#B58699
(181,134,153)
#C099AA
(192,153,170)
#CBACBB
(203,172,187)
#D6BFCC
(214,191,204)
#E1D2DD
(225,210,221)
#ECE5EE
(236,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E2744 color. Also use rgb(126,39,68) instead hex code.

Text Font Color

.myTextColor { color: #7E2744; }

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

This text font color is #7E2744.


Background Color

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

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

This div background color is #7E2744.


Border color

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

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

This div border color is #7E2744.


Opacity

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

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

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

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

This text has shadow with #7E2744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E2744 on black background.


Color preview on white background

This text has color #7E2744 on white background.



Black color preview on #7E2744 background

This text has black color on #7E2744 background.


White color preview on #7E2744 background

This text has white color on #7E2744 background.