COLOR #7E4206

HEX: #7E4206
RGB: (126,66,6)

Color info

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

RGB color model

#7E4206 color RGB value is (126,66,6).

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

RGB channels and saturation

R 126 of 255 = 49%
G 66 of 255 = 26%
B 6 of 255 = 2%

126
66
6

R + G + B ~ 26%. #7E4206 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 66 + 6 = 198 (100%)
R 126 of 198 ~ 63.64%
G 66 of 198 ~ 33.33%
B 6 of 198 ~ 3.03%

%63.64
%33.33

CMYK color model

#7E4206 color CMYK value is (0,48,95,51).

  • cyan value is 0.00%
  • magenta value is 47.62%
  • yellow value is 95.24%
  • key color value is 50.59%
CMYK:
(0,48,95,51)
C0M48Y95K51 
(0%,48%,95%,51%)
(0.00/0.48/0.95/0.51)	

CMYK percentages

%0
%47.62
%95.24
%50.59

Codes

Color #7E4206 in popluar color models

7E4206
RGB126666
HSL30°90.91%25.88%
HSB/HSV30°95.24%49.41%
CMYK0.00%47.62%95.24%
50.59%

Color #7E4206 in popluar number systems.

HEX7E4206
Decimal126666
Binary11111101000010110
Octal1761026

Shades and tints

Shades of #7E4206

#7E4206
(126,66,6)
#733C06
(115,60,6)
#683606
(104,54,6)
#5D3006
(93,48,6)
#522A06
(82,42,6)
#472406
(71,36,6)
#3C1E06
(60,30,6)
#311806
(49,24,6)
#261206
(38,18,6)
#1B0C06
(27,12,6)
#100606
(16,6,6)
#000000
(0,0,0)

Tints of #7E4206

#7E4206
(126,66,6)
#89531C
(137,83,28)
#946432
(148,100,50)
#9F7548
(159,117,72)
#AA865E
(170,134,94)
#B59774
(181,151,116)
#C0A88A
(192,168,138)
#CBB9A0
(203,185,160)
#D6CAB6
(214,202,182)
#E1DBCC
(225,219,204)
#ECECE2
(236,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4206; }

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

This text font color is #7E4206.


Background Color

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

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

This div background color is #7E4206.


Border color

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

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

This div border color is #7E4206.


Opacity

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

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

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

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

This text has shadow with #7E4206 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4206 on black background.


Color preview on white background

This text has color #7E4206 on white background.



Black color preview on #7E4206 background

This text has black color on #7E4206 background.


White color preview on #7E4206 background

This text has white color on #7E4206 background.