COLOR #7E3F48

HEX: #7E3F48
RGB: (126,63,72)

Color info

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

RGB color model

#7E3F48 color RGB value is (126,63,72).

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

RGB channels and saturation

R 126 of 255 = 49%
G 63 of 255 = 25%
B 72 of 255 = 28%

126
63
72

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

Portions of RGB colors in percentages

R + G + B =
126 + 63 + 72 = 261 (100%)
R 126 of 261 ~ 48.28%
G 63 of 261 ~ 24.14%
B 72 of 261 ~ 27.59%

%48.28
%24.14
%27.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 42.86%
  • key color value is 50.59%
CMYK:
(0,50,43,51)
C0M50Y43K51 
(0%,50%,43%,51%)
(0.00/0.50/0.43/0.51)	

CMYK percentages

%0
%50
%42.86
%50.59

Codes

Color #7E3F48 in popluar color models

7E3F48
RGB1266372
HSL351°33.33%37.06%
HSB/HSV351°50.00%49.41%
CMYK0.00%50.00%42.86%
50.59%

Color #7E3F48 in popluar number systems.

HEX7E3F48
Decimal1266372
Binary11111101111111001000
Octal17677110

Shades and tints

Shades of #7E3F48

#7E3F48
(126,63,72)
#733A42
(115,58,66)
#68353C
(104,53,60)
#5D3036
(93,48,54)
#522B30
(82,43,48)
#47262A
(71,38,42)
#3C2124
(60,33,36)
#311C1E
(49,28,30)
#261718
(38,23,24)
#1B1212
(27,18,18)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #7E3F48

#7E3F48
(126,63,72)
#895058
(137,80,88)
#946168
(148,97,104)
#9F7278
(159,114,120)
#AA8388
(170,131,136)
#B59498
(181,148,152)
#C0A5A8
(192,165,168)
#CBB6B8
(203,182,184)
#D6C7C8
(214,199,200)
#E1D8D8
(225,216,216)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E3F48; }

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

This text font color is #7E3F48.


Background Color

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

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

This div background color is #7E3F48.


Border color

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

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

This div border color is #7E3F48.


Opacity

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

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

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

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

This text has shadow with #7E3F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3F48 on black background.


Color preview on white background

This text has color #7E3F48 on white background.



Black color preview on #7E3F48 background

This text has black color on #7E3F48 background.


White color preview on #7E3F48 background

This text has white color on #7E3F48 background.