COLOR #7E402E

HEX: #7E402E RGB: (126,64,46)

Color info

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

RGB color model

#7E402E color RGB value is (126,64,46).

RGB: (126,64,46) (49%, 25%, 18%)

RGB channels and saturation

R 126 of 255 = 49%
G 64 of 255 = 25%
B 46 of 255 = 18%

126
64
46

R + G + B ~ 31%. #7E402E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 64 + 46 = 236 (100%)
R 126 of 236 ~ 53.39%
G 64 of 236 ~ 27.12%
B 46 of 236 ~ 19.49'%

%53.39
%27.12
%19.49

CMYK color model

#7E402E color CMYK value is (0,49,63,51).

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

CMYK: (0,49,63,51)
C0M49Y63K51 (0%, 49%, 63%, 51%)
(0.00 / 0.49 / 0.63 / 0.51)

CMYK percentages

%0
%49.21
%63.49
%50.59

Codes

Color #7E402E in popluar color models

7E 40 2E
RGB 126 64 46
HSL 14° 46.51% 33.73%
HSB/HSV 14° 63.49% 49.41%
CMYK 0.00% 49.21% 63.49%
50.59%

Color #7E402E in popluar number systems.

HEX 7E 40 2E
Decimal 126 64 46
Binary 1111110 1000000 101110
Octal 176 100 56

Shades and tints

Shades of #7E402E

#7E402E
(126,64,46)
#733B2A
(115,59,42)
#683626
(104,54,38)
#5D3122
(93,49,34)
#522C1E
(82,44,30)
#47271A
(71,39,26)
#3C2216
(60,34,22)
#311D12
(49,29,18)
#26180E
(38,24,14)
#1B130A
(27,19,10)
#100E06
(16,14,6)
#000000
(0,0,0)

Tints of #7E402E

#7E402E
(126,64,46)
#895141
(137,81,65)
#946254
(148,98,84)
#9F7367
(159,115,103)
#AA847A
(170,132,122)
#B5958D
(181,149,141)
#C0A6A0
(192,166,160)
#CBB7B3
(203,183,179)
#D6C8C6
(214,200,198)
#E1D9D9
(225,217,217)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E402E; }

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

This text font color is #7E402E.

Background Color

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

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

This div background color is #7E402E.

Border color

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

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

This div border color is #7E402E.

Opacity

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

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

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

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

This text has shadow with #7E402E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E402E.

Preview

Color preview on black background

This text has color #7E402E on black background.


Color preview on white background

This text has color #7E402E on white background.


Black color preview on #7E402E background

This text has black color on #7E402E background.


White color preview on #7E402E background

This text has white color on #7E402E background.


Related colors

Complementary color

Complementary color for #hex is #81BFD1.


I love getcolorcode.com

Triadic colors

1 #2E7E40 and #402E7E with #7E402E are triadic colors.

2 #2E407E and #407E2E with #7E402E are triadic colors.