COLOR #7E321C

HEX: #7E321C
RGB: (126,50,28)

Color info

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

RGB color model

#7E321C color RGB value is (126,50,28).

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

RGB channels and saturation

R 126 of 255 = 49%
G 50 of 255 = 20%
B 28 of 255 = 11%

126
50
28

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

Portions of RGB colors in percentages

R + G + B =
126 + 50 + 28 = 204 (100%)
R 126 of 204 ~ 61.76%
G 50 of 204 ~ 24.51%
B 28 of 204 ~ 13.73%

%61.76
%24.51
%13.73

CMYK color model

#7E321C color CMYK value is (0,60,78,51).

  • cyan value is 0.00%
  • magenta value is 60.32%
  • yellow value is 77.78%
  • key color value is 50.59%
CMYK:
(0,60,78,51)
C0M60Y78K51 
(0%,60%,78%,51%)
(0.00/0.60/0.78/0.51)	

CMYK percentages

%0
%60.32
%77.78
%50.59

Codes

Color #7E321C in popluar color models

7E321C
RGB1265028
HSL13°63.64%30.20%
HSB/HSV13°77.78%49.41%
CMYK0.00%60.32%77.78%
50.59%

Color #7E321C in popluar number systems.

HEX7E321C
Decimal1265028
Binary111111011001011100
Octal1766234

Shades and tints

Shades of #7E321C

#7E321C
(126,50,28)
#732E1A
(115,46,26)
#682A18
(104,42,24)
#5D2616
(93,38,22)
#522214
(82,34,20)
#471E12
(71,30,18)
#3C1A10
(60,26,16)
#31160E
(49,22,14)
#26120C
(38,18,12)
#1B0E0A
(27,14,10)
#100A08
(16,10,8)
#000000
(0,0,0)

Tints of #7E321C

#7E321C
(126,50,28)
#894430
(137,68,48)
#945644
(148,86,68)
#9F6858
(159,104,88)
#AA7A6C
(170,122,108)
#B58C80
(181,140,128)
#C09E94
(192,158,148)
#CBB0A8
(203,176,168)
#D6C2BC
(214,194,188)
#E1D4D0
(225,212,208)
#ECE6E4
(236,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E321C; }

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

This text font color is #7E321C.


Background Color

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

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

This div background color is #7E321C.


Border color

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

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

This div border color is #7E321C.


Opacity

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

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

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

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

This text has shadow with #7E321C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E321C on black background.


Color preview on white background

This text has color #7E321C on white background.



Black color preview on #7E321C background

This text has black color on #7E321C background.


White color preview on #7E321C background

This text has white color on #7E321C background.