COLOR #7E3406

HEX: #7E3406
RGB: (126,52,6)

Color info

#7E3406 contains mainly red color. Web safe color of #7E3406 is #663300 (or #630).

RGB color model

#7E3406 color RGB value is (126,52,6).

  • red value is 126;
  • green value is 52;
  • blue value is 6.
RGB:
(126,52,6)
(49%,20%,2%)

RGB channels and saturation

R 126 of 255 = 49%
G 52 of 255 = 20%
B 6 of 255 = 2%

126
52
6

R + G + B ~ 24%. #7E3406 is dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 52 + 6 = 184 (100%)
R 126 of 184 ~ 68.48%
G 52 of 184 ~ 28.26%
B 6 of 184 ~ 3.26%

%68.48
%28.26

CMYK color model

#7E3406 color CMYK value is (0,59,95,51).

  • cyan value is 0.00%
  • magenta value is 58.73%
  • yellow value is 95.24%
  • key color value is 50.59%
CMYK:
(0,59,95,51)
C0M59Y95K51 
(0%,59%,95%,51%)
(0.00/0.59/0.95/0.51)	

CMYK percentages

%0
%58.73
%95.24
%50.59

Codes

Color #7E3406 in popluar color models

7E3406
RGB126526
HSL23°90.91%25.88%
HSB/HSV23°95.24%49.41%
CMYK0.00%58.73%95.24%
50.59%

Color #7E3406 in popluar number systems.

HEX7E3406
Decimal126526
Binary1111110110100110
Octal176646

Shades and tints

Shades of #7E3406

#7E3406
(126,52,6)
#733006
(115,48,6)
#682C06
(104,44,6)
#5D2806
(93,40,6)
#522406
(82,36,6)
#472006
(71,32,6)
#3C1C06
(60,28,6)
#311806
(49,24,6)
#261406
(38,20,6)
#1B1006
(27,16,6)
#100C06
(16,12,6)
#000000
(0,0,0)

Tints of #7E3406

#7E3406
(126,52,6)
#89461C
(137,70,28)
#945832
(148,88,50)
#9F6A48
(159,106,72)
#AA7C5E
(170,124,94)
#B58E74
(181,142,116)
#C0A08A
(192,160,138)
#CBB2A0
(203,178,160)
#D6C4B6
(214,196,182)
#E1D6CC
(225,214,204)
#ECE8E2
(236,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E3406 color. Also use rgb(126,52,6) instead hex code.

Text Font Color

.myTextColor { color: #7E3406; }

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

This text font color is #7E3406.


Background Color

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

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

This div background color is #7E3406.


Border color

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

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

This div border color is #7E3406.


Opacity

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

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

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

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

This text has shadow with #7E3406 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3406 on black background.


Color preview on white background

This text has color #7E3406 on white background.



Black color preview on #7E3406 background

This text has black color on #7E3406 background.


White color preview on #7E3406 background

This text has white color on #7E3406 background.