COLOR #7E4411

HEX: #7E4411 RGB: (126,68,17)

Color info

#7E4411 contains mainly red and green colors. Web safe color of #7E4411 is #663300 (or #630).

RGB color model

#7E4411 color RGB value is (126,68,17).

RGB: (126,68,17) (49%, 27%, 7%)

RGB channels and saturation

R 126 of 255 = 49%
G 68 of 255 = 27%
B 17 of 255 = 7%

126
68
17

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

Portions of RGB colors in percentages

R + G + B = 126 + 68 + 17 = 211 (100%)
R 126 of 211 ~ 59.72%
G 68 of 211 ~ 32.23%
B 17 of 211 ~ 8.06'%

%59.72
%32.23

CMYK color model

#7E4411 color CMYK value is (0,46,87,51).

  • cyan value is 0.00%
  • magenta value is 46.03%
  • yellow value is 86.51%
  • key color value is 50.59%

CMYK: (0,46,87,51)
C0M46Y87K51 (0%, 46%, 87%, 51%)
(0.00 / 0.46 / 0.87 / 0.51)

CMYK percentages

%0
%46.03
%86.51
%50.59

Codes

Color #7E4411 in popluar color models

7E 44 11
RGB 126 68 17
HSL 28° 76.22% 28.04%
HSB/HSV 28° 86.51% 49.41%
CMYK 0.00% 46.03% 86.51%
50.59%

Color #7E4411 in popluar number systems.

HEX 7E 44 11
Decimal 126 68 17
Binary 1111110 1000100 10001
Octal 176 104 21

Shades and tints

Shades of #7E4411

#7E4411
(126,68,17)
#733E10
(115,62,16)
#68380F
(104,56,15)
#5D320E
(93,50,14)
#522C0D
(82,44,13)
#47260C
(71,38,12)
#3C200B
(60,32,11)
#311A0A
(49,26,10)
#261409
(38,20,9)
#1B0E08
(27,14,8)
#100807
(16,8,7)
#000000
(0,0,0)

Tints of #7E4411

#7E4411
(126,68,17)
#895526
(137,85,38)
#94663B
(148,102,59)
#9F7750
(159,119,80)
#AA8865
(170,136,101)
#B5997A
(181,153,122)
#C0AA8F
(192,170,143)
#CBBBA4
(203,187,164)
#D6CCB9
(214,204,185)
#E1DDCE
(225,221,206)
#ECEEE3
(236,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4411 color. Also use rgb(126,68,17) instead hex code.

Text Font Color

.myTextColor { color: #7E4411; }

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

This text font color is #7E4411.

Background Color

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

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

This div background color is #7E4411.

Border color

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

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

This div border color is #7E4411.

Opacity

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

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

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

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

This text has shadow with #7E4411 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E4411.

Preview

Color preview on black background

This text has color #7E4411 on black background.


Color preview on white background

This text has color #7E4411 on white background.


Black color preview on #7E4411 background

This text has black color on #7E4411 background.


White color preview on #7E4411 background

This text has white color on #7E4411 background.


Related colors

Complementary color

Complementary color for #hex is #81BBEE.


I love getcolorcode.com

Triadic colors

1 #117E44 and #44117E with #7E4411 are triadic colors.

2 #11447E and #447E11 with #7E4411 are triadic colors.