COLOR #7E1F43

HEX: #7E1F43
RGB: (126,31,67)

Color info

#7E1F43 contains mainly red and blue colors. Web safe color of #7E1F43 is #663333 (or #633).

RGB color model

#7E1F43 color RGB value is (126,31,67).

  • red value is 126;
  • green value is 31;
  • blue value is 67.
RGB:
(126,31,67)
(49%,12%,26%)

RGB channels and saturation

R 126 of 255 = 49%
G 31 of 255 = 12%
B 67 of 255 = 26%

126
31
67

R + G + B ~ 29%. #7E1F43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 31 + 67 = 224 (100%)
R 126 of 224 ~ 56.25%
G 31 of 224 ~ 13.84%
B 67 of 224 ~ 29.91%

%56.25
%13.84
%29.91

CMYK color model

#7E1F43 color CMYK value is (0,75,47,51).

  • cyan value is 0.00%
  • magenta value is 75.40%
  • yellow value is 46.83%
  • key color value is 50.59%
CMYK:
(0,75,47,51)
C0M75Y47K51 
(0%,75%,47%,51%)
(0.00/0.75/0.47/0.51)	

CMYK percentages

%0
%75.4
%46.83
%50.59

Codes

Color #7E1F43 in popluar color models

7E1F43
RGB1263167
HSL337°60.51%30.78%
HSB/HSV337°75.40%49.41%
CMYK0.00%75.40%46.83%
50.59%

Color #7E1F43 in popluar number systems.

HEX7E1F43
Decimal1263167
Binary1111110111111000011
Octal17637103

Shades and tints

Shades of #7E1F43

#7E1F43
(126,31,67)
#731D3D
(115,29,61)
#681B37
(104,27,55)
#5D1931
(93,25,49)
#52172B
(82,23,43)
#471525
(71,21,37)
#3C131F
(60,19,31)
#311119
(49,17,25)
#260F13
(38,15,19)
#1B0D0D
(27,13,13)
#100B07
(16,11,7)
#000000
(0,0,0)

Tints of #7E1F43

#7E1F43
(126,31,67)
#893354
(137,51,84)
#944765
(148,71,101)
#9F5B76
(159,91,118)
#AA6F87
(170,111,135)
#B58398
(181,131,152)
#C097A9
(192,151,169)
#CBABBA
(203,171,186)
#D6BFCB
(214,191,203)
#E1D3DC
(225,211,220)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E1F43; }

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

This text font color is #7E1F43.


Background Color

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

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

This div background color is #7E1F43.


Border color

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

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

This div border color is #7E1F43.


Opacity

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

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

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

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

This text has shadow with #7E1F43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E1F43 on black background.


Color preview on white background

This text has color #7E1F43 on white background.



Black color preview on #7E1F43 background

This text has black color on #7E1F43 background.


White color preview on #7E1F43 background

This text has white color on #7E1F43 background.