COLOR #7E151B

HEX: #7E151B
RGB: (126,21,27)

Color info

#7E151B contains mainly red color. Web safe color of #7E151B is #660033 (or #603).

RGB color model

#7E151B color RGB value is (126,21,27).

  • red value is 126;
  • green value is 21;
  • blue value is 27.
RGB:
(126,21,27)
(49%,8%,11%)

RGB channels and saturation

R 126 of 255 = 49%
G 21 of 255 = 8%
B 27 of 255 = 11%

126
21
27

R + G + B ~ 23%. #7E151B is dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 21 + 27 = 174 (100%)
R 126 of 174 ~ 72.41%
G 21 of 174 ~ 12.07%
B 27 of 174 ~ 15.52%

%72.41
%12.07
%15.52

CMYK color model

#7E151B color CMYK value is (0,83,79,51).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 78.57%
  • key color value is 50.59%
CMYK:
(0,83,79,51)
C0M83Y79K51 
(0%,83%,79%,51%)
(0.00/0.83/0.79/0.51)	

CMYK percentages

%0
%83.33
%78.57
%50.59

Codes

Color #7E151B in popluar color models

7E151B
RGB1262127
HSL357°71.43%28.82%
HSB/HSV357°83.33%49.41%
CMYK0.00%83.33%78.57%
50.59%

Color #7E151B in popluar number systems.

HEX7E151B
Decimal1262127
Binary11111101010111011
Octal1762533

Shades and tints

Shades of #7E151B

#7E151B
(126,21,27)
#731419
(115,20,25)
#681317
(104,19,23)
#5D1215
(93,18,21)
#521113
(82,17,19)
#471011
(71,16,17)
#3C0F0F
(60,15,15)
#310E0D
(49,14,13)
#260D0B
(38,13,11)
#1B0C09
(27,12,9)
#100B07
(16,11,7)
#000000
(0,0,0)

Tints of #7E151B

#7E151B
(126,21,27)
#892A2F
(137,42,47)
#943F43
(148,63,67)
#9F5457
(159,84,87)
#AA696B
(170,105,107)
#B57E7F
(181,126,127)
#C09393
(192,147,147)
#CBA8A7
(203,168,167)
#D6BDBB
(214,189,187)
#E1D2CF
(225,210,207)
#ECE7E3
(236,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E151B color. Also use rgb(126,21,27) instead hex code.

Text Font Color

.myTextColor { color: #7E151B; }

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

This text font color is #7E151B.


Background Color

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

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

This div background color is #7E151B.


Border color

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

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

This div border color is #7E151B.


Opacity

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

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

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

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

This text has shadow with #7E151B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E151B on black background.


Color preview on white background

This text has color #7E151B on white background.



Black color preview on #7E151B background

This text has black color on #7E151B background.


White color preview on #7E151B background

This text has white color on #7E151B background.