COLOR #7E2124

HEX: #7E2124
RGB: (126,33,36)

Color info

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

RGB color model

#7E2124 color RGB value is (126,33,36).

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

RGB channels and saturation

R 126 of 255 = 49%
G 33 of 255 = 13%
B 36 of 255 = 14%

126
33
36

R + G + B ~ 25%. #7E2124 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 33 + 36 = 195 (100%)
R 126 of 195 ~ 64.62%
G 33 of 195 ~ 16.92%
B 36 of 195 ~ 18.46%

%64.62
%16.92
%18.46

CMYK color model

#7E2124 color CMYK value is (0,74,71,51).

  • cyan value is 0.00%
  • magenta value is 73.81%
  • yellow value is 71.43%
  • key color value is 50.59%
CMYK:
(0,74,71,51)
C0M74Y71K51 
(0%,74%,71%,51%)
(0.00/0.74/0.71/0.51)	

CMYK percentages

%0
%73.81
%71.43
%50.59

Codes

Color #7E2124 in popluar color models

7E2124
RGB1263336
HSL358°58.49%31.18%
HSB/HSV358°73.81%49.41%
CMYK0.00%73.81%71.43%
50.59%

Color #7E2124 in popluar number systems.

HEX7E2124
Decimal1263336
Binary1111110100001100100
Octal1764144

Shades and tints

Shades of #7E2124

#7E2124
(126,33,36)
#731E21
(115,30,33)
#681B1E
(104,27,30)
#5D181B
(93,24,27)
#521518
(82,21,24)
#471215
(71,18,21)
#3C0F12
(60,15,18)
#310C0F
(49,12,15)
#26090C
(38,9,12)
#1B0609
(27,6,9)
#100306
(16,3,6)
#000000
(0,0,0)

Tints of #7E2124

#7E2124
(126,33,36)
#893537
(137,53,55)
#94494A
(148,73,74)
#9F5D5D
(159,93,93)
#AA7170
(170,113,112)
#B58583
(181,133,131)
#C09996
(192,153,150)
#CBADA9
(203,173,169)
#D6C1BC
(214,193,188)
#E1D5CF
(225,213,207)
#ECE9E2
(236,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E2124; }

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

This text font color is #7E2124.


Background Color

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

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

This div background color is #7E2124.


Border color

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

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

This div border color is #7E2124.


Opacity

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

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

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

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

This text has shadow with #7E2124 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E2124 on black background.


Color preview on white background

This text has color #7E2124 on white background.



Black color preview on #7E2124 background

This text has black color on #7E2124 background.


White color preview on #7E2124 background

This text has white color on #7E2124 background.