COLOR #7E3F36

HEX: #7E3F36
RGB: (126,63,54)

Color info

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

RGB color model

#7E3F36 color RGB value is (126,63,54).

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

RGB channels and saturation

R 126 of 255 = 49%
G 63 of 255 = 25%
B 54 of 255 = 21%

126
63
54

R + G + B ~ 32%. #7E3F36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 63 + 54 = 243 (100%)
R 126 of 243 ~ 51.85%
G 63 of 243 ~ 25.93%
B 54 of 243 ~ 22.22%

%51.85
%25.93
%22.22

CMYK color model

#7E3F36 color CMYK value is (0,50,57,51).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 57.14%
  • key color value is 50.59%
CMYK:
(0,50,57,51)
C0M50Y57K51 
(0%,50%,57%,51%)
(0.00/0.50/0.57/0.51)	

CMYK percentages

%0
%50
%57.14
%50.59

Codes

Color #7E3F36 in popluar color models

7E3F36
RGB1266354
HSL40.00%35.29%
HSB/HSV57.14%49.41%
CMYK0.00%50.00%57.14%
50.59%

Color #7E3F36 in popluar number systems.

HEX7E3F36
Decimal1266354
Binary1111110111111110110
Octal1767766

Shades and tints

Shades of #7E3F36

#7E3F36
(126,63,54)
#733A32
(115,58,50)
#68352E
(104,53,46)
#5D302A
(93,48,42)
#522B26
(82,43,38)
#472622
(71,38,34)
#3C211E
(60,33,30)
#311C1A
(49,28,26)
#261716
(38,23,22)
#1B1212
(27,18,18)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #7E3F36

#7E3F36
(126,63,54)
#895048
(137,80,72)
#94615A
(148,97,90)
#9F726C
(159,114,108)
#AA837E
(170,131,126)
#B59490
(181,148,144)
#C0A5A2
(192,165,162)
#CBB6B4
(203,182,180)
#D6C7C6
(214,199,198)
#E1D8D8
(225,216,216)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E3F36; }

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

This text font color is #7E3F36.


Background Color

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

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

This div background color is #7E3F36.


Border color

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

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

This div border color is #7E3F36.


Opacity

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

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

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

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

This text has shadow with #7E3F36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3F36 on black background.


Color preview on white background

This text has color #7E3F36 on white background.



Black color preview on #7E3F36 background

This text has black color on #7E3F36 background.


White color preview on #7E3F36 background

This text has white color on #7E3F36 background.