COLOR #7E3136

HEX: #7E3136
RGB: (126,49,54)

Color info

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

RGB color model

#7E3136 color RGB value is (126,49,54).

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

RGB channels and saturation

R 126 of 255 = 49%
G 49 of 255 = 19%
B 54 of 255 = 21%

126
49
54

R + G + B ~ 30%. #7E3136 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 49 + 54 = 229 (100%)
R 126 of 229 ~ 55.02%
G 49 of 229 ~ 21.4%
B 54 of 229 ~ 23.58%

%55.02
%21.4
%23.58

CMYK color model

#7E3136 color CMYK value is (0,61,57,51).

  • cyan value is 0.00%
  • magenta value is 61.11%
  • yellow value is 57.14%
  • key color value is 50.59%
CMYK:
(0,61,57,51)
C0M61Y57K51 
(0%,61%,57%,51%)
(0.00/0.61/0.57/0.51)	

CMYK percentages

%0
%61.11
%57.14
%50.59

Codes

Color #7E3136 in popluar color models

7E3136
RGB1264954
HSL356°44.00%34.31%
HSB/HSV356°61.11%49.41%
CMYK0.00%61.11%57.14%
50.59%

Color #7E3136 in popluar number systems.

HEX7E3136
Decimal1264954
Binary1111110110001110110
Octal1766166

Shades and tints

Shades of #7E3136

#7E3136
(126,49,54)
#732D32
(115,45,50)
#68292E
(104,41,46)
#5D252A
(93,37,42)
#522126
(82,33,38)
#471D22
(71,29,34)
#3C191E
(60,25,30)
#31151A
(49,21,26)
#261116
(38,17,22)
#1B0D12
(27,13,18)
#10090E
(16,9,14)
#000000
(0,0,0)

Tints of #7E3136

#7E3136
(126,49,54)
#894348
(137,67,72)
#94555A
(148,85,90)
#9F676C
(159,103,108)
#AA797E
(170,121,126)
#B58B90
(181,139,144)
#C09DA2
(192,157,162)
#CBAFB4
(203,175,180)
#D6C1C6
(214,193,198)
#E1D3D8
(225,211,216)
#ECE5EA
(236,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E3136; }

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

This text font color is #7E3136.


Background Color

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

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

This div background color is #7E3136.


Border color

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

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

This div border color is #7E3136.


Opacity

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

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

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

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

This text has shadow with #7E3136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3136 on black background.


Color preview on white background

This text has color #7E3136 on white background.



Black color preview on #7E3136 background

This text has black color on #7E3136 background.


White color preview on #7E3136 background

This text has white color on #7E3136 background.