COLOR #7E3B31

HEX: #7E3B31 RGB: (126,59,49)

Color info

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

RGB color model

#7E3B31 color RGB value is (126,59,49).

RGB: (126,59,49) (49%, 23%, 19%)

RGB channels and saturation

R 126 of 255 = 49%
G 59 of 255 = 23%
B 49 of 255 = 19%

126
59
49

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

Portions of RGB colors in percentages

R + G + B = 126 + 59 + 49 = 234 (100%)
R 126 of 234 ~ 53.85%
G 59 of 234 ~ 25.21%
B 49 of 234 ~ 20.94'%

%53.85
%25.21
%20.94

CMYK color model

#7E3B31 color CMYK value is (0,53,61,51).

  • cyan value is 0.00%
  • magenta value is 53.17%
  • yellow value is 61.11%
  • key color value is 50.59%

CMYK: (0,53,61,51)
C0M53Y61K51 (0%, 53%, 61%, 51%)
(0.00 / 0.53 / 0.61 / 0.51)

CMYK percentages

%0
%53.17
%61.11
%50.59

Codes

Color #7E3B31 in popluar color models

7E 3B 31
RGB 126 59 49
HSL 44.00% 34.31%
HSB/HSV 61.11% 49.41%
CMYK 0.00% 53.17% 61.11%
50.59%

Color #7E3B31 in popluar number systems.

HEX 7E 3B 31
Decimal 126 59 49
Binary 1111110 111011 110001
Octal 176 73 61

Shades and tints

Shades of #7E3B31

#7E3B31
(126,59,49)
#73362D
(115,54,45)
#683129
(104,49,41)
#5D2C25
(93,44,37)
#522721
(82,39,33)
#47221D
(71,34,29)
#3C1D19
(60,29,25)
#311815
(49,24,21)
#261311
(38,19,17)
#1B0E0D
(27,14,13)
#100909
(16,9,9)
#000000
(0,0,0)

Tints of #7E3B31

#7E3B31
(126,59,49)
#894C43
(137,76,67)
#945D55
(148,93,85)
#9F6E67
(159,110,103)
#AA7F79
(170,127,121)
#B5908B
(181,144,139)
#C0A19D
(192,161,157)
#CBB2AF
(203,178,175)
#D6C3C1
(214,195,193)
#E1D4D3
(225,212,211)
#ECE5E5
(236,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E3B31 color. Also use rgb(126,59,49) instead hex code.

Text Font Color

.myTextColor { color: #7E3B31; }

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

This text font color is #7E3B31.

Background Color

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

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

This div background color is #7E3B31.

Border color

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

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

This div border color is #7E3B31.

Opacity

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

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

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

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

This text has shadow with #7E3B31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E3B31.

Preview

Color preview on black background

This text has color #7E3B31 on black background.


Color preview on white background

This text has color #7E3B31 on white background.


Black color preview on #7E3B31 background

This text has black color on #7E3B31 background.


White color preview on #7E3B31 background

This text has white color on #7E3B31 background.


Related colors

Complementary color

Complementary color for #hex is #81C4CE.


I love getcolorcode.com

Triadic colors

1 #317E3B and #3B317E with #7E3B31 are triadic colors.

2 #313B7E and #3B7E31 with #7E3B31 are triadic colors.