COLOR #7E3E5F

HEX: #7E3E5F RGB: (126,62,95)

Color info

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

RGB color model

#7E3E5F color RGB value is (126,62,95).

RGB: (126,62,95) (49%, 24%, 37%)

RGB channels and saturation

R 126 of 255 = 49%
G 62 of 255 = 24%
B 95 of 255 = 37%

126
62
95

R + G + B ~ 37%. #7E3E5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 62 + 95 = 283 (100%)
R 126 of 283 ~ 44.52%
G 62 of 283 ~ 21.91%
B 95 of 283 ~ 33.57'%

%44.52
%21.91
%33.57

CMYK color model

#7E3E5F color CMYK value is (0,51,25,51).

  • cyan value is 0.00%
  • magenta value is 50.79%
  • yellow value is 24.60%
  • key color value is 50.59%

CMYK: (0,51,25,51)
C0M51Y25K51 (0%, 51%, 25%, 51%)
(0.00 / 0.51 / 0.25 / 0.51)

CMYK percentages

%0
%50.79
%24.6
%50.59

Codes

Color #7E3E5F in popluar color models

7E 3E 5F
RGB 126 62 95
HSL 329° 34.04% 36.86%
HSB/HSV 329° 50.79% 49.41%
CMYK 0.00% 50.79% 24.60%
50.59%

Color #7E3E5F in popluar number systems.

HEX 7E 3E 5F
Decimal 126 62 95
Binary 1111110 111110 1011111
Octal 176 76 137

Shades and tints

Shades of #7E3E5F

#7E3E5F
(126,62,95)
#733957
(115,57,87)
#68344F
(104,52,79)
#5D2F47
(93,47,71)
#522A3F
(82,42,63)
#472537
(71,37,55)
#3C202F
(60,32,47)
#311B27
(49,27,39)
#26161F
(38,22,31)
#1B1117
(27,17,23)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #7E3E5F

#7E3E5F
(126,62,95)
#894F6D
(137,79,109)
#94607B
(148,96,123)
#9F7189
(159,113,137)
#AA8297
(170,130,151)
#B593A5
(181,147,165)
#C0A4B3
(192,164,179)
#CBB5C1
(203,181,193)
#D6C6CF
(214,198,207)
#E1D7DD
(225,215,221)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E3E5F color. Also use rgb(126,62,95) instead hex code.

Text Font Color

.myTextColor { color: #7E3E5F; }

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

This text font color is #7E3E5F.

Background Color

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

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

This div background color is #7E3E5F.

Border color

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

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

This div border color is #7E3E5F.

Opacity

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

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

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

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

This text has shadow with #7E3E5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E3E5F.

Preview

Color preview on black background

This text has color #7E3E5F on black background.


Color preview on white background

This text has color #7E3E5F on white background.


Black color preview on #7E3E5F background

This text has black color on #7E3E5F background.


White color preview on #7E3E5F background

This text has white color on #7E3E5F background.


Related colors

Complementary color

Complementary color for #hex is #81C1A0.


I love getcolorcode.com

Triadic colors

1 #5F7E3E and #3E5F7E with #7E3E5F are triadic colors.

2 #5F3E7E and #3E7E5F with #7E3E5F are triadic colors.