COLOR #7E3958

HEX: #7E3958
RGB: (126,57,88)

Color info

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

RGB color model

#7E3958 color RGB value is (126,57,88).

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

RGB channels and saturation

R 126 of 255 = 49%
G 57 of 255 = 22%
B 88 of 255 = 35%

126
57
88

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

Portions of RGB colors in percentages

R + G + B =
126 + 57 + 88 = 271 (100%)
R 126 of 271 ~ 46.49%
G 57 of 271 ~ 21.03%
B 88 of 271 ~ 32.47%

%46.49
%21.03
%32.47

CMYK color model

#7E3958 color CMYK value is (0,55,30,51).

  • cyan value is 0.00%
  • magenta value is 54.76%
  • yellow value is 30.16%
  • key color value is 50.59%
CMYK:
(0,55,30,51)
C0M55Y30K51 
(0%,55%,30%,51%)
(0.00/0.55/0.30/0.51)	

CMYK percentages

%0
%54.76
%30.16
%50.59

Codes

Color #7E3958 in popluar color models

7E3958
RGB1265788
HSL333°37.70%35.88%
HSB/HSV333°54.76%49.41%
CMYK0.00%54.76%30.16%
50.59%

Color #7E3958 in popluar number systems.

HEX7E3958
Decimal1265788
Binary11111101110011011000
Octal17671130

Shades and tints

Shades of #7E3958

#7E3958
(126,57,88)
#733450
(115,52,80)
#682F48
(104,47,72)
#5D2A40
(93,42,64)
#522538
(82,37,56)
#472030
(71,32,48)
#3C1B28
(60,27,40)
#311620
(49,22,32)
#261118
(38,17,24)
#1B0C10
(27,12,16)
#100708
(16,7,8)
#000000
(0,0,0)

Tints of #7E3958

#7E3958
(126,57,88)
#894B67
(137,75,103)
#945D76
(148,93,118)
#9F6F85
(159,111,133)
#AA8194
(170,129,148)
#B593A3
(181,147,163)
#C0A5B2
(192,165,178)
#CBB7C1
(203,183,193)
#D6C9D0
(214,201,208)
#E1DBDF
(225,219,223)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E3958; }

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

This text font color is #7E3958.


Background Color

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

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

This div background color is #7E3958.


Border color

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

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

This div border color is #7E3958.


Opacity

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

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

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

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

This text has shadow with #7E3958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3958 on black background.


Color preview on white background

This text has color #7E3958 on white background.



Black color preview on #7E3958 background

This text has black color on #7E3958 background.


White color preview on #7E3958 background

This text has white color on #7E3958 background.