COLOR #7E2932

HEX: #7E2932
RGB: (126,41,50)

Color info

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

RGB color model

#7E2932 color RGB value is (126,41,50).

  • red value is 126;
  • green value is 41;
  • blue value is 50.
RGB:
(126,41,50)
(49%,16%,20%)

RGB channels and saturation

R 126 of 255 = 49%
G 41 of 255 = 16%
B 50 of 255 = 20%

126
41
50

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

Portions of RGB colors in percentages

R + G + B =
126 + 41 + 50 = 217 (100%)
R 126 of 217 ~ 58.06%
G 41 of 217 ~ 18.89%
B 50 of 217 ~ 23.04%

%58.06
%18.89
%23.04

CMYK color model

#7E2932 color CMYK value is (0,67,60,51).

  • cyan value is 0.00%
  • magenta value is 67.46%
  • yellow value is 60.32%
  • key color value is 50.59%
CMYK:
(0,67,60,51)
C0M67Y60K51 
(0%,67%,60%,51%)
(0.00/0.67/0.60/0.51)	

CMYK percentages

%0
%67.46
%60.32
%50.59

Codes

Color #7E2932 in popluar color models

7E2932
RGB1264150
HSL354°50.90%32.75%
HSB/HSV354°67.46%49.41%
CMYK0.00%67.46%60.32%
50.59%

Color #7E2932 in popluar number systems.

HEX7E2932
Decimal1264150
Binary1111110101001110010
Octal1765162

Shades and tints

Shades of #7E2932

#7E2932
(126,41,50)
#73262E
(115,38,46)
#68232A
(104,35,42)
#5D2026
(93,32,38)
#521D22
(82,29,34)
#471A1E
(71,26,30)
#3C171A
(60,23,26)
#311416
(49,20,22)
#261112
(38,17,18)
#1B0E0E
(27,14,14)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #7E2932

#7E2932
(126,41,50)
#893C44
(137,60,68)
#944F56
(148,79,86)
#9F6268
(159,98,104)
#AA757A
(170,117,122)
#B5888C
(181,136,140)
#C09B9E
(192,155,158)
#CBAEB0
(203,174,176)
#D6C1C2
(214,193,194)
#E1D4D4
(225,212,212)
#ECE7E6
(236,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E2932; }

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

This text font color is #7E2932.


Background Color

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

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

This div background color is #7E2932.


Border color

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

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

This div border color is #7E2932.


Opacity

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

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

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

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

This text has shadow with #7E2932 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E2932 on black background.


Color preview on white background

This text has color #7E2932 on white background.



Black color preview on #7E2932 background

This text has black color on #7E2932 background.


White color preview on #7E2932 background

This text has white color on #7E2932 background.