COLOR #7E1119

HEX: #7E1119
RGB: (126,17,25)

Color info

#7E1119 contains mainly red color. Web safe color of #7E1119 is #660000 (or #600).

RGB color model

#7E1119 color RGB value is (126,17,25).

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

RGB channels and saturation

R 126 of 255 = 49%
G 17 of 255 = 7%
B 25 of 255 = 10%

126
17
25

R + G + B ~ 22%. #7E1119 is dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 17 + 25 = 168 (100%)
R 126 of 168 ~ 75%
G 17 of 168 ~ 10.12%
B 25 of 168 ~ 14.88%

%75
%10.12
%14.88

CMYK color model

#7E1119 color CMYK value is (0,87,80,51).

  • cyan value is 0.00%
  • magenta value is 86.51%
  • yellow value is 80.16%
  • key color value is 50.59%
CMYK:
(0,87,80,51)
C0M87Y80K51 
(0%,87%,80%,51%)
(0.00/0.87/0.80/0.51)	

CMYK percentages

%0
%86.51
%80.16
%50.59

Codes

Color #7E1119 in popluar color models

7E1119
RGB1261725
HSL356°76.22%28.04%
HSB/HSV356°86.51%49.41%
CMYK0.00%86.51%80.16%
50.59%

Color #7E1119 in popluar number systems.

HEX7E1119
Decimal1261725
Binary11111101000111001
Octal1762131

Shades and tints

Shades of #7E1119

#7E1119
(126,17,25)
#731017
(115,16,23)
#680F15
(104,15,21)
#5D0E13
(93,14,19)
#520D11
(82,13,17)
#470C0F
(71,12,15)
#3C0B0D
(60,11,13)
#310A0B
(49,10,11)
#260909
(38,9,9)
#1B0807
(27,8,7)
#100705
(16,7,5)
#000000
(0,0,0)

Tints of #7E1119

#7E1119
(126,17,25)
#89262D
(137,38,45)
#943B41
(148,59,65)
#9F5055
(159,80,85)
#AA6569
(170,101,105)
#B57A7D
(181,122,125)
#C08F91
(192,143,145)
#CBA4A5
(203,164,165)
#D6B9B9
(214,185,185)
#E1CECD
(225,206,205)
#ECE3E1
(236,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E1119 color. Also use rgb(126,17,25) instead hex code.

Text Font Color

.myTextColor { color: #7E1119; }

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

This text font color is #7E1119.


Background Color

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

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

This div background color is #7E1119.


Border color

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

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

This div border color is #7E1119.


Opacity

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

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

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

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

This text has shadow with #7E1119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E1119 on black background.


Color preview on white background

This text has color #7E1119 on white background.



Black color preview on #7E1119 background

This text has black color on #7E1119 background.


White color preview on #7E1119 background

This text has white color on #7E1119 background.