COLOR #7E2428

HEX: #7E2428
RGB: (126,36,40)

Color info

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

RGB color model

#7E2428 color RGB value is (126,36,40).

  • red value is 126;
  • green value is 36;
  • blue value is 40.
RGB:
(126,36,40)
(49%,14%,16%)

RGB channels and saturation

R 126 of 255 = 49%
G 36 of 255 = 14%
B 40 of 255 = 16%

126
36
40

R + G + B ~ 26%. #7E2428 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 36 + 40 = 202 (100%)
R 126 of 202 ~ 62.38%
G 36 of 202 ~ 17.82%
B 40 of 202 ~ 19.8%

%62.38
%17.82
%19.8

CMYK color model

#7E2428 color CMYK value is (0,71,68,51).

  • cyan value is 0.00%
  • magenta value is 71.43%
  • yellow value is 68.25%
  • key color value is 50.59%
CMYK:
(0,71,68,51)
C0M71Y68K51 
(0%,71%,68%,51%)
(0.00/0.71/0.68/0.51)	

CMYK percentages

%0
%71.43
%68.25
%50.59

Codes

Color #7E2428 in popluar color models

7E2428
RGB1263640
HSL357°55.56%31.76%
HSB/HSV357°71.43%49.41%
CMYK0.00%71.43%68.25%
50.59%

Color #7E2428 in popluar number systems.

HEX7E2428
Decimal1263640
Binary1111110100100101000
Octal1764450

Shades and tints

Shades of #7E2428

#7E2428
(126,36,40)
#732125
(115,33,37)
#681E22
(104,30,34)
#5D1B1F
(93,27,31)
#52181C
(82,24,28)
#471519
(71,21,25)
#3C1216
(60,18,22)
#310F13
(49,15,19)
#260C10
(38,12,16)
#1B090D
(27,9,13)
#10060A
(16,6,10)
#000000
(0,0,0)

Tints of #7E2428

#7E2428
(126,36,40)
#89373B
(137,55,59)
#944A4E
(148,74,78)
#9F5D61
(159,93,97)
#AA7074
(170,112,116)
#B58387
(181,131,135)
#C0969A
(192,150,154)
#CBA9AD
(203,169,173)
#D6BCC0
(214,188,192)
#E1CFD3
(225,207,211)
#ECE2E6
(236,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E2428 color. Also use rgb(126,36,40) instead hex code.

Text Font Color

.myTextColor { color: #7E2428; }

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

This text font color is #7E2428.


Background Color

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

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

This div background color is #7E2428.


Border color

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

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

This div border color is #7E2428.


Opacity

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

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

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

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

This text has shadow with #7E2428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E2428 on black background.


Color preview on white background

This text has color #7E2428 on white background.



Black color preview on #7E2428 background

This text has black color on #7E2428 background.


White color preview on #7E2428 background

This text has white color on #7E2428 background.