COLOR #7E2A44

HEX: #7E2A44
RGB: (126,42,68)

Color info

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

RGB color model

#7E2A44 color RGB value is (126,42,68).

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

RGB channels and saturation

R 126 of 255 = 49%
G 42 of 255 = 16%
B 68 of 255 = 27%

126
42
68

R + G + B ~ 31%. #7E2A44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 42 + 68 = 236 (100%)
R 126 of 236 ~ 53.39%
G 42 of 236 ~ 17.8%
B 68 of 236 ~ 28.81%

%53.39
%17.8
%28.81

CMYK color model

#7E2A44 color CMYK value is (0,67,46,51).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 46.03%
  • key color value is 50.59%
CMYK:
(0,67,46,51)
C0M67Y46K51 
(0%,67%,46%,51%)
(0.00/0.67/0.46/0.51)	

CMYK percentages

%0
%66.67
%46.03
%50.59

Codes

Color #7E2A44 in popluar color models

7E2A44
RGB1264268
HSL341°50.00%32.94%
HSB/HSV341°66.67%49.41%
CMYK0.00%66.67%46.03%
50.59%

Color #7E2A44 in popluar number systems.

HEX7E2A44
Decimal1264268
Binary11111101010101000100
Octal17652104

Shades and tints

Shades of #7E2A44

#7E2A44
(126,42,68)
#73273E
(115,39,62)
#682438
(104,36,56)
#5D2132
(93,33,50)
#521E2C
(82,30,44)
#471B26
(71,27,38)
#3C1820
(60,24,32)
#31151A
(49,21,26)
#261214
(38,18,20)
#1B0F0E
(27,15,14)
#100C08
(16,12,8)
#000000
(0,0,0)

Tints of #7E2A44

#7E2A44
(126,42,68)
#893D55
(137,61,85)
#945066
(148,80,102)
#9F6377
(159,99,119)
#AA7688
(170,118,136)
#B58999
(181,137,153)
#C09CAA
(192,156,170)
#CBAFBB
(203,175,187)
#D6C2CC
(214,194,204)
#E1D5DD
(225,213,221)
#ECE8EE
(236,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E2A44; }

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

This text font color is #7E2A44.


Background Color

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

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

This div background color is #7E2A44.


Border color

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

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

This div border color is #7E2A44.


Opacity

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

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

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

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

This text has shadow with #7E2A44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E2A44 on black background.


Color preview on white background

This text has color #7E2A44 on white background.



Black color preview on #7E2A44 background

This text has black color on #7E2A44 background.


White color preview on #7E2A44 background

This text has white color on #7E2A44 background.