COLOR #7E3B2A

HEX: #7E3B2A
RGB: (126,59,42)

Color info

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

RGB color model

#7E3B2A color RGB value is (126,59,42).

  • red value is 126;
  • green value is 59;
  • blue value is 42.
RGB:
(126,59,42)
(49%,23%,16%)

RGB channels and saturation

R 126 of 255 = 49%
G 59 of 255 = 23%
B 42 of 255 = 16%

126
59
42

R + G + B ~ 29%. #7E3B2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 59 + 42 = 227 (100%)
R 126 of 227 ~ 55.51%
G 59 of 227 ~ 25.99%
B 42 of 227 ~ 18.5%

%55.51
%25.99
%18.5

CMYK color model

#7E3B2A color CMYK value is (0,53,67,51).

  • cyan value is 0.00%
  • magenta value is 53.17%
  • yellow value is 66.67%
  • key color value is 50.59%
CMYK:
(0,53,67,51)
C0M53Y67K51 
(0%,53%,67%,51%)
(0.00/0.53/0.67/0.51)	

CMYK percentages

%0
%53.17
%66.67
%50.59

Codes

Color #7E3B2A in popluar color models

7E3B2A
RGB1265942
HSL12°50.00%32.94%
HSB/HSV12°66.67%49.41%
CMYK0.00%53.17%66.67%
50.59%

Color #7E3B2A in popluar number systems.

HEX7E3B2A
Decimal1265942
Binary1111110111011101010
Octal1767352

Shades and tints

Shades of #7E3B2A

#7E3B2A
(126,59,42)
#733627
(115,54,39)
#683124
(104,49,36)
#5D2C21
(93,44,33)
#52271E
(82,39,30)
#47221B
(71,34,27)
#3C1D18
(60,29,24)
#311815
(49,24,21)
#261312
(38,19,18)
#1B0E0F
(27,14,15)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #7E3B2A

#7E3B2A
(126,59,42)
#894C3D
(137,76,61)
#945D50
(148,93,80)
#9F6E63
(159,110,99)
#AA7F76
(170,127,118)
#B59089
(181,144,137)
#C0A19C
(192,161,156)
#CBB2AF
(203,178,175)
#D6C3C2
(214,195,194)
#E1D4D5
(225,212,213)
#ECE5E8
(236,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E3B2A; }

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

This text font color is #7E3B2A.


Background Color

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

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

This div background color is #7E3B2A.


Border color

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

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

This div border color is #7E3B2A.


Opacity

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

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

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

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

This text has shadow with #7E3B2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3B2A on black background.


Color preview on white background

This text has color #7E3B2A on white background.



Black color preview on #7E3B2A background

This text has black color on #7E3B2A background.


White color preview on #7E3B2A background

This text has white color on #7E3B2A background.