COLOR #7E3B53

HEX: #7E3B53
RGB: (126,59,83)

Color info

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

RGB color model

#7E3B53 color RGB value is (126,59,83).

  • red value is 126;
  • green value is 59;
  • blue value is 83.
RGB:
(126,59,83)
(49%,23%,33%)

RGB channels and saturation

R 126 of 255 = 49%
G 59 of 255 = 23%
B 83 of 255 = 33%

126
59
83

R + G + B ~ 35%. #7E3B53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 59 + 83 = 268 (100%)
R 126 of 268 ~ 47.01%
G 59 of 268 ~ 22.01%
B 83 of 268 ~ 30.97%

%47.01
%22.01
%30.97

CMYK color model

#7E3B53 color CMYK value is (0,53,34,51).

  • cyan value is 0.00%
  • magenta value is 53.17%
  • yellow value is 34.13%
  • key color value is 50.59%
CMYK:
(0,53,34,51)
C0M53Y34K51 
(0%,53%,34%,51%)
(0.00/0.53/0.34/0.51)	

CMYK percentages

%0
%53.17
%34.13
%50.59

Codes

Color #7E3B53 in popluar color models

7E3B53
RGB1265983
HSL339°36.22%36.27%
HSB/HSV339°53.17%49.41%
CMYK0.00%53.17%34.13%
50.59%

Color #7E3B53 in popluar number systems.

HEX7E3B53
Decimal1265983
Binary11111101110111010011
Octal17673123

Shades and tints

Shades of #7E3B53

#7E3B53
(126,59,83)
#73364C
(115,54,76)
#683145
(104,49,69)
#5D2C3E
(93,44,62)
#522737
(82,39,55)
#472230
(71,34,48)
#3C1D29
(60,29,41)
#311822
(49,24,34)
#26131B
(38,19,27)
#1B0E14
(27,14,20)
#10090D
(16,9,13)
#000000
(0,0,0)

Tints of #7E3B53

#7E3B53
(126,59,83)
#894C62
(137,76,98)
#945D71
(148,93,113)
#9F6E80
(159,110,128)
#AA7F8F
(170,127,143)
#B5909E
(181,144,158)
#C0A1AD
(192,161,173)
#CBB2BC
(203,178,188)
#D6C3CB
(214,195,203)
#E1D4DA
(225,212,218)
#ECE5E9
(236,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E3B53 color. Also use rgb(126,59,83) instead hex code.

Text Font Color

.myTextColor { color: #7E3B53; }

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

This text font color is #7E3B53.


Background Color

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

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

This div background color is #7E3B53.


Border color

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

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

This div border color is #7E3B53.


Opacity

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

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

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

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

This text has shadow with #7E3B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3B53 on black background.


Color preview on white background

This text has color #7E3B53 on white background.



Black color preview on #7E3B53 background

This text has black color on #7E3B53 background.


White color preview on #7E3B53 background

This text has white color on #7E3B53 background.