COLOR #7E491E

HEX: #7E491E
RGB: (126,73,30)

Color info

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

RGB color model

#7E491E color RGB value is (126,73,30).

  • red value is 126;
  • green value is 73;
  • blue value is 30.
RGB:
(126,73,30)
(49%,29%,12%)

RGB channels and saturation

R 126 of 255 = 49%
G 73 of 255 = 29%
B 30 of 255 = 12%

126
73
30

R + G + B ~ 30%. #7E491E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 73 + 30 = 229 (100%)
R 126 of 229 ~ 55.02%
G 73 of 229 ~ 31.88%
B 30 of 229 ~ 13.1%

%55.02
%31.88
%13.1

CMYK color model

#7E491E color CMYK value is (0,42,76,51).

  • cyan value is 0.00%
  • magenta value is 42.06%
  • yellow value is 76.19%
  • key color value is 50.59%
CMYK:
(0,42,76,51)
C0M42Y76K51 
(0%,42%,76%,51%)
(0.00/0.42/0.76/0.51)	

CMYK percentages

%0
%42.06
%76.19
%50.59

Codes

Color #7E491E in popluar color models

7E491E
RGB1267330
HSL27°61.54%30.59%
HSB/HSV27°76.19%49.41%
CMYK0.00%42.06%76.19%
50.59%

Color #7E491E in popluar number systems.

HEX7E491E
Decimal1267330
Binary1111110100100111110
Octal17611136

Shades and tints

Shades of #7E491E

#7E491E
(126,73,30)
#73431C
(115,67,28)
#683D1A
(104,61,26)
#5D3718
(93,55,24)
#523116
(82,49,22)
#472B14
(71,43,20)
#3C2512
(60,37,18)
#311F10
(49,31,16)
#26190E
(38,25,14)
#1B130C
(27,19,12)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #7E491E

#7E491E
(126,73,30)
#895932
(137,89,50)
#946946
(148,105,70)
#9F795A
(159,121,90)
#AA896E
(170,137,110)
#B59982
(181,153,130)
#C0A996
(192,169,150)
#CBB9AA
(203,185,170)
#D6C9BE
(214,201,190)
#E1D9D2
(225,217,210)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E491E; }

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

This text font color is #7E491E.


Background Color

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

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

This div background color is #7E491E.


Border color

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

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

This div border color is #7E491E.


Opacity

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

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

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

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

This text has shadow with #7E491E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E491E on black background.


Color preview on white background

This text has color #7E491E on white background.



Black color preview on #7E491E background

This text has black color on #7E491E background.


White color preview on #7E491E background

This text has white color on #7E491E background.