COLOR #7E401C

HEX: #7E401C RGB: (126,64,28)

Color info

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

RGB color model

#7E401C color RGB value is (126,64,28).

RGB: (126,64,28) (49%, 25%, 11%)

RGB channels and saturation

R 126 of 255 = 49%
G 64 of 255 = 25%
B 28 of 255 = 11%

126
64
28

R + G + B ~ 28%. #7E401C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 64 + 28 = 218 (100%)
R 126 of 218 ~ 57.8%
G 64 of 218 ~ 29.36%
B 28 of 218 ~ 12.84'%

%57.8
%29.36
%12.84

CMYK color model

#7E401C color CMYK value is (0,49,78,51).

  • cyan value is 0.00%
  • magenta value is 49.21%
  • yellow value is 77.78%
  • key color value is 50.59%
CMYK: (0,49,78,51) C0M49Y78K51 (0%,49%,78%,51%) (0.00/0.49/0.78/0.51) 

CMYK percentages

%0
%49.21
%77.78
%50.59

Codes

Color #7E401C in popluar color models

7E 40 1C
RGB 126 64 28
HSL 22° 63.64% 30.20%
HSB/HSV 22° 77.78% 49.41%
CMYK 0.00% 49.21% 77.78%
50.59%

Color #7E401C in popluar number systems.

HEX 7E 40 1C
Decimal 126 64 28
Binary 1111110 1000000 11100
Octal 176 100 34

Shades and tints

Shades of #7E401C

#7E401C
(126,64,28)
#733B1A
(115,59,26)
#683618
(104,54,24)
#5D3116
(93,49,22)
#522C14
(82,44,20)
#472712
(71,39,18)
#3C2210
(60,34,16)
#311D0E
(49,29,14)
#26180C
(38,24,12)
#1B130A
(27,19,10)
#100E08
(16,14,8)
#000000
(0,0,0)

Tints of #7E401C

#7E401C
(126,64,28)
#895130
(137,81,48)
#946244
(148,98,68)
#9F7358
(159,115,88)
#AA846C
(170,132,108)
#B59580
(181,149,128)
#C0A694
(192,166,148)
#CBB7A8
(203,183,168)
#D6C8BC
(214,200,188)
#E1D9D0
(225,217,208)
#ECEAE4
(236,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E401C; }

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

This text font color is #7E401C.

Background Color

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

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

This div background color is #7E401C.

Border color

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

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

This div border color is #7E401C.

Opacity

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

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

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

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

This text has shadow with #7E401C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E401C.

Preview

Color preview on black background

This text has color #7E401C on black background.


Color preview on white background

This text has color #7E401C on white background.


Black color preview on #7E401C background

This text has black color on #7E401C background.


White color preview on #7E401C background

This text has white color on #7E401C background.


Related colors

Complementary color

Complementary color for #hex is #81BFE3.


I love getcolorcode.com

Triadic colors

1 #1C7E40 and #401C7E with #7E401C are triadic colors.

2 #1C407E and #407E1C with #7E401C are triadic colors.