COLOR #7E2F16

HEX: #7E2F16
RGB: (126,47,22)

Color info

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

RGB color model

#7E2F16 color RGB value is (126,47,22).

  • red value is 126;
  • green value is 47;
  • blue value is 22.
RGB:
(126,47,22)
(49%,18%,9%)

RGB channels and saturation

R 126 of 255 = 49%
G 47 of 255 = 18%
B 22 of 255 = 9%

126
47
22

R + G + B ~ 25%. #7E2F16 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 47 + 22 = 195 (100%)
R 126 of 195 ~ 64.62%
G 47 of 195 ~ 24.1%
B 22 of 195 ~ 11.28%

%64.62
%24.1
%11.28

CMYK color model

#7E2F16 color CMYK value is (0,63,83,51).

  • cyan value is 0.00%
  • magenta value is 62.70%
  • yellow value is 82.54%
  • key color value is 50.59%
CMYK:
(0,63,83,51)
C0M63Y83K51 
(0%,63%,83%,51%)
(0.00/0.63/0.83/0.51)	

CMYK percentages

%0
%62.7
%82.54
%50.59

Codes

Color #7E2F16 in popluar color models

7E2F16
RGB1264722
HSL14°70.27%29.02%
HSB/HSV14°82.54%49.41%
CMYK0.00%62.70%82.54%
50.59%

Color #7E2F16 in popluar number systems.

HEX7E2F16
Decimal1264722
Binary111111010111110110
Octal1765726

Shades and tints

Shades of #7E2F16

#7E2F16
(126,47,22)
#732B14
(115,43,20)
#682712
(104,39,18)
#5D2310
(93,35,16)
#521F0E
(82,31,14)
#471B0C
(71,27,12)
#3C170A
(60,23,10)
#311308
(49,19,8)
#260F06
(38,15,6)
#1B0B04
(27,11,4)
#100702
(16,7,2)
#000000
(0,0,0)

Tints of #7E2F16

#7E2F16
(126,47,22)
#89412B
(137,65,43)
#945340
(148,83,64)
#9F6555
(159,101,85)
#AA776A
(170,119,106)
#B5897F
(181,137,127)
#C09B94
(192,155,148)
#CBADA9
(203,173,169)
#D6BFBE
(214,191,190)
#E1D1D3
(225,209,211)
#ECE3E8
(236,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E2F16 color. Also use rgb(126,47,22) instead hex code.

Text Font Color

.myTextColor { color: #7E2F16; }

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

This text font color is #7E2F16.


Background Color

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

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

This div background color is #7E2F16.


Border color

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

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

This div border color is #7E2F16.


Opacity

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

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

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

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

This text has shadow with #7E2F16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E2F16 on black background.


Color preview on white background

This text has color #7E2F16 on white background.



Black color preview on #7E2F16 background

This text has black color on #7E2F16 background.


White color preview on #7E2F16 background

This text has white color on #7E2F16 background.