COLOR #7E3F13

HEX: #7E3F13
RGB: (126,63,19)

Color info

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

RGB color model

#7E3F13 color RGB value is (126,63,19).

  • red value is 126;
  • green value is 63;
  • blue value is 19.
RGB:
(126,63,19)
(49%,25%,7%)

RGB channels and saturation

R 126 of 255 = 49%
G 63 of 255 = 25%
B 19 of 255 = 7%

126
63
19

R + G + B ~ 27%. #7E3F13 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 63 + 19 = 208 (100%)
R 126 of 208 ~ 60.58%
G 63 of 208 ~ 30.29%
B 19 of 208 ~ 9.13%

%60.58
%30.29

CMYK color model

#7E3F13 color CMYK value is (0,50,85,51).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 84.92%
  • key color value is 50.59%
CMYK:
(0,50,85,51)
C0M50Y85K51 
(0%,50%,85%,51%)
(0.00/0.50/0.85/0.51)	

CMYK percentages

%0
%50
%84.92
%50.59

Codes

Color #7E3F13 in popluar color models

7E3F13
RGB1266319
HSL25°73.79%28.43%
HSB/HSV25°84.92%49.41%
CMYK0.00%50.00%84.92%
50.59%

Color #7E3F13 in popluar number systems.

HEX7E3F13
Decimal1266319
Binary111111011111110011
Octal1767723

Shades and tints

Shades of #7E3F13

#7E3F13
(126,63,19)
#733A12
(115,58,18)
#683511
(104,53,17)
#5D3010
(93,48,16)
#522B0F
(82,43,15)
#47260E
(71,38,14)
#3C210D
(60,33,13)
#311C0C
(49,28,12)
#26170B
(38,23,11)
#1B120A
(27,18,10)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #7E3F13

#7E3F13
(126,63,19)
#895028
(137,80,40)
#94613D
(148,97,61)
#9F7252
(159,114,82)
#AA8367
(170,131,103)
#B5947C
(181,148,124)
#C0A591
(192,165,145)
#CBB6A6
(203,182,166)
#D6C7BB
(214,199,187)
#E1D8D0
(225,216,208)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E3F13 color. Also use rgb(126,63,19) instead hex code.

Text Font Color

.myTextColor { color: #7E3F13; }

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

This text font color is #7E3F13.


Background Color

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

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

This div background color is #7E3F13.


Border color

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

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

This div border color is #7E3F13.


Opacity

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

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

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

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

This text has shadow with #7E3F13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3F13 on black background.


Color preview on white background

This text has color #7E3F13 on white background.



Black color preview on #7E3F13 background

This text has black color on #7E3F13 background.


White color preview on #7E3F13 background

This text has white color on #7E3F13 background.