COLOR #7E3458

HEX: #7E3458
RGB: (126,52,88)

Color info

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

RGB color model

#7E3458 color RGB value is (126,52,88).

  • red value is 126;
  • green value is 52;
  • blue value is 88.
RGB:
(126,52,88)
(49%,20%,35%)

RGB channels and saturation

R 126 of 255 = 49%
G 52 of 255 = 20%
B 88 of 255 = 35%

126
52
88

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

Portions of RGB colors in percentages

R + G + B =
126 + 52 + 88 = 266 (100%)
R 126 of 266 ~ 47.37%
G 52 of 266 ~ 19.55%
B 88 of 266 ~ 33.08%

%47.37
%19.55
%33.08

CMYK color model

#7E3458 color CMYK value is (0,59,30,51).

  • cyan value is 0.00%
  • magenta value is 58.73%
  • yellow value is 30.16%
  • key color value is 50.59%
CMYK:
(0,59,30,51)
C0M59Y30K51 
(0%,59%,30%,51%)
(0.00/0.59/0.30/0.51)	

CMYK percentages

%0
%58.73
%30.16
%50.59

Codes

Color #7E3458 in popluar color models

7E3458
RGB1265288
HSL331°41.57%34.90%
HSB/HSV331°58.73%49.41%
CMYK0.00%58.73%30.16%
50.59%

Color #7E3458 in popluar number systems.

HEX7E3458
Decimal1265288
Binary11111101101001011000
Octal17664130

Shades and tints

Shades of #7E3458

#7E3458
(126,52,88)
#733050
(115,48,80)
#682C48
(104,44,72)
#5D2840
(93,40,64)
#522438
(82,36,56)
#472030
(71,32,48)
#3C1C28
(60,28,40)
#311820
(49,24,32)
#261418
(38,20,24)
#1B1010
(27,16,16)
#100C08
(16,12,8)
#000000
(0,0,0)

Tints of #7E3458

#7E3458
(126,52,88)
#894667
(137,70,103)
#945876
(148,88,118)
#9F6A85
(159,106,133)
#AA7C94
(170,124,148)
#B58EA3
(181,142,163)
#C0A0B2
(192,160,178)
#CBB2C1
(203,178,193)
#D6C4D0
(214,196,208)
#E1D6DF
(225,214,223)
#ECE8EE
(236,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E3458 color. Also use rgb(126,52,88) instead hex code.

Text Font Color

.myTextColor { color: #7E3458; }

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

This text font color is #7E3458.


Background Color

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

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

This div background color is #7E3458.


Border color

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

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

This div border color is #7E3458.


Opacity

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

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

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

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

This text has shadow with #7E3458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3458 on black background.


Color preview on white background

This text has color #7E3458 on white background.



Black color preview on #7E3458 background

This text has black color on #7E3458 background.


White color preview on #7E3458 background

This text has white color on #7E3458 background.