COLOR #7E3D4E

HEX: #7E3D4E
RGB: (126,61,78)

Color info

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

RGB color model

#7E3D4E color RGB value is (126,61,78).

  • red value is 126;
  • green value is 61;
  • blue value is 78.
RGB:
(126,61,78)
(49%,24%,31%)

RGB channels and saturation

R 126 of 255 = 49%
G 61 of 255 = 24%
B 78 of 255 = 31%

126
61
78

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

Portions of RGB colors in percentages

R + G + B =
126 + 61 + 78 = 265 (100%)
R 126 of 265 ~ 47.55%
G 61 of 265 ~ 23.02%
B 78 of 265 ~ 29.43%

%47.55
%23.02
%29.43

CMYK color model

#7E3D4E color CMYK value is (0,52,38,51).

  • cyan value is 0.00%
  • magenta value is 51.59%
  • yellow value is 38.10%
  • key color value is 50.59%
CMYK:
(0,52,38,51)
C0M52Y38K51 
(0%,52%,38%,51%)
(0.00/0.52/0.38/0.51)	

CMYK percentages

%0
%51.59
%38.1
%50.59

Codes

Color #7E3D4E in popluar color models

7E3D4E
RGB1266178
HSL344°34.76%36.67%
HSB/HSV344°51.59%49.41%
CMYK0.00%51.59%38.10%
50.59%

Color #7E3D4E in popluar number systems.

HEX7E3D4E
Decimal1266178
Binary11111101111011001110
Octal17675116

Shades and tints

Shades of #7E3D4E

#7E3D4E
(126,61,78)
#733847
(115,56,71)
#683340
(104,51,64)
#5D2E39
(93,46,57)
#522932
(82,41,50)
#47242B
(71,36,43)
#3C1F24
(60,31,36)
#311A1D
(49,26,29)
#261516
(38,21,22)
#1B100F
(27,16,15)
#100B08
(16,11,8)
#000000
(0,0,0)

Tints of #7E3D4E

#7E3D4E
(126,61,78)
#894E5E
(137,78,94)
#945F6E
(148,95,110)
#9F707E
(159,112,126)
#AA818E
(170,129,142)
#B5929E
(181,146,158)
#C0A3AE
(192,163,174)
#CBB4BE
(203,180,190)
#D6C5CE
(214,197,206)
#E1D6DE
(225,214,222)
#ECE7EE
(236,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E3D4E color. Also use rgb(126,61,78) instead hex code.

Text Font Color

.myTextColor { color: #7E3D4E; }

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

This text font color is #7E3D4E.


Background Color

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

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

This div background color is #7E3D4E.


Border color

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

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

This div border color is #7E3D4E.


Opacity

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

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

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

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

This text has shadow with #7E3D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3D4E on black background.


Color preview on white background

This text has color #7E3D4E on white background.



Black color preview on #7E3D4E background

This text has black color on #7E3D4E background.


White color preview on #7E3D4E background

This text has white color on #7E3D4E background.