COLOR #7E391C

HEX: #7E391C
RGB: (126,57,28)

Color info

#7E391C contains mainly red color. Web safe color of #7E391C is #663333 (or #633).

RGB color model

#7E391C color RGB value is (126,57,28).

  • red value is 126;
  • green value is 57;
  • blue value is 28.
RGB:
(126,57,28)
(49%,22%,11%)

RGB channels and saturation

R 126 of 255 = 49%
G 57 of 255 = 22%
B 28 of 255 = 11%

126
57
28

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

Portions of RGB colors in percentages

R + G + B =
126 + 57 + 28 = 211 (100%)
R 126 of 211 ~ 59.72%
G 57 of 211 ~ 27.01%
B 28 of 211 ~ 13.27%

%59.72
%27.01
%13.27

CMYK color model

#7E391C color CMYK value is (0,55,78,51).

  • cyan value is 0.00%
  • magenta value is 54.76%
  • yellow value is 77.78%
  • key color value is 50.59%
CMYK:
(0,55,78,51)
C0M55Y78K51 
(0%,55%,78%,51%)
(0.00/0.55/0.78/0.51)	

CMYK percentages

%0
%54.76
%77.78
%50.59

Codes

Color #7E391C in popluar color models

7E391C
RGB1265728
HSL18°63.64%30.20%
HSB/HSV18°77.78%49.41%
CMYK0.00%54.76%77.78%
50.59%

Color #7E391C in popluar number systems.

HEX7E391C
Decimal1265728
Binary111111011100111100
Octal1767134

Shades and tints

Shades of #7E391C

#7E391C
(126,57,28)
#73341A
(115,52,26)
#682F18
(104,47,24)
#5D2A16
(93,42,22)
#522514
(82,37,20)
#472012
(71,32,18)
#3C1B10
(60,27,16)
#31160E
(49,22,14)
#26110C
(38,17,12)
#1B0C0A
(27,12,10)
#100708
(16,7,8)
#000000
(0,0,0)

Tints of #7E391C

#7E391C
(126,57,28)
#894B30
(137,75,48)
#945D44
(148,93,68)
#9F6F58
(159,111,88)
#AA816C
(170,129,108)
#B59380
(181,147,128)
#C0A594
(192,165,148)
#CBB7A8
(203,183,168)
#D6C9BC
(214,201,188)
#E1DBD0
(225,219,208)
#ECEDE4
(236,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E391C color. Also use rgb(126,57,28) instead hex code.

Text Font Color

.myTextColor { color: #7E391C; }

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

This text font color is #7E391C.


Background Color

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

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

This div background color is #7E391C.


Border color

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

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

This div border color is #7E391C.


Opacity

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

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

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

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

This text has shadow with #7E391C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E391C on black background.


Color preview on white background

This text has color #7E391C on white background.



Black color preview on #7E391C background

This text has black color on #7E391C background.


White color preview on #7E391C background

This text has white color on #7E391C background.