COLOR #7E1E3A

HEX: #7E1E3A
RGB: (126,30,58)

Color info

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

RGB color model

#7E1E3A color RGB value is (126,30,58).

  • red value is 126;
  • green value is 30;
  • blue value is 58.
RGB:
(126,30,58)
(49%,12%,23%)

RGB channels and saturation

R 126 of 255 = 49%
G 30 of 255 = 12%
B 58 of 255 = 23%

126
30
58

R + G + B ~ 28%. #7E1E3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 30 + 58 = 214 (100%)
R 126 of 214 ~ 58.88%
G 30 of 214 ~ 14.02%
B 58 of 214 ~ 27.1%

%58.88
%14.02
%27.1

CMYK color model

#7E1E3A color CMYK value is (0,76,54,51).

  • cyan value is 0.00%
  • magenta value is 76.19%
  • yellow value is 53.97%
  • key color value is 50.59%
CMYK:
(0,76,54,51)
C0M76Y54K51 
(0%,76%,54%,51%)
(0.00/0.76/0.54/0.51)	

CMYK percentages

%0
%76.19
%53.97
%50.59

Codes

Color #7E1E3A in popluar color models

7E1E3A
RGB1263058
HSL343°61.54%30.59%
HSB/HSV343°76.19%49.41%
CMYK0.00%76.19%53.97%
50.59%

Color #7E1E3A in popluar number systems.

HEX7E1E3A
Decimal1263058
Binary111111011110111010
Octal1763672

Shades and tints

Shades of #7E1E3A

#7E1E3A
(126,30,58)
#731C35
(115,28,53)
#681A30
(104,26,48)
#5D182B
(93,24,43)
#521626
(82,22,38)
#471421
(71,20,33)
#3C121C
(60,18,28)
#311017
(49,16,23)
#260E12
(38,14,18)
#1B0C0D
(27,12,13)
#100A08
(16,10,8)
#000000
(0,0,0)

Tints of #7E1E3A

#7E1E3A
(126,30,58)
#89324B
(137,50,75)
#94465C
(148,70,92)
#9F5A6D
(159,90,109)
#AA6E7E
(170,110,126)
#B5828F
(181,130,143)
#C096A0
(192,150,160)
#CBAAB1
(203,170,177)
#D6BEC2
(214,190,194)
#E1D2D3
(225,210,211)
#ECE6E4
(236,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E1E3A color. Also use rgb(126,30,58) instead hex code.

Text Font Color

.myTextColor { color: #7E1E3A; }

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

This text font color is #7E1E3A.


Background Color

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

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

This div background color is #7E1E3A.


Border color

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

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

This div border color is #7E1E3A.


Opacity

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

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

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

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

This text has shadow with #7E1E3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E1E3A on black background.


Color preview on white background

This text has color #7E1E3A on white background.



Black color preview on #7E1E3A background

This text has black color on #7E1E3A background.


White color preview on #7E1E3A background

This text has white color on #7E1E3A background.