COLOR #7E344E

HEX: #7E344E
RGB: (126,52,78)

Color info

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

RGB color model

#7E344E color RGB value is (126,52,78).

  • red value is 126;
  • green value is 52;
  • blue value is 78.
RGB:
(126,52,78)
(49%,20%,31%)

RGB channels and saturation

R 126 of 255 = 49%
G 52 of 255 = 20%
B 78 of 255 = 31%

126
52
78

R + G + B ~ 33%. #7E344E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 52 + 78 = 256 (100%)
R 126 of 256 ~ 49.22%
G 52 of 256 ~ 20.31%
B 78 of 256 ~ 30.47%

%49.22
%20.31
%30.47

CMYK color model

#7E344E color CMYK value is (0,59,38,51).

  • cyan value is 0.00%
  • magenta value is 58.73%
  • yellow value is 38.10%
  • key color value is 50.59%
CMYK:
(0,59,38,51)
C0M59Y38K51 
(0%,59%,38%,51%)
(0.00/0.59/0.38/0.51)	

CMYK percentages

%0
%58.73
%38.1
%50.59

Codes

Color #7E344E in popluar color models

7E344E
RGB1265278
HSL339°41.57%34.90%
HSB/HSV339°58.73%49.41%
CMYK0.00%58.73%38.10%
50.59%

Color #7E344E in popluar number systems.

HEX7E344E
Decimal1265278
Binary11111101101001001110
Octal17664116

Shades and tints

Shades of #7E344E

#7E344E
(126,52,78)
#733047
(115,48,71)
#682C40
(104,44,64)
#5D2839
(93,40,57)
#522432
(82,36,50)
#47202B
(71,32,43)
#3C1C24
(60,28,36)
#31181D
(49,24,29)
#261416
(38,20,22)
#1B100F
(27,16,15)
#100C08
(16,12,8)
#000000
(0,0,0)

Tints of #7E344E

#7E344E
(126,52,78)
#89465E
(137,70,94)
#94586E
(148,88,110)
#9F6A7E
(159,106,126)
#AA7C8E
(170,124,142)
#B58E9E
(181,142,158)
#C0A0AE
(192,160,174)
#CBB2BE
(203,178,190)
#D6C4CE
(214,196,206)
#E1D6DE
(225,214,222)
#ECE8EE
(236,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E344E color. Also use rgb(126,52,78) instead hex code.

Text Font Color

.myTextColor { color: #7E344E; }

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

This text font color is #7E344E.


Background Color

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

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

This div background color is #7E344E.


Border color

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

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

This div border color is #7E344E.


Opacity

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

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

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

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

This text has shadow with #7E344E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E344E on black background.


Color preview on white background

This text has color #7E344E on white background.



Black color preview on #7E344E background

This text has black color on #7E344E background.


White color preview on #7E344E background

This text has white color on #7E344E background.