COLOR #7E411C

HEX: #7E411C
RGB: (126,65,28)

Color info

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

RGB color model

#7E411C color RGB value is (126,65,28).

  • red value is 126;
  • green value is 65;
  • blue value is 28.
RGB:
(126,65,28)
(49%,25%,11%)

RGB channels and saturation

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

126
65
28

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

Portions of RGB colors in percentages

R + G + B =
126 + 65 + 28 = 219 (100%)
R 126 of 219 ~ 57.53%
G 65 of 219 ~ 29.68%
B 28 of 219 ~ 12.79%

%57.53
%29.68
%12.79

CMYK color model

#7E411C color CMYK value is (0,48,78,51).

  • cyan value is 0.00%
  • magenta value is 48.41%
  • yellow value is 77.78%
  • key color value is 50.59%
CMYK:
(0,48,78,51)
C0M48Y78K51 
(0%,48%,78%,51%)
(0.00/0.48/0.78/0.51)	

CMYK percentages

%0
%48.41
%77.78
%50.59

Codes

Color #7E411C in popluar color models

7E411C
RGB1266528
HSL23°63.64%30.20%
HSB/HSV23°77.78%49.41%
CMYK0.00%48.41%77.78%
50.59%

Color #7E411C in popluar number systems.

HEX7E411C
Decimal1266528
Binary1111110100000111100
Octal17610134

Shades and tints

Shades of #7E411C

#7E411C
(126,65,28)
#733C1A
(115,60,26)
#683718
(104,55,24)
#5D3216
(93,50,22)
#522D14
(82,45,20)
#472812
(71,40,18)
#3C2310
(60,35,16)
#311E0E
(49,30,14)
#26190C
(38,25,12)
#1B140A
(27,20,10)
#100F08
(16,15,8)
#000000
(0,0,0)

Tints of #7E411C

#7E411C
(126,65,28)
#895230
(137,82,48)
#946344
(148,99,68)
#9F7458
(159,116,88)
#AA856C
(170,133,108)
#B59680
(181,150,128)
#C0A794
(192,167,148)
#CBB8A8
(203,184,168)
#D6C9BC
(214,201,188)
#E1DAD0
(225,218,208)
#ECEBE4
(236,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E411C; }

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

This text font color is #7E411C.


Background Color

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

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

This div background color is #7E411C.


Border color

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

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

This div border color is #7E411C.


Opacity

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

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

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

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

This text has shadow with #7E411C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E411C on black background.


Color preview on white background

This text has color #7E411C on white background.



Black color preview on #7E411C background

This text has black color on #7E411C background.


White color preview on #7E411C background

This text has white color on #7E411C background.