COLOR #7E382E

HEX: #7E382E RGB: (126,56,46)

Color info

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

RGB color model

#7E382E color RGB value is (126,56,46).

RGB: (126,56,46) (49%, 22%, 18%)

RGB channels and saturation

R 126 of 255 = 49%
G 56 of 255 = 22%
B 46 of 255 = 18%

126
56
46

R + G + B ~ 30%. #7E382E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 56 + 46 = 228 (100%)
R 126 of 228 ~ 55.26%
G 56 of 228 ~ 24.56%
B 46 of 228 ~ 20.18'%

%55.26
%24.56
%20.18

CMYK color model

#7E382E color CMYK value is (0,56,63,51).

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

CMYK: (0,56,63,51)
C0M56Y63K51 (0%, 56%, 63%, 51%)
(0.00 / 0.56 / 0.63 / 0.51)

CMYK percentages

%0
%55.56
%63.49
%50.59

Codes

Color #7E382E in popluar color models

7E 38 2E
RGB 126 56 46
HSL 46.51% 33.73%
HSB/HSV 63.49% 49.41%
CMYK 0.00% 55.56% 63.49%
50.59%

Color #7E382E in popluar number systems.

HEX 7E 38 2E
Decimal 126 56 46
Binary 1111110 111000 101110
Octal 176 70 56

Shades and tints

Shades of #7E382E

#7E382E
(126,56,46)
#73332A
(115,51,42)
#682E26
(104,46,38)
#5D2922
(93,41,34)
#52241E
(82,36,30)
#471F1A
(71,31,26)
#3C1A16
(60,26,22)
#311512
(49,21,18)
#26100E
(38,16,14)
#1B0B0A
(27,11,10)
#100606
(16,6,6)
#000000
(0,0,0)

Tints of #7E382E

#7E382E
(126,56,46)
#894A41
(137,74,65)
#945C54
(148,92,84)
#9F6E67
(159,110,103)
#AA807A
(170,128,122)
#B5928D
(181,146,141)
#C0A4A0
(192,164,160)
#CBB6B3
(203,182,179)
#D6C8C6
(214,200,198)
#E1DAD9
(225,218,217)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E382E; }

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

This text font color is #7E382E.

Background Color

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

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

This div background color is #7E382E.

Border color

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

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

This div border color is #7E382E.

Opacity

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

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

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

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

This text has shadow with #7E382E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E382E.

Preview

Color preview on black background

This text has color #7E382E on black background.


Color preview on white background

This text has color #7E382E on white background.


Black color preview on #7E382E background

This text has black color on #7E382E background.


White color preview on #7E382E background

This text has white color on #7E382E background.


Related colors

Complementary color

Complementary color for #hex is #81C7D1.


I love getcolorcode.com

Triadic colors

1 #2E7E38 and #382E7E with #7E382E are triadic colors.

2 #2E387E and #387E2E with #7E382E are triadic colors.