COLOR #7E3350

HEX: #7E3350
RGB: (126,51,80)

Color info

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

RGB color model

#7E3350 color RGB value is (126,51,80).

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

RGB channels and saturation

R 126 of 255 = 49%
G 51 of 255 = 20%
B 80 of 255 = 31%

126
51
80

R + G + B ~ 33%. #7E3350 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 51 + 80 = 257 (100%)
R 126 of 257 ~ 49.03%
G 51 of 257 ~ 19.84%
B 80 of 257 ~ 31.13%

%49.03
%19.84
%31.13

CMYK color model

#7E3350 color CMYK value is (0,60,37,51).

  • cyan value is 0.00%
  • magenta value is 59.52%
  • yellow value is 36.51%
  • key color value is 50.59%
CMYK:
(0,60,37,51)
C0M60Y37K51 
(0%,60%,37%,51%)
(0.00/0.60/0.37/0.51)	

CMYK percentages

%0
%59.52
%36.51
%50.59

Codes

Color #7E3350 in popluar color models

7E3350
RGB1265180
HSL337°42.37%34.71%
HSB/HSV337°59.52%49.41%
CMYK0.00%59.52%36.51%
50.59%

Color #7E3350 in popluar number systems.

HEX7E3350
Decimal1265180
Binary11111101100111010000
Octal17663120

Shades and tints

Shades of #7E3350

#7E3350
(126,51,80)
#732F49
(115,47,73)
#682B42
(104,43,66)
#5D273B
(93,39,59)
#522334
(82,35,52)
#471F2D
(71,31,45)
#3C1B26
(60,27,38)
#31171F
(49,23,31)
#261318
(38,19,24)
#1B0F11
(27,15,17)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #7E3350

#7E3350
(126,51,80)
#89455F
(137,69,95)
#94576E
(148,87,110)
#9F697D
(159,105,125)
#AA7B8C
(170,123,140)
#B58D9B
(181,141,155)
#C09FAA
(192,159,170)
#CBB1B9
(203,177,185)
#D6C3C8
(214,195,200)
#E1D5D7
(225,213,215)
#ECE7E6
(236,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E3350; }

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

This text font color is #7E3350.


Background Color

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

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

This div background color is #7E3350.


Border color

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

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

This div border color is #7E3350.


Opacity

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

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

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

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

This text has shadow with #7E3350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3350 on black background.


Color preview on white background

This text has color #7E3350 on white background.



Black color preview on #7E3350 background

This text has black color on #7E3350 background.


White color preview on #7E3350 background

This text has white color on #7E3350 background.