COLOR #7E365F

HEX: #7E365F RGB: (126,54,95)

Color info

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

RGB color model

#7E365F color RGB value is (126,54,95).

RGB: (126,54,95) (49%, 21%, 37%)

RGB channels and saturation

R 126 of 255 = 49%
G 54 of 255 = 21%
B 95 of 255 = 37%

126
54
95

R + G + B ~ 36%. #7E365F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 54 + 95 = 275 (100%)
R 126 of 275 ~ 45.82%
G 54 of 275 ~ 19.64%
B 95 of 275 ~ 34.55'%

%45.82
%19.64
%34.55

CMYK color model

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

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

CMYK: (0,57,25,51)
C0M57Y25K51 (0%, 57%, 25%, 51%)
(0.00 / 0.57 / 0.25 / 0.51)

CMYK percentages

%0
%57.14
%24.6
%50.59

Codes

Color #7E365F in popluar color models

7E 36 5F
RGB 126 54 95
HSL 326° 40.00% 35.29%
HSB/HSV 326° 57.14% 49.41%
CMYK 0.00% 57.14% 24.60%
50.59%

Color #7E365F in popluar number systems.

HEX 7E 36 5F
Decimal 126 54 95
Binary 1111110 110110 1011111
Octal 176 66 137

Shades and tints

Shades of #7E365F

#7E365F
(126,54,95)
#733257
(115,50,87)
#682E4F
(104,46,79)
#5D2A47
(93,42,71)
#52263F
(82,38,63)
#472237
(71,34,55)
#3C1E2F
(60,30,47)
#311A27
(49,26,39)
#26161F
(38,22,31)
#1B1217
(27,18,23)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #7E365F

#7E365F
(126,54,95)
#89486D
(137,72,109)
#945A7B
(148,90,123)
#9F6C89
(159,108,137)
#AA7E97
(170,126,151)
#B590A5
(181,144,165)
#C0A2B3
(192,162,179)
#CBB4C1
(203,180,193)
#D6C6CF
(214,198,207)
#E1D8DD
(225,216,221)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E365F; }

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

This text font color is #7E365F.

Background Color

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

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

This div background color is #7E365F.

Border color

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

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

This div border color is #7E365F.

Opacity

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

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

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

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

This text has shadow with #7E365F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E365F.

Preview

Color preview on black background

This text has color #7E365F on black background.


Color preview on white background

This text has color #7E365F on white background.


Black color preview on #7E365F background

This text has black color on #7E365F background.


White color preview on #7E365F background

This text has white color on #7E365F background.


Related colors

Complementary color

Complementary color for #hex is #81C9A0.


I love getcolorcode.com

Triadic colors

1 #5F7E36 and #365F7E with #7E365F are triadic colors.

2 #5F367E and #367E5F with #7E365F are triadic colors.