COLOR #7E411F

HEX: #7E411F
RGB: (126,65,31)

Color info

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

RGB color model

#7E411F color RGB value is (126,65,31).

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

RGB channels and saturation

R 126 of 255 = 49%
G 65 of 255 = 25%
B 31 of 255 = 12%

126
65
31

R + G + B ~ 29%. #7E411F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 65 + 31 = 222 (100%)
R 126 of 222 ~ 56.76%
G 65 of 222 ~ 29.28%
B 31 of 222 ~ 13.96%

%56.76
%29.28
%13.96

CMYK color model

#7E411F color CMYK value is (0,48,75,51).

  • cyan value is 0.00%
  • magenta value is 48.41%
  • yellow value is 75.40%
  • key color value is 50.59%
CMYK:
(0,48,75,51)
C0M48Y75K51 
(0%,48%,75%,51%)
(0.00/0.48/0.75/0.51)	

CMYK percentages

%0
%48.41
%75.4
%50.59

Codes

Color #7E411F in popluar color models

7E411F
RGB1266531
HSL21°60.51%30.78%
HSB/HSV21°75.40%49.41%
CMYK0.00%48.41%75.40%
50.59%

Color #7E411F in popluar number systems.

HEX7E411F
Decimal1266531
Binary1111110100000111111
Octal17610137

Shades and tints

Shades of #7E411F

#7E411F
(126,65,31)
#733C1D
(115,60,29)
#68371B
(104,55,27)
#5D3219
(93,50,25)
#522D17
(82,45,23)
#472815
(71,40,21)
#3C2313
(60,35,19)
#311E11
(49,30,17)
#26190F
(38,25,15)
#1B140D
(27,20,13)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #7E411F

#7E411F
(126,65,31)
#895233
(137,82,51)
#946347
(148,99,71)
#9F745B
(159,116,91)
#AA856F
(170,133,111)
#B59683
(181,150,131)
#C0A797
(192,167,151)
#CBB8AB
(203,184,171)
#D6C9BF
(214,201,191)
#E1DAD3
(225,218,211)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E411F; }

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

This text font color is #7E411F.


Background Color

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

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

This div background color is #7E411F.


Border color

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

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

This div border color is #7E411F.


Opacity

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

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

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

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

This text has shadow with #7E411F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E411F on black background.


Color preview on white background

This text has color #7E411F on white background.



Black color preview on #7E411F background

This text has black color on #7E411F background.


White color preview on #7E411F background

This text has white color on #7E411F background.