COLOR #7E294D

HEX: #7E294D RGB: (126,41,77)

Color info

#7E294D contains mainly red and blue colors. Web safe color of #7E294D is #663333 (or #633).

RGB color model

#7E294D color RGB value is (126,41,77).

RGB: (126,41,77) (49%, 16%, 30%)

RGB channels and saturation

R 126 of 255 = 49%
G 41 of 255 = 16%
B 77 of 255 = 30%

126
41
77

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

Portions of RGB colors in percentages

R + G + B = 126 + 41 + 77 = 244 (100%)
R 126 of 244 ~ 51.64%
G 41 of 244 ~ 16.8%
B 77 of 244 ~ 31.56'%

%51.64
%16.8
%31.56

CMYK color model

#7E294D color CMYK value is (0,67,39,51).

  • cyan value is 0.00%
  • magenta value is 67.46%
  • yellow value is 38.89%
  • key color value is 50.59%
CMYK: (0,67,39,51) C0M67Y39K51 (0%,67%,39%,51%) (0.00/0.67/0.39/0.51) 

CMYK percentages

%0
%67.46
%38.89
%50.59

Codes

Color #7E294D in popluar color models

7E 29 4D
RGB 126 41 77
HSL 335° 50.90% 32.75%
HSB/HSV 335° 67.46% 49.41%
CMYK 0.00% 67.46% 38.89%
50.59%

Color #7E294D in popluar number systems.

HEX 7E 29 4D
Decimal 126 41 77
Binary 1111110 101001 1001101
Octal 176 51 115

Shades and tints

Shades of #7E294D

#7E294D
(126,41,77)
#732646
(115,38,70)
#68233F
(104,35,63)
#5D2038
(93,32,56)
#521D31
(82,29,49)
#471A2A
(71,26,42)
#3C1723
(60,23,35)
#31141C
(49,20,28)
#261115
(38,17,21)
#1B0E0E
(27,14,14)
#100B07
(16,11,7)
#000000
(0,0,0)

Tints of #7E294D

#7E294D
(126,41,77)
#893C5D
(137,60,93)
#944F6D
(148,79,109)
#9F627D
(159,98,125)
#AA758D
(170,117,141)
#B5889D
(181,136,157)
#C09BAD
(192,155,173)
#CBAEBD
(203,174,189)
#D6C1CD
(214,193,205)
#E1D4DD
(225,212,221)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E294D color. Also use rgb(126,41,77) instead hex code.

Text Font Color

.myTextColor { color: #7E294D; }

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

This text font color is #7E294D.

Background Color

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

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

This div background color is #7E294D.

Border color

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

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

This div border color is #7E294D.

Opacity

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

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

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

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

This text has shadow with #7E294D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E294D.

Preview

Color preview on black background

This text has color #7E294D on black background.


Color preview on white background

This text has color #7E294D on white background.


Black color preview on #7E294D background

This text has black color on #7E294D background.


White color preview on #7E294D background

This text has white color on #7E294D background.


Related colors

Complementary color

Complementary color for #hex is #81D6B2.


I love getcolorcode.com

Triadic colors

1 #4D7E29 and #294D7E with #7E294D are triadic colors.

2 #4D297E and #297E4D with #7E294D are triadic colors.