COLOR #7E3E48

HEX: #7E3E48
RGB: (126,62,72)

Color info

#7E3E48 contains mainly red and blue colors. Web safe color of #7E3E48 is #663333 (or #633).

RGB color model

#7E3E48 color RGB value is (126,62,72).

  • red value is 126;
  • green value is 62;
  • blue value is 72.
RGB:
(126,62,72)
(49%,24%,28%)

RGB channels and saturation

R 126 of 255 = 49%
G 62 of 255 = 24%
B 72 of 255 = 28%

126
62
72

R + G + B ~ 34%. #7E3E48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 62 + 72 = 260 (100%)
R 126 of 260 ~ 48.46%
G 62 of 260 ~ 23.85%
B 72 of 260 ~ 27.69%

%48.46
%23.85
%27.69

CMYK color model

#7E3E48 color CMYK value is (0,51,43,51).

  • cyan value is 0.00%
  • magenta value is 50.79%
  • yellow value is 42.86%
  • key color value is 50.59%
CMYK:
(0,51,43,51)
C0M51Y43K51 
(0%,51%,43%,51%)
(0.00/0.51/0.43/0.51)	

CMYK percentages

%0
%50.79
%42.86
%50.59

Codes

Color #7E3E48 in popluar color models

7E3E48
RGB1266272
HSL351°34.04%36.86%
HSB/HSV351°50.79%49.41%
CMYK0.00%50.79%42.86%
50.59%

Color #7E3E48 in popluar number systems.

HEX7E3E48
Decimal1266272
Binary11111101111101001000
Octal17676110

Shades and tints

Shades of #7E3E48

#7E3E48
(126,62,72)
#733942
(115,57,66)
#68343C
(104,52,60)
#5D2F36
(93,47,54)
#522A30
(82,42,48)
#47252A
(71,37,42)
#3C2024
(60,32,36)
#311B1E
(49,27,30)
#261618
(38,22,24)
#1B1112
(27,17,18)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #7E3E48

#7E3E48
(126,62,72)
#894F58
(137,79,88)
#946068
(148,96,104)
#9F7178
(159,113,120)
#AA8288
(170,130,136)
#B59398
(181,147,152)
#C0A4A8
(192,164,168)
#CBB5B8
(203,181,184)
#D6C6C8
(214,198,200)
#E1D7D8
(225,215,216)
#ECE8E8
(236,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E3E48 color. Also use rgb(126,62,72) instead hex code.

Text Font Color

.myTextColor { color: #7E3E48; }

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

This text font color is #7E3E48.


Background Color

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

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

This div background color is #7E3E48.


Border color

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

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

This div border color is #7E3E48.


Opacity

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

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

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

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

This text has shadow with #7E3E48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3E48 on black background.


Color preview on white background

This text has color #7E3E48 on white background.



Black color preview on #7E3E48 background

This text has black color on #7E3E48 background.


White color preview on #7E3E48 background

This text has white color on #7E3E48 background.