COLOR #7E012B

HEX: #7E012B
RGB: (126,1,43)

Color info

#7E012B contains mainly red color. Web safe color of #7E012B is #660033 (or #603).

RGB color model

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

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

RGB channels and saturation

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

126
1
43

R + G + B ~ 22%. #7E012B is dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 1 + 43 = 170 (100%)
R 126 of 170 ~ 74.12%
G 1 of 170 ~ 0.59%
B 43 of 170 ~ 25.29%

%74.12
%25.29

CMYK color model

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

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

CMYK percentages

%0
%99.21
%65.87
%50.59

Codes

Color #7E012B in popluar color models

7E012B
RGB126143
HSL340°98.43%24.90%
HSB/HSV340°99.21%49.41%
CMYK0.00%99.21%65.87%
50.59%

Color #7E012B in popluar number systems.

HEX7E012B
Decimal126143
Binary11111101101011
Octal176153

Shades and tints

Shades of #7E012B

#7E012B
(126,1,43)
#730128
(115,1,40)
#680125
(104,1,37)
#5D0122
(93,1,34)
#52011F
(82,1,31)
#47011C
(71,1,28)
#3C0119
(60,1,25)
#310116
(49,1,22)
#260113
(38,1,19)
#1B0110
(27,1,16)
#10010D
(16,1,13)
#000000
(0,0,0)

Tints of #7E012B

#7E012B
(126,1,43)
#89183E
(137,24,62)
#942F51
(148,47,81)
#9F4664
(159,70,100)
#AA5D77
(170,93,119)
#B5748A
(181,116,138)
#C08B9D
(192,139,157)
#CBA2B0
(203,162,176)
#D6B9C3
(214,185,195)
#E1D0D6
(225,208,214)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E012B; }

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

This text font color is #7E012B.


Background Color

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

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

This div background color is #7E012B.


Border color

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

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

This div border color is #7E012B.


Opacity

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

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

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

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

This text has shadow with #7E012B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E012B on black background.


Color preview on white background

This text has color #7E012B on white background.



Black color preview on #7E012B background

This text has black color on #7E012B background.


White color preview on #7E012B background

This text has white color on #7E012B background.