COLOR #7E392C

HEX: #7E392C
RGB: (126,57,44)

Color info

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

RGB color model

#7E392C color RGB value is (126,57,44).

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

RGB channels and saturation

R 126 of 255 = 49%
G 57 of 255 = 22%
B 44 of 255 = 17%

126
57
44

R + G + B ~ 29%. #7E392C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 57 + 44 = 227 (100%)
R 126 of 227 ~ 55.51%
G 57 of 227 ~ 25.11%
B 44 of 227 ~ 19.38%

%55.51
%25.11
%19.38

CMYK color model

#7E392C color CMYK value is (0,55,65,51).

  • cyan value is 0.00%
  • magenta value is 54.76%
  • yellow value is 65.08%
  • key color value is 50.59%
CMYK:
(0,55,65,51)
C0M55Y65K51 
(0%,55%,65%,51%)
(0.00/0.55/0.65/0.51)	

CMYK percentages

%0
%54.76
%65.08
%50.59

Codes

Color #7E392C in popluar color models

7E392C
RGB1265744
HSL10°48.24%33.33%
HSB/HSV10°65.08%49.41%
CMYK0.00%54.76%65.08%
50.59%

Color #7E392C in popluar number systems.

HEX7E392C
Decimal1265744
Binary1111110111001101100
Octal1767154

Shades and tints

Shades of #7E392C

#7E392C
(126,57,44)
#733428
(115,52,40)
#682F24
(104,47,36)
#5D2A20
(93,42,32)
#52251C
(82,37,28)
#472018
(71,32,24)
#3C1B14
(60,27,20)
#311610
(49,22,16)
#26110C
(38,17,12)
#1B0C08
(27,12,8)
#100704
(16,7,4)
#000000
(0,0,0)

Tints of #7E392C

#7E392C
(126,57,44)
#894B3F
(137,75,63)
#945D52
(148,93,82)
#9F6F65
(159,111,101)
#AA8178
(170,129,120)
#B5938B
(181,147,139)
#C0A59E
(192,165,158)
#CBB7B1
(203,183,177)
#D6C9C4
(214,201,196)
#E1DBD7
(225,219,215)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E392C; }

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

This text font color is #7E392C.


Background Color

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

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

This div background color is #7E392C.


Border color

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

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

This div border color is #7E392C.


Opacity

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

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

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

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

This text has shadow with #7E392C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E392C on black background.


Color preview on white background

This text has color #7E392C on white background.



Black color preview on #7E392C background

This text has black color on #7E392C background.


White color preview on #7E392C background

This text has white color on #7E392C background.