COLOR #7E335D

HEX: #7E335D
RGB: (126,51,93)

Color info

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

RGB color model

#7E335D color RGB value is (126,51,93).

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

RGB channels and saturation

R 126 of 255 = 49%
G 51 of 255 = 20%
B 93 of 255 = 36%

126
51
93

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

Portions of RGB colors in percentages

R + G + B =
126 + 51 + 93 = 270 (100%)
R 126 of 270 ~ 46.67%
G 51 of 270 ~ 18.89%
B 93 of 270 ~ 34.44%

%46.67
%18.89
%34.44

CMYK color model

#7E335D color CMYK value is (0,60,26,51).

  • cyan value is 0.00%
  • magenta value is 59.52%
  • yellow value is 26.19%
  • key color value is 50.59%
CMYK:
(0,60,26,51)
C0M60Y26K51 
(0%,60%,26%,51%)
(0.00/0.60/0.26/0.51)	

CMYK percentages

%0
%59.52
%26.19
%50.59

Codes

Color #7E335D in popluar color models

7E335D
RGB1265193
HSL326°42.37%34.71%
HSB/HSV326°59.52%49.41%
CMYK0.00%59.52%26.19%
50.59%

Color #7E335D in popluar number systems.

HEX7E335D
Decimal1265193
Binary11111101100111011101
Octal17663135

Shades and tints

Shades of #7E335D

#7E335D
(126,51,93)
#732F55
(115,47,85)
#682B4D
(104,43,77)
#5D2745
(93,39,69)
#52233D
(82,35,61)
#471F35
(71,31,53)
#3C1B2D
(60,27,45)
#311725
(49,23,37)
#26131D
(38,19,29)
#1B0F15
(27,15,21)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #7E335D

#7E335D
(126,51,93)
#89456B
(137,69,107)
#945779
(148,87,121)
#9F6987
(159,105,135)
#AA7B95
(170,123,149)
#B58DA3
(181,141,163)
#C09FB1
(192,159,177)
#CBB1BF
(203,177,191)
#D6C3CD
(214,195,205)
#E1D5DB
(225,213,219)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E335D; }

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

This text font color is #7E335D.


Background Color

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

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

This div background color is #7E335D.


Border color

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

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

This div border color is #7E335D.


Opacity

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

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

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

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

This text has shadow with #7E335D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E335D on black background.


Color preview on white background

This text has color #7E335D on white background.



Black color preview on #7E335D background

This text has black color on #7E335D background.


White color preview on #7E335D background

This text has white color on #7E335D background.