COLOR #7E461E

HEX: #7E461E RGB: (126,70,30)

Color info

#7E461E contains mainly red and green colors. Web safe color of #7E461E is #663333 (or #633).

RGB color model

#7E461E color RGB value is (126,70,30).

RGB: (126,70,30) (49%, 27%, 12%)

RGB channels and saturation

R 126 of 255 = 49%
G 70 of 255 = 27%
B 30 of 255 = 12%

126
70
30

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

Portions of RGB colors in percentages

R + G + B = 126 + 70 + 30 = 226 (100%)
R 126 of 226 ~ 55.75%
G 70 of 226 ~ 30.97%
B 30 of 226 ~ 13.27'%

%55.75
%30.97
%13.27

CMYK color model

#7E461E color CMYK value is (0,44,76,51).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 76.19%
  • key color value is 50.59%

CMYK: (0,44,76,51)
C0M44Y76K51 (0%, 44%, 76%, 51%)
(0.00 / 0.44 / 0.76 / 0.51)

CMYK percentages

%0
%44.44
%76.19
%50.59

Codes

Color #7E461E in popluar color models

7E 46 1E
RGB 126 70 30
HSL 25° 61.54% 30.59%
HSB/HSV 25° 76.19% 49.41%
CMYK 0.00% 44.44% 76.19%
50.59%

Color #7E461E in popluar number systems.

HEX 7E 46 1E
Decimal 126 70 30
Binary 1111110 1000110 11110
Octal 176 106 36

Shades and tints

Shades of #7E461E

#7E461E
(126,70,30)
#73401C
(115,64,28)
#683A1A
(104,58,26)
#5D3418
(93,52,24)
#522E16
(82,46,22)
#472814
(71,40,20)
#3C2212
(60,34,18)
#311C10
(49,28,16)
#26160E
(38,22,14)
#1B100C
(27,16,12)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #7E461E

#7E461E
(126,70,30)
#895632
(137,86,50)
#946646
(148,102,70)
#9F765A
(159,118,90)
#AA866E
(170,134,110)
#B59682
(181,150,130)
#C0A696
(192,166,150)
#CBB6AA
(203,182,170)
#D6C6BE
(214,198,190)
#E1D6D2
(225,214,210)
#ECE6E6
(236,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E461E color. Also use rgb(126,70,30) instead hex code.

Text Font Color

.myTextColor { color: #7E461E; }

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

This text font color is #7E461E.

Background Color

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

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

This div background color is #7E461E.

Border color

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

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

This div border color is #7E461E.

Opacity

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

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

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

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

This text has shadow with #7E461E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E461E.

Preview

Color preview on black background

This text has color #7E461E on black background.


Color preview on white background

This text has color #7E461E on white background.


Black color preview on #7E461E background

This text has black color on #7E461E background.


White color preview on #7E461E background

This text has white color on #7E461E background.


Related colors

Complementary color

Complementary color for #hex is #81B9E1.


I love getcolorcode.com

Triadic colors

1 #1E7E46 and #461E7E with #7E461E are triadic colors.

2 #1E467E and #467E1E with #7E461E are triadic colors.