COLOR #7E4A12

HEX: #7E4A12
RGB: (126,74,18)

Color info

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

RGB color model

#7E4A12 color RGB value is (126,74,18).

  • red value is 126;
  • green value is 74;
  • blue value is 18.
RGB:
(126,74,18)
(49%,29%,7%)

RGB channels and saturation

R 126 of 255 = 49%
G 74 of 255 = 29%
B 18 of 255 = 7%

126
74
18

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

Portions of RGB colors in percentages

R + G + B =
126 + 74 + 18 = 218 (100%)
R 126 of 218 ~ 57.8%
G 74 of 218 ~ 33.94%
B 18 of 218 ~ 8.26%

%57.8
%33.94

CMYK color model

#7E4A12 color CMYK value is (0,41,86,51).

  • cyan value is 0.00%
  • magenta value is 41.27%
  • yellow value is 85.71%
  • key color value is 50.59%
CMYK:
(0,41,86,51)
C0M41Y86K51 
(0%,41%,86%,51%)
(0.00/0.41/0.86/0.51)	

CMYK percentages

%0
%41.27
%85.71
%50.59

Codes

Color #7E4A12 in popluar color models

7E4A12
RGB1267418
HSL31°75.00%28.24%
HSB/HSV31°85.71%49.41%
CMYK0.00%41.27%85.71%
50.59%

Color #7E4A12 in popluar number systems.

HEX7E4A12
Decimal1267418
Binary1111110100101010010
Octal17611222

Shades and tints

Shades of #7E4A12

#7E4A12
(126,74,18)
#734411
(115,68,17)
#683E10
(104,62,16)
#5D380F
(93,56,15)
#52320E
(82,50,14)
#472C0D
(71,44,13)
#3C260C
(60,38,12)
#31200B
(49,32,11)
#261A0A
(38,26,10)
#1B1409
(27,20,9)
#100E08
(16,14,8)
#000000
(0,0,0)

Tints of #7E4A12

#7E4A12
(126,74,18)
#895A27
(137,90,39)
#946A3C
(148,106,60)
#9F7A51
(159,122,81)
#AA8A66
(170,138,102)
#B59A7B
(181,154,123)
#C0AA90
(192,170,144)
#CBBAA5
(203,186,165)
#D6CABA
(214,202,186)
#E1DACF
(225,218,207)
#ECEAE4
(236,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4A12 color. Also use rgb(126,74,18) instead hex code.

Text Font Color

.myTextColor { color: #7E4A12; }

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

This text font color is #7E4A12.


Background Color

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

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

This div background color is #7E4A12.


Border color

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

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

This div border color is #7E4A12.


Opacity

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

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

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

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

This text has shadow with #7E4A12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4A12 on black background.


Color preview on white background

This text has color #7E4A12 on white background.



Black color preview on #7E4A12 background

This text has black color on #7E4A12 background.


White color preview on #7E4A12 background

This text has white color on #7E4A12 background.