COLOR #7E356D

HEX: #7E356D
RGB: (126,53,109)

Color info

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

RGB color model

#7E356D color RGB value is (126,53,109).

  • red value is 126;
  • green value is 53;
  • blue value is 109.
RGB:
(126,53,109)
(49%,21%,43%)

RGB channels and saturation

R 126 of 255 = 49%
G 53 of 255 = 21%
B 109 of 255 = 43%

126
53
109

R + G + B ~ 38%. #7E356D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 53 + 109 = 288 (100%)
R 126 of 288 ~ 43.75%
G 53 of 288 ~ 18.4%
B 109 of 288 ~ 37.85%

%43.75
%18.4
%37.85

CMYK color model

#7E356D color CMYK value is (0,58,13,51).

  • cyan value is 0.00%
  • magenta value is 57.94%
  • yellow value is 13.49%
  • key color value is 50.59%
CMYK:
(0,58,13,51)
C0M58Y13K51 
(0%,58%,13%,51%)
(0.00/0.58/0.13/0.51)	

CMYK percentages

%0
%57.94
%13.49
%50.59

Codes

Color #7E356D in popluar color models

7E356D
RGB12653109
HSL314°40.78%35.10%
HSB/HSV314°57.94%49.41%
CMYK0.00%57.94%13.49%
50.59%

Color #7E356D in popluar number systems.

HEX7E356D
Decimal12653109
Binary11111101101011101101
Octal17665155

Shades and tints

Shades of #7E356D

#7E356D
(126,53,109)
#733164
(115,49,100)
#682D5B
(104,45,91)
#5D2952
(93,41,82)
#522549
(82,37,73)
#472140
(71,33,64)
#3C1D37
(60,29,55)
#31192E
(49,25,46)
#261525
(38,21,37)
#1B111C
(27,17,28)
#100D13
(16,13,19)
#000000
(0,0,0)

Tints of #7E356D

#7E356D
(126,53,109)
#89477A
(137,71,122)
#945987
(148,89,135)
#9F6B94
(159,107,148)
#AA7DA1
(170,125,161)
#B58FAE
(181,143,174)
#C0A1BB
(192,161,187)
#CBB3C8
(203,179,200)
#D6C5D5
(214,197,213)
#E1D7E2
(225,215,226)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E356D color. Also use rgb(126,53,109) instead hex code.

Text Font Color

.myTextColor { color: #7E356D; }

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

This text font color is #7E356D.


Background Color

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

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

This div background color is #7E356D.


Border color

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

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

This div border color is #7E356D.


Opacity

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

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

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

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

This text has shadow with #7E356D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E356D on black background.


Color preview on white background

This text has color #7E356D on white background.



Black color preview on #7E356D background

This text has black color on #7E356D background.


White color preview on #7E356D background

This text has white color on #7E356D background.