COLOR #7E3E43

HEX: #7E3E43
RGB: (126,62,67)

Color info

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

RGB color model

#7E3E43 color RGB value is (126,62,67).

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

RGB channels and saturation

R 126 of 255 = 49%
G 62 of 255 = 24%
B 67 of 255 = 26%

126
62
67

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

Portions of RGB colors in percentages

R + G + B =
126 + 62 + 67 = 255 (100%)
R 126 of 255 ~ 49.41%
G 62 of 255 ~ 24.31%
B 67 of 255 ~ 26.27%

%49.41
%24.31
%26.27

CMYK color model

#7E3E43 color CMYK value is (0,51,47,51).

  • cyan value is 0.00%
  • magenta value is 50.79%
  • yellow value is 46.83%
  • key color value is 50.59%
CMYK:
(0,51,47,51)
C0M51Y47K51 
(0%,51%,47%,51%)
(0.00/0.51/0.47/0.51)	

CMYK percentages

%0
%50.79
%46.83
%50.59

Codes

Color #7E3E43 in popluar color models

7E3E43
RGB1266267
HSL355°34.04%36.86%
HSB/HSV355°50.79%49.41%
CMYK0.00%50.79%46.83%
50.59%

Color #7E3E43 in popluar number systems.

HEX7E3E43
Decimal1266267
Binary11111101111101000011
Octal17676103

Shades and tints

Shades of #7E3E43

#7E3E43
(126,62,67)
#73393D
(115,57,61)
#683437
(104,52,55)
#5D2F31
(93,47,49)
#522A2B
(82,42,43)
#472525
(71,37,37)
#3C201F
(60,32,31)
#311B19
(49,27,25)
#261613
(38,22,19)
#1B110D
(27,17,13)
#100C07
(16,12,7)
#000000
(0,0,0)

Tints of #7E3E43

#7E3E43
(126,62,67)
#894F54
(137,79,84)
#946065
(148,96,101)
#9F7176
(159,113,118)
#AA8287
(170,130,135)
#B59398
(181,147,152)
#C0A4A9
(192,164,169)
#CBB5BA
(203,181,186)
#D6C6CB
(214,198,203)
#E1D7DC
(225,215,220)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E3E43; }

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

This text font color is #7E3E43.


Background Color

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

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

This div background color is #7E3E43.


Border color

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

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

This div border color is #7E3E43.


Opacity

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

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

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

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

This text has shadow with #7E3E43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3E43 on black background.


Color preview on white background

This text has color #7E3E43 on white background.



Black color preview on #7E3E43 background

This text has black color on #7E3E43 background.


White color preview on #7E3E43 background

This text has white color on #7E3E43 background.