COLOR #7E274F

HEX: #7E274F
RGB: (126,39,79)

Color info

#7E274F contains mainly red and blue colors. Web safe color of #7E274F is #663366 (or #636).

RGB color model

#7E274F color RGB value is (126,39,79).

  • red value is 126;
  • green value is 39;
  • blue value is 79.
RGB:
(126,39,79)
(49%,15%,31%)

RGB channels and saturation

R 126 of 255 = 49%
G 39 of 255 = 15%
B 79 of 255 = 31%

126
39
79

R + G + B ~ 32%. #7E274F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 39 + 79 = 244 (100%)
R 126 of 244 ~ 51.64%
G 39 of 244 ~ 15.98%
B 79 of 244 ~ 32.38%

%51.64
%15.98
%32.38

CMYK color model

#7E274F color CMYK value is (0,69,37,51).

  • cyan value is 0.00%
  • magenta value is 69.05%
  • yellow value is 37.30%
  • key color value is 50.59%
CMYK:
(0,69,37,51)
C0M69Y37K51 
(0%,69%,37%,51%)
(0.00/0.69/0.37/0.51)	

CMYK percentages

%0
%69.05
%37.3
%50.59

Codes

Color #7E274F in popluar color models

7E274F
RGB1263979
HSL332°52.73%32.35%
HSB/HSV332°69.05%49.41%
CMYK0.00%69.05%37.30%
50.59%

Color #7E274F in popluar number systems.

HEX7E274F
Decimal1263979
Binary11111101001111001111
Octal17647117

Shades and tints

Shades of #7E274F

#7E274F
(126,39,79)
#732448
(115,36,72)
#682141
(104,33,65)
#5D1E3A
(93,30,58)
#521B33
(82,27,51)
#47182C
(71,24,44)
#3C1525
(60,21,37)
#31121E
(49,18,30)
#260F17
(38,15,23)
#1B0C10
(27,12,16)
#100909
(16,9,9)
#000000
(0,0,0)

Tints of #7E274F

#7E274F
(126,39,79)
#893A5F
(137,58,95)
#944D6F
(148,77,111)
#9F607F
(159,96,127)
#AA738F
(170,115,143)
#B5869F
(181,134,159)
#C099AF
(192,153,175)
#CBACBF
(203,172,191)
#D6BFCF
(214,191,207)
#E1D2DF
(225,210,223)
#ECE5EF
(236,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E274F color. Also use rgb(126,39,79) instead hex code.

Text Font Color

.myTextColor { color: #7E274F; }

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

This text font color is #7E274F.


Background Color

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

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

This div background color is #7E274F.


Border color

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

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

This div border color is #7E274F.


Opacity

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

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

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

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

This text has shadow with #7E274F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E274F on black background.


Color preview on white background

This text has color #7E274F on white background.



Black color preview on #7E274F background

This text has black color on #7E274F background.


White color preview on #7E274F background

This text has white color on #7E274F background.