COLOR #7E2E28

HEX: #7E2E28
RGB: (126,46,40)

Color info

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

RGB color model

#7E2E28 color RGB value is (126,46,40).

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

RGB channels and saturation

R 126 of 255 = 49%
G 46 of 255 = 18%
B 40 of 255 = 16%

126
46
40

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

Portions of RGB colors in percentages

R + G + B =
126 + 46 + 40 = 212 (100%)
R 126 of 212 ~ 59.43%
G 46 of 212 ~ 21.7%
B 40 of 212 ~ 18.87%

%59.43
%21.7
%18.87

CMYK color model

#7E2E28 color CMYK value is (0,63,68,51).

  • cyan value is 0.00%
  • magenta value is 63.49%
  • yellow value is 68.25%
  • key color value is 50.59%
CMYK:
(0,63,68,51)
C0M63Y68K51 
(0%,63%,68%,51%)
(0.00/0.63/0.68/0.51)	

CMYK percentages

%0
%63.49
%68.25
%50.59

Codes

Color #7E2E28 in popluar color models

7E2E28
RGB1264640
HSL51.81%32.55%
HSB/HSV68.25%49.41%
CMYK0.00%63.49%68.25%
50.59%

Color #7E2E28 in popluar number systems.

HEX7E2E28
Decimal1264640
Binary1111110101110101000
Octal1765650

Shades and tints

Shades of #7E2E28

#7E2E28
(126,46,40)
#732A25
(115,42,37)
#682622
(104,38,34)
#5D221F
(93,34,31)
#521E1C
(82,30,28)
#471A19
(71,26,25)
#3C1616
(60,22,22)
#311213
(49,18,19)
#260E10
(38,14,16)
#1B0A0D
(27,10,13)
#10060A
(16,6,10)
#000000
(0,0,0)

Tints of #7E2E28

#7E2E28
(126,46,40)
#89413B
(137,65,59)
#94544E
(148,84,78)
#9F6761
(159,103,97)
#AA7A74
(170,122,116)
#B58D87
(181,141,135)
#C0A09A
(192,160,154)
#CBB3AD
(203,179,173)
#D6C6C0
(214,198,192)
#E1D9D3
(225,217,211)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E2E28; }

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

This text font color is #7E2E28.


Background Color

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

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

This div background color is #7E2E28.


Border color

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

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

This div border color is #7E2E28.


Opacity

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

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

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

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

This text has shadow with #7E2E28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E2E28 on black background.


Color preview on white background

This text has color #7E2E28 on white background.



Black color preview on #7E2E28 background

This text has black color on #7E2E28 background.


White color preview on #7E2E28 background

This text has white color on #7E2E28 background.