COLOR #7E2C3F

HEX: #7E2C3F
RGB: (126,44,63)

Color info

#7E2C3F contains mainly red color. Web safe color of #7E2C3F is #663333 (or #633).

RGB color model

#7E2C3F color RGB value is (126,44,63).

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

RGB channels and saturation

R 126 of 255 = 49%
G 44 of 255 = 17%
B 63 of 255 = 25%

126
44
63

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

Portions of RGB colors in percentages

R + G + B =
126 + 44 + 63 = 233 (100%)
R 126 of 233 ~ 54.08%
G 44 of 233 ~ 18.88%
B 63 of 233 ~ 27.04%

%54.08
%18.88
%27.04

CMYK color model

#7E2C3F color CMYK value is (0,65,50,51).

  • cyan value is 0.00%
  • magenta value is 65.08%
  • yellow value is 50.00%
  • key color value is 50.59%
CMYK:
(0,65,50,51)
C0M65Y50K51 
(0%,65%,50%,51%)
(0.00/0.65/0.50/0.51)	

CMYK percentages

%0
%65.08
%50
%50.59

Codes

Color #7E2C3F in popluar color models

7E2C3F
RGB1264463
HSL346°48.24%33.33%
HSB/HSV346°65.08%49.41%
CMYK0.00%65.08%50.00%
50.59%

Color #7E2C3F in popluar number systems.

HEX7E2C3F
Decimal1264463
Binary1111110101100111111
Octal1765477

Shades and tints

Shades of #7E2C3F

#7E2C3F
(126,44,63)
#73283A
(115,40,58)
#682435
(104,36,53)
#5D2030
(93,32,48)
#521C2B
(82,28,43)
#471826
(71,24,38)
#3C1421
(60,20,33)
#31101C
(49,16,28)
#260C17
(38,12,23)
#1B0812
(27,8,18)
#10040D
(16,4,13)
#000000
(0,0,0)

Tints of #7E2C3F

#7E2C3F
(126,44,63)
#893F50
(137,63,80)
#945261
(148,82,97)
#9F6572
(159,101,114)
#AA7883
(170,120,131)
#B58B94
(181,139,148)
#C09EA5
(192,158,165)
#CBB1B6
(203,177,182)
#D6C4C7
(214,196,199)
#E1D7D8
(225,215,216)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E2C3F; }

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

This text font color is #7E2C3F.


Background Color

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

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

This div background color is #7E2C3F.


Border color

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

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

This div border color is #7E2C3F.


Opacity

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

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

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

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

This text has shadow with #7E2C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E2C3F on black background.


Color preview on white background

This text has color #7E2C3F on white background.



Black color preview on #7E2C3F background

This text has black color on #7E2C3F background.


White color preview on #7E2C3F background

This text has white color on #7E2C3F background.