COLOR #7E0145

HEX: #7E0145
RGB: (126,1,69)

Color info

#7E0145 contains mainly red and blue colors. Web safe color of #7E0145 is #660033 (or #603).

RGB color model

#7E0145 color RGB value is (126,1,69).

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

RGB channels and saturation

R 126 of 255 = 49%
G 1 of 255 = 0%
B 69 of 255 = 27%

126
1
69

R + G + B ~ 25%. #7E0145 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 1 + 69 = 196 (100%)
R 126 of 196 ~ 64.29%
G 1 of 196 ~ 0.51%
B 69 of 196 ~ 35.2%

%64.29
%35.2

CMYK color model

#7E0145 color CMYK value is (0,99,45,51).

  • cyan value is 0.00%
  • magenta value is 99.21%
  • yellow value is 45.24%
  • key color value is 50.59%
CMYK:
(0,99,45,51)
C0M99Y45K51 
(0%,99%,45%,51%)
(0.00/0.99/0.45/0.51)	

CMYK percentages

%0
%99.21
%45.24
%50.59

Codes

Color #7E0145 in popluar color models

7E0145
RGB126169
HSL327°98.43%24.90%
HSB/HSV327°99.21%49.41%
CMYK0.00%99.21%45.24%
50.59%

Color #7E0145 in popluar number systems.

HEX7E0145
Decimal126169
Binary111111011000101
Octal1761105

Shades and tints

Shades of #7E0145

#7E0145
(126,1,69)
#73013F
(115,1,63)
#680139
(104,1,57)
#5D0133
(93,1,51)
#52012D
(82,1,45)
#470127
(71,1,39)
#3C0121
(60,1,33)
#31011B
(49,1,27)
#260115
(38,1,21)
#1B010F
(27,1,15)
#100109
(16,1,9)
#000000
(0,0,0)

Tints of #7E0145

#7E0145
(126,1,69)
#891855
(137,24,85)
#942F65
(148,47,101)
#9F4675
(159,70,117)
#AA5D85
(170,93,133)
#B57495
(181,116,149)
#C08BA5
(192,139,165)
#CBA2B5
(203,162,181)
#D6B9C5
(214,185,197)
#E1D0D5
(225,208,213)
#ECE7E5
(236,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E0145; }

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

This text font color is #7E0145.


Background Color

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

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

This div background color is #7E0145.


Border color

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

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

This div border color is #7E0145.


Opacity

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

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

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

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

This text has shadow with #7E0145 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E0145 on black background.


Color preview on white background

This text has color #7E0145 on white background.



Black color preview on #7E0145 background

This text has black color on #7E0145 background.


White color preview on #7E0145 background

This text has white color on #7E0145 background.