COLOR #7E135A

HEX: #7E135A
RGB: (126,19,90)

Color info

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

RGB color model

#7E135A color RGB value is (126,19,90).

  • red value is 126;
  • green value is 19;
  • blue value is 90.
RGB:
(126,19,90)
(49%,7%,35%)

RGB channels and saturation

R 126 of 255 = 49%
G 19 of 255 = 7%
B 90 of 255 = 35%

126
19
90

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

Portions of RGB colors in percentages

R + G + B =
126 + 19 + 90 = 235 (100%)
R 126 of 235 ~ 53.62%
G 19 of 235 ~ 8.09%
B 90 of 235 ~ 38.3%

%53.62
%38.3

CMYK color model

#7E135A color CMYK value is (0,85,29,51).

  • cyan value is 0.00%
  • magenta value is 84.92%
  • yellow value is 28.57%
  • key color value is 50.59%
CMYK:
(0,85,29,51)
C0M85Y29K51 
(0%,85%,29%,51%)
(0.00/0.85/0.29/0.51)	

CMYK percentages

%0
%84.92
%28.57
%50.59

Codes

Color #7E135A in popluar color models

7E135A
RGB1261990
HSL320°73.79%28.43%
HSB/HSV320°84.92%49.41%
CMYK0.00%84.92%28.57%
50.59%

Color #7E135A in popluar number systems.

HEX7E135A
Decimal1261990
Binary1111110100111011010
Octal17623132

Shades and tints

Shades of #7E135A

#7E135A
(126,19,90)
#731252
(115,18,82)
#68114A
(104,17,74)
#5D1042
(93,16,66)
#520F3A
(82,15,58)
#470E32
(71,14,50)
#3C0D2A
(60,13,42)
#310C22
(49,12,34)
#260B1A
(38,11,26)
#1B0A12
(27,10,18)
#10090A
(16,9,10)
#000000
(0,0,0)

Tints of #7E135A

#7E135A
(126,19,90)
#892869
(137,40,105)
#943D78
(148,61,120)
#9F5287
(159,82,135)
#AA6796
(170,103,150)
#B57CA5
(181,124,165)
#C091B4
(192,145,180)
#CBA6C3
(203,166,195)
#D6BBD2
(214,187,210)
#E1D0E1
(225,208,225)
#ECE5F0
(236,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E135A color. Also use rgb(126,19,90) instead hex code.

Text Font Color

.myTextColor { color: #7E135A; }

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

This text font color is #7E135A.


Background Color

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

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

This div background color is #7E135A.


Border color

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

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

This div border color is #7E135A.


Opacity

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

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

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

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

This text has shadow with #7E135A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E135A on black background.


Color preview on white background

This text has color #7E135A on white background.



Black color preview on #7E135A background

This text has black color on #7E135A background.


White color preview on #7E135A background

This text has white color on #7E135A background.