COLOR #7E2B2B

HEX: #7E2B2B
RGB: (126,43,43)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

126
43
43

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

Portions of RGB colors in percentages

R + G + B =
126 + 43 + 43 = 212 (100%)
R 126 of 212 ~ 59.43%
G 43 of 212 ~ 20.28%
B 43 of 212 ~ 20.28%

%59.43
%20.28
%20.28

CMYK color model

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

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

CMYK percentages

%0
%65.87
%65.87
%50.59

Codes

Color #7E2B2B in popluar color models

7E2B2B
RGB1264343
HSL49.11%33.14%
HSB/HSV65.87%49.41%
CMYK0.00%65.87%65.87%
50.59%

Color #7E2B2B in popluar number systems.

HEX7E2B2B
Decimal1264343
Binary1111110101011101011
Octal1765353

Shades and tints

Shades of #7E2B2B

#7E2B2B
(126,43,43)
#732828
(115,40,40)
#682525
(104,37,37)
#5D2222
(93,34,34)
#521F1F
(82,31,31)
#471C1C
(71,28,28)
#3C1919
(60,25,25)
#311616
(49,22,22)
#261313
(38,19,19)
#1B1010
(27,16,16)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #7E2B2B

#7E2B2B
(126,43,43)
#893E3E
(137,62,62)
#945151
(148,81,81)
#9F6464
(159,100,100)
#AA7777
(170,119,119)
#B58A8A
(181,138,138)
#C09D9D
(192,157,157)
#CBB0B0
(203,176,176)
#D6C3C3
(214,195,195)
#E1D6D6
(225,214,214)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E2B2B; }

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

This text font color is #7E2B2B.


Background Color

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

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

This div background color is #7E2B2B.


Border color

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

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

This div border color is #7E2B2B.


Opacity

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

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

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

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

This text has shadow with #7E2B2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E2B2B on black background.


Color preview on white background

This text has color #7E2B2B on white background.



Black color preview on #7E2B2B background

This text has black color on #7E2B2B background.


White color preview on #7E2B2B background

This text has white color on #7E2B2B background.