COLOR #7E3940

HEX: #7E3940 RGB: (126,57,64)

Color info

#7E3940 contains mainly red color. Web safe color of #7E3940 is #663333 (or #633).

RGB color model

#7E3940 color RGB value is (126,57,64).

RGB: (126,57,64) (49%, 22%, 25%)

RGB channels and saturation

R 126 of 255 = 49%
G 57 of 255 = 22%
B 64 of 255 = 25%

126
57
64

R + G + B ~ 32%. #7E3940 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 57 + 64 = 247 (100%)
R 126 of 247 ~ 51.01%
G 57 of 247 ~ 23.08%
B 64 of 247 ~ 25.91'%

%51.01
%23.08
%25.91

CMYK color model

#7E3940 color CMYK value is (0,55,49,51).

  • cyan value is 0.00%
  • magenta value is 54.76%
  • yellow value is 49.21%
  • key color value is 50.59%

CMYK: (0,55,49,51)
C0M55Y49K51 (0%, 55%, 49%, 51%)
(0.00 / 0.55 / 0.49 / 0.51)

CMYK percentages

%0
%54.76
%49.21
%50.59

Codes

Color #7E3940 in popluar color models

7E 39 40
RGB 126 57 64
HSL 354° 37.70% 35.88%
HSB/HSV 354° 54.76% 49.41%
CMYK 0.00% 54.76% 49.21%
50.59%

Color #7E3940 in popluar number systems.

HEX 7E 39 40
Decimal 126 57 64
Binary 1111110 111001 1000000
Octal 176 71 100

Shades and tints

Shades of #7E3940

#7E3940
(126,57,64)
#73343B
(115,52,59)
#682F36
(104,47,54)
#5D2A31
(93,42,49)
#52252C
(82,37,44)
#472027
(71,32,39)
#3C1B22
(60,27,34)
#31161D
(49,22,29)
#261118
(38,17,24)
#1B0C13
(27,12,19)
#10070E
(16,7,14)
#000000
(0,0,0)

Tints of #7E3940

#7E3940
(126,57,64)
#894B51
(137,75,81)
#945D62
(148,93,98)
#9F6F73
(159,111,115)
#AA8184
(170,129,132)
#B59395
(181,147,149)
#C0A5A6
(192,165,166)
#CBB7B7
(203,183,183)
#D6C9C8
(214,201,200)
#E1DBD9
(225,219,217)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E3940; }

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

This text font color is #7E3940.

Background Color

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

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

This div background color is #7E3940.

Border color

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

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

This div border color is #7E3940.

Opacity

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

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

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

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

This text has shadow with #7E3940 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E3940.

Preview

Color preview on black background

This text has color #7E3940 on black background.


Color preview on white background

This text has color #7E3940 on white background.


Black color preview on #7E3940 background

This text has black color on #7E3940 background.


White color preview on #7E3940 background

This text has white color on #7E3940 background.


Related colors

Complementary color

Complementary color for #hex is #81C6BF.


I love getcolorcode.com

Triadic colors

1 #407E39 and #39407E with #7E3940 are triadic colors.

2 #40397E and #397E40 with #7E3940 are triadic colors.