COLOR #7E385D

HEX: #7E385D
RGB: (126,56,93)

Color info

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

RGB color model

#7E385D color RGB value is (126,56,93).

  • red value is 126;
  • green value is 56;
  • blue value is 93.
RGB:
(126,56,93)
(49%,22%,36%)

RGB channels and saturation

R 126 of 255 = 49%
G 56 of 255 = 22%
B 93 of 255 = 36%

126
56
93

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

Portions of RGB colors in percentages

R + G + B =
126 + 56 + 93 = 275 (100%)
R 126 of 275 ~ 45.82%
G 56 of 275 ~ 20.36%
B 93 of 275 ~ 33.82%

%45.82
%20.36
%33.82

CMYK color model

#7E385D color CMYK value is (0,56,26,51).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 26.19%
  • key color value is 50.59%
CMYK:
(0,56,26,51)
C0M56Y26K51 
(0%,56%,26%,51%)
(0.00/0.56/0.26/0.51)	

CMYK percentages

%0
%55.56
%26.19
%50.59

Codes

Color #7E385D in popluar color models

7E385D
RGB1265693
HSL328°38.46%35.69%
HSB/HSV328°55.56%49.41%
CMYK0.00%55.56%26.19%
50.59%

Color #7E385D in popluar number systems.

HEX7E385D
Decimal1265693
Binary11111101110001011101
Octal17670135

Shades and tints

Shades of #7E385D

#7E385D
(126,56,93)
#733355
(115,51,85)
#682E4D
(104,46,77)
#5D2945
(93,41,69)
#52243D
(82,36,61)
#471F35
(71,31,53)
#3C1A2D
(60,26,45)
#311525
(49,21,37)
#26101D
(38,16,29)
#1B0B15
(27,11,21)
#10060D
(16,6,13)
#000000
(0,0,0)

Tints of #7E385D

#7E385D
(126,56,93)
#894A6B
(137,74,107)
#945C79
(148,92,121)
#9F6E87
(159,110,135)
#AA8095
(170,128,149)
#B592A3
(181,146,163)
#C0A4B1
(192,164,177)
#CBB6BF
(203,182,191)
#D6C8CD
(214,200,205)
#E1DADB
(225,218,219)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E385D color. Also use rgb(126,56,93) instead hex code.

Text Font Color

.myTextColor { color: #7E385D; }

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

This text font color is #7E385D.


Background Color

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

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

This div background color is #7E385D.


Border color

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

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

This div border color is #7E385D.


Opacity

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

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

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

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

This text has shadow with #7E385D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E385D on black background.


Color preview on white background

This text has color #7E385D on white background.



Black color preview on #7E385D background

This text has black color on #7E385D background.


White color preview on #7E385D background

This text has white color on #7E385D background.