COLOR #7E063F

HEX: #7E063F
RGB: (126,6,63)

Color info

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

RGB color model

#7E063F color RGB value is (126,6,63).

  • red value is 126;
  • green value is 6;
  • blue value is 63.
RGB:
(126,6,63)
(49%,2%,25%)

RGB channels and saturation

R 126 of 255 = 49%
G 6 of 255 = 2%
B 63 of 255 = 25%

126
6
63

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

Portions of RGB colors in percentages

R + G + B =
126 + 6 + 63 = 195 (100%)
R 126 of 195 ~ 64.62%
G 6 of 195 ~ 3.08%
B 63 of 195 ~ 32.31%

%64.62
%32.31

CMYK color model

#7E063F color CMYK value is (0,95,50,51).

  • cyan value is 0.00%
  • magenta value is 95.24%
  • yellow value is 50.00%
  • key color value is 50.59%
CMYK:
(0,95,50,51)
C0M95Y50K51 
(0%,95%,50%,51%)
(0.00/0.95/0.50/0.51)	

CMYK percentages

%0
%95.24
%50
%50.59

Codes

Color #7E063F in popluar color models

7E063F
RGB126663
HSL332°90.91%25.88%
HSB/HSV332°95.24%49.41%
CMYK0.00%95.24%50.00%
50.59%

Color #7E063F in popluar number systems.

HEX7E063F
Decimal126663
Binary1111110110111111
Octal176677

Shades and tints

Shades of #7E063F

#7E063F
(126,6,63)
#73063A
(115,6,58)
#680635
(104,6,53)
#5D0630
(93,6,48)
#52062B
(82,6,43)
#470626
(71,6,38)
#3C0621
(60,6,33)
#31061C
(49,6,28)
#260617
(38,6,23)
#1B0612
(27,6,18)
#10060D
(16,6,13)
#000000
(0,0,0)

Tints of #7E063F

#7E063F
(126,6,63)
#891C50
(137,28,80)
#943261
(148,50,97)
#9F4872
(159,72,114)
#AA5E83
(170,94,131)
#B57494
(181,116,148)
#C08AA5
(192,138,165)
#CBA0B6
(203,160,182)
#D6B6C7
(214,182,199)
#E1CCD8
(225,204,216)
#ECE2E9
(236,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E063F color. Also use rgb(126,6,63) instead hex code.

Text Font Color

.myTextColor { color: #7E063F; }

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

This text font color is #7E063F.


Background Color

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

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

This div background color is #7E063F.


Border color

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

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

This div border color is #7E063F.


Opacity

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

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

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

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

This text has shadow with #7E063F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E063F on black background.


Color preview on white background

This text has color #7E063F on white background.



Black color preview on #7E063F background

This text has black color on #7E063F background.


White color preview on #7E063F background

This text has white color on #7E063F background.