COLOR #7E2506

HEX: #7E2506
RGB: (126,37,6)

Color info

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

RGB color model

#7E2506 color RGB value is (126,37,6).

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

RGB channels and saturation

R 126 of 255 = 49%
G 37 of 255 = 15%
B 6 of 255 = 2%

126
37
6

R + G + B ~ 22%. #7E2506 is dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 37 + 6 = 169 (100%)
R 126 of 169 ~ 74.56%
G 37 of 169 ~ 21.89%
B 6 of 169 ~ 3.55%

%74.56
%21.89

CMYK color model

#7E2506 color CMYK value is (0,71,95,51).

  • cyan value is 0.00%
  • magenta value is 70.63%
  • yellow value is 95.24%
  • key color value is 50.59%
CMYK:
(0,71,95,51)
C0M71Y95K51 
(0%,71%,95%,51%)
(0.00/0.71/0.95/0.51)	

CMYK percentages

%0
%70.63
%95.24
%50.59

Codes

Color #7E2506 in popluar color models

7E2506
RGB126376
HSL16°90.91%25.88%
HSB/HSV16°95.24%49.41%
CMYK0.00%70.63%95.24%
50.59%

Color #7E2506 in popluar number systems.

HEX7E2506
Decimal126376
Binary1111110100101110
Octal176456

Shades and tints

Shades of #7E2506

#7E2506
(126,37,6)
#732206
(115,34,6)
#681F06
(104,31,6)
#5D1C06
(93,28,6)
#521906
(82,25,6)
#471606
(71,22,6)
#3C1306
(60,19,6)
#311006
(49,16,6)
#260D06
(38,13,6)
#1B0A06
(27,10,6)
#100706
(16,7,6)
#000000
(0,0,0)

Tints of #7E2506

#7E2506
(126,37,6)
#89381C
(137,56,28)
#944B32
(148,75,50)
#9F5E48
(159,94,72)
#AA715E
(170,113,94)
#B58474
(181,132,116)
#C0978A
(192,151,138)
#CBAAA0
(203,170,160)
#D6BDB6
(214,189,182)
#E1D0CC
(225,208,204)
#ECE3E2
(236,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E2506; }

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

This text font color is #7E2506.


Background Color

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

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

This div background color is #7E2506.


Border color

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

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

This div border color is #7E2506.


Opacity

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

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

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

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

This text has shadow with #7E2506 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E2506 on black background.


Color preview on white background

This text has color #7E2506 on white background.



Black color preview on #7E2506 background

This text has black color on #7E2506 background.


White color preview on #7E2506 background

This text has white color on #7E2506 background.