COLOR #7E0053

HEX: #7E0053
RGB: (126,0,83)

Color info

#7E0053 contains only red and blue colors. Web safe color of #7E0053 is #660066 (or #606).

RGB color model

#7E0053 color RGB value is (126,0,83).

  • red value is 126;
  • green value is 0;
  • blue value is 83.
RGB:
(126,0,83)
(49%,0%,33%)

RGB channels and saturation

R 126 of 255 = 49%
G 0 of 255 = 0%
B 83 of 255 = 33%

126
0
83

R + G + B ~ 27%. #7E0053 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 0 + 83 = 209 (100%)
R 126 of 209 ~ 60.29%
G 0 of 209 ~ 0%
B 83 of 209 ~ 39.71%

%60.29
%39.71

CMYK color model

#7E0053 color CMYK value is (0,100,34,51).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 34.13%
  • key color value is 50.59%
CMYK:
(0,100,34,51)
C0M100Y34K51 
(0%,100%,34%,51%)
(0.00/1.00/0.34/0.51)	

CMYK percentages

%0
%100
%34.13
%50.59

Codes

Color #7E0053 in popluar color models

7E0053
RGB126083
HSL320°100.00%24.71%
HSB/HSV320°100.00%49.41%
CMYK0.00%100.00%34.13%
50.59%

Color #7E0053 in popluar number systems.

HEX7E0053
Decimal126083
Binary111111001010011
Octal1760123

Shades and tints

Shades of #7E0053

#7E0053
(126,0,83)
#73004C
(115,0,76)
#680045
(104,0,69)
#5D003E
(93,0,62)
#520037
(82,0,55)
#470030
(71,0,48)
#3C0029
(60,0,41)
#310022
(49,0,34)
#26001B
(38,0,27)
#1B0014
(27,0,20)
#10000D
(16,0,13)
#000000
(0,0,0)

Tints of #7E0053

#7E0053
(126,0,83)
#891762
(137,23,98)
#942E71
(148,46,113)
#9F4580
(159,69,128)
#AA5C8F
(170,92,143)
#B5739E
(181,115,158)
#C08AAD
(192,138,173)
#CBA1BC
(203,161,188)
#D6B8CB
(214,184,203)
#E1CFDA
(225,207,218)
#ECE6E9
(236,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E0053 color. Also use rgb(126,0,83) instead hex code.

Text Font Color

.myTextColor { color: #7E0053; }

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

This text font color is #7E0053.


Background Color

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

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

This div background color is #7E0053.


Border color

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

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

This div border color is #7E0053.


Opacity

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

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

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

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

This text has shadow with #7E0053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E0053 on black background.


Color preview on white background

This text has color #7E0053 on white background.



Black color preview on #7E0053 background

This text has black color on #7E0053 background.


White color preview on #7E0053 background

This text has white color on #7E0053 background.