COLOR #7E041C

HEX: #7E041C RGB: (126,4,28)

Color info

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

RGB color model

#7E041C color RGB value is (126,4,28).

RGB: (126,4,28) (49%, 2%, 11%)

RGB channels and saturation

R 126 of 255 = 49%
G 4 of 255 = 2%
B 28 of 255 = 11%

126
4
28

R + G + B ~ 21%. #7E041C is dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 4 + 28 = 158 (100%)
R 126 of 158 ~ 79.75%
G 4 of 158 ~ 2.53%
B 28 of 158 ~ 17.72'%

%79.75
%17.72

CMYK color model

#7E041C color CMYK value is (0,97,78,51).

  • cyan value is 0.00%
  • magenta value is 96.83%
  • yellow value is 77.78%
  • key color value is 50.59%

CMYK: (0,97,78,51)
C0M97Y78K51 (0%, 97%, 78%, 51%)
(0.00 / 0.97 / 0.78 / 0.51)

CMYK percentages

%0
%96.83
%77.78
%50.59

Codes

Color #7E041C in popluar color models

7E 04 1C
RGB 126 4 28
HSL 348° 93.85% 25.49%
HSB/HSV 348° 96.83% 49.41%
CMYK 0.00% 96.83% 77.78%
50.59%

Color #7E041C in popluar number systems.

HEX 7E 04 1C
Decimal 126 4 28
Binary 1111110 100 11100
Octal 176 4 34

Shades and tints

Shades of #7E041C

#7E041C
(126,4,28)
#73041A
(115,4,26)
#680418
(104,4,24)
#5D0416
(93,4,22)
#520414
(82,4,20)
#470412
(71,4,18)
#3C0410
(60,4,16)
#31040E
(49,4,14)
#26040C
(38,4,12)
#1B040A
(27,4,10)
#100408
(16,4,8)
#000000
(0,0,0)

Tints of #7E041C

#7E041C
(126,4,28)
#891A30
(137,26,48)
#943044
(148,48,68)
#9F4658
(159,70,88)
#AA5C6C
(170,92,108)
#B57280
(181,114,128)
#C08894
(192,136,148)
#CB9EA8
(203,158,168)
#D6B4BC
(214,180,188)
#E1CAD0
(225,202,208)
#ECE0E4
(236,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E041C color. Also use rgb(126,4,28) instead hex code.

Text Font Color

.myTextColor { color: #7E041C; }

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

This text font color is #7E041C.

Background Color

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

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

This div background color is #7E041C.

Border color

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

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

This div border color is #7E041C.

Opacity

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

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

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

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

This text has shadow with #7E041C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E041C.

Preview

Color preview on black background

This text has color #7E041C on black background.


Color preview on white background

This text has color #7E041C on white background.


Black color preview on #7E041C background

This text has black color on #7E041C background.


White color preview on #7E041C background

This text has white color on #7E041C background.


Related colors

Complementary color

Complementary color for #hex is #81FBE3.


I love getcolorcode.com

Triadic colors

1 #1C7E04 and #041C7E with #7E041C are triadic colors.

2 #1C047E and #047E1C with #7E041C are triadic colors.