COLOR #7E2B2E

HEX: #7E2B2E
RGB: (126,43,46)

Color info

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

RGB color model

#7E2B2E color RGB value is (126,43,46).

  • red value is 126;
  • green value is 43;
  • blue value is 46.
RGB:
(126,43,46)
(49%,17%,18%)

RGB channels and saturation

R 126 of 255 = 49%
G 43 of 255 = 17%
B 46 of 255 = 18%

126
43
46

R + G + B ~ 28%. #7E2B2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 43 + 46 = 215 (100%)
R 126 of 215 ~ 58.6%
G 43 of 215 ~ 20%
B 46 of 215 ~ 21.4%

%58.6
%20
%21.4

CMYK color model

#7E2B2E color CMYK value is (0,66,63,51).

  • cyan value is 0.00%
  • magenta value is 65.87%
  • yellow value is 63.49%
  • key color value is 50.59%
CMYK:
(0,66,63,51)
C0M66Y63K51 
(0%,66%,63%,51%)
(0.00/0.66/0.63/0.51)	

CMYK percentages

%0
%65.87
%63.49
%50.59

Codes

Color #7E2B2E in popluar color models

7E2B2E
RGB1264346
HSL358°49.11%33.14%
HSB/HSV358°65.87%49.41%
CMYK0.00%65.87%63.49%
50.59%

Color #7E2B2E in popluar number systems.

HEX7E2B2E
Decimal1264346
Binary1111110101011101110
Octal1765356

Shades and tints

Shades of #7E2B2E

#7E2B2E
(126,43,46)
#73282A
(115,40,42)
#682526
(104,37,38)
#5D2222
(93,34,34)
#521F1E
(82,31,30)
#471C1A
(71,28,26)
#3C1916
(60,25,22)
#311612
(49,22,18)
#26130E
(38,19,14)
#1B100A
(27,16,10)
#100D06
(16,13,6)
#000000
(0,0,0)

Tints of #7E2B2E

#7E2B2E
(126,43,46)
#893E41
(137,62,65)
#945154
(148,81,84)
#9F6467
(159,100,103)
#AA777A
(170,119,122)
#B58A8D
(181,138,141)
#C09DA0
(192,157,160)
#CBB0B3
(203,176,179)
#D6C3C6
(214,195,198)
#E1D6D9
(225,214,217)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E2B2E color. Also use rgb(126,43,46) instead hex code.

Text Font Color

.myTextColor { color: #7E2B2E; }

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

This text font color is #7E2B2E.


Background Color

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

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

This div background color is #7E2B2E.


Border color

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

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

This div border color is #7E2B2E.


Opacity

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

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

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

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

This text has shadow with #7E2B2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E2B2E on black background.


Color preview on white background

This text has color #7E2B2E on white background.



Black color preview on #7E2B2E background

This text has black color on #7E2B2E background.


White color preview on #7E2B2E background

This text has white color on #7E2B2E background.