COLOR #7E2941

HEX: #7E2941
RGB: (126,41,65)

Color info

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

RGB color model

#7E2941 color RGB value is (126,41,65).

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

RGB channels and saturation

R 126 of 255 = 49%
G 41 of 255 = 16%
B 65 of 255 = 25%

126
41
65

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

Portions of RGB colors in percentages

R + G + B =
126 + 41 + 65 = 232 (100%)
R 126 of 232 ~ 54.31%
G 41 of 232 ~ 17.67%
B 65 of 232 ~ 28.02%

%54.31
%17.67
%28.02

CMYK color model

#7E2941 color CMYK value is (0,67,48,51).

  • cyan value is 0.00%
  • magenta value is 67.46%
  • yellow value is 48.41%
  • key color value is 50.59%
CMYK:
(0,67,48,51)
C0M67Y48K51 
(0%,67%,48%,51%)
(0.00/0.67/0.48/0.51)	

CMYK percentages

%0
%67.46
%48.41
%50.59

Codes

Color #7E2941 in popluar color models

7E2941
RGB1264165
HSL343°50.90%32.75%
HSB/HSV343°67.46%49.41%
CMYK0.00%67.46%48.41%
50.59%

Color #7E2941 in popluar number systems.

HEX7E2941
Decimal1264165
Binary11111101010011000001
Octal17651101

Shades and tints

Shades of #7E2941

#7E2941
(126,41,65)
#73263C
(115,38,60)
#682337
(104,35,55)
#5D2032
(93,32,50)
#521D2D
(82,29,45)
#471A28
(71,26,40)
#3C1723
(60,23,35)
#31141E
(49,20,30)
#261119
(38,17,25)
#1B0E14
(27,14,20)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #7E2941

#7E2941
(126,41,65)
#893C52
(137,60,82)
#944F63
(148,79,99)
#9F6274
(159,98,116)
#AA7585
(170,117,133)
#B58896
(181,136,150)
#C09BA7
(192,155,167)
#CBAEB8
(203,174,184)
#D6C1C9
(214,193,201)
#E1D4DA
(225,212,218)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E2941; }

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

This text font color is #7E2941.


Background Color

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

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

This div background color is #7E2941.


Border color

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

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

This div border color is #7E2941.


Opacity

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

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

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

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

This text has shadow with #7E2941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E2941 on black background.


Color preview on white background

This text has color #7E2941 on white background.



Black color preview on #7E2941 background

This text has black color on #7E2941 background.


White color preview on #7E2941 background

This text has white color on #7E2941 background.