COLOR #7E2C5D

HEX: #7E2C5D
RGB: (126,44,93)

Color info

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

RGB color model

#7E2C5D color RGB value is (126,44,93).

  • red value is 126;
  • green value is 44;
  • blue value is 93.
RGB:
(126,44,93)
(49%,17%,36%)

RGB channels and saturation

R 126 of 255 = 49%
G 44 of 255 = 17%
B 93 of 255 = 36%

126
44
93

R + G + B ~ 34%. #7E2C5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 44 + 93 = 263 (100%)
R 126 of 263 ~ 47.91%
G 44 of 263 ~ 16.73%
B 93 of 263 ~ 35.36%

%47.91
%16.73
%35.36

CMYK color model

#7E2C5D color CMYK value is (0,65,26,51).

  • cyan value is 0.00%
  • magenta value is 65.08%
  • yellow value is 26.19%
  • key color value is 50.59%
CMYK:
(0,65,26,51)
C0M65Y26K51 
(0%,65%,26%,51%)
(0.00/0.65/0.26/0.51)	

CMYK percentages

%0
%65.08
%26.19
%50.59

Codes

Color #7E2C5D in popluar color models

7E2C5D
RGB1264493
HSL324°48.24%33.33%
HSB/HSV324°65.08%49.41%
CMYK0.00%65.08%26.19%
50.59%

Color #7E2C5D in popluar number systems.

HEX7E2C5D
Decimal1264493
Binary11111101011001011101
Octal17654135

Shades and tints

Shades of #7E2C5D

#7E2C5D
(126,44,93)
#732855
(115,40,85)
#68244D
(104,36,77)
#5D2045
(93,32,69)
#521C3D
(82,28,61)
#471835
(71,24,53)
#3C142D
(60,20,45)
#311025
(49,16,37)
#260C1D
(38,12,29)
#1B0815
(27,8,21)
#10040D
(16,4,13)
#000000
(0,0,0)

Tints of #7E2C5D

#7E2C5D
(126,44,93)
#893F6B
(137,63,107)
#945279
(148,82,121)
#9F6587
(159,101,135)
#AA7895
(170,120,149)
#B58BA3
(181,139,163)
#C09EB1
(192,158,177)
#CBB1BF
(203,177,191)
#D6C4CD
(214,196,205)
#E1D7DB
(225,215,219)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E2C5D color. Also use rgb(126,44,93) instead hex code.

Text Font Color

.myTextColor { color: #7E2C5D; }

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

This text font color is #7E2C5D.


Background Color

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

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

This div background color is #7E2C5D.


Border color

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

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

This div border color is #7E2C5D.


Opacity

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

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

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

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

This text has shadow with #7E2C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E2C5D on black background.


Color preview on white background

This text has color #7E2C5D on white background.



Black color preview on #7E2C5D background

This text has black color on #7E2C5D background.


White color preview on #7E2C5D background

This text has white color on #7E2C5D background.