COLOR #7E3D3B

HEX: #7E3D3B
RGB: (126,61,59)

Color info

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

RGB color model

#7E3D3B color RGB value is (126,61,59).

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

RGB channels and saturation

R 126 of 255 = 49%
G 61 of 255 = 24%
B 59 of 255 = 23%

126
61
59

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

Portions of RGB colors in percentages

R + G + B =
126 + 61 + 59 = 246 (100%)
R 126 of 246 ~ 51.22%
G 61 of 246 ~ 24.8%
B 59 of 246 ~ 23.98%

%51.22
%24.8
%23.98

CMYK color model

#7E3D3B color CMYK value is (0,52,53,51).

  • cyan value is 0.00%
  • magenta value is 51.59%
  • yellow value is 53.17%
  • key color value is 50.59%
CMYK:
(0,52,53,51)
C0M52Y53K51 
(0%,52%,53%,51%)
(0.00/0.52/0.53/0.51)	

CMYK percentages

%0
%51.59
%53.17
%50.59

Codes

Color #7E3D3B in popluar color models

7E3D3B
RGB1266159
HSL36.22%36.27%
HSB/HSV53.17%49.41%
CMYK0.00%51.59%53.17%
50.59%

Color #7E3D3B in popluar number systems.

HEX7E3D3B
Decimal1266159
Binary1111110111101111011
Octal1767573

Shades and tints

Shades of #7E3D3B

#7E3D3B
(126,61,59)
#733836
(115,56,54)
#683331
(104,51,49)
#5D2E2C
(93,46,44)
#522927
(82,41,39)
#472422
(71,36,34)
#3C1F1D
(60,31,29)
#311A18
(49,26,24)
#261513
(38,21,19)
#1B100E
(27,16,14)
#100B09
(16,11,9)
#000000
(0,0,0)

Tints of #7E3D3B

#7E3D3B
(126,61,59)
#894E4C
(137,78,76)
#945F5D
(148,95,93)
#9F706E
(159,112,110)
#AA817F
(170,129,127)
#B59290
(181,146,144)
#C0A3A1
(192,163,161)
#CBB4B2
(203,180,178)
#D6C5C3
(214,197,195)
#E1D6D4
(225,214,212)
#ECE7E5
(236,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E3D3B; }

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

This text font color is #7E3D3B.


Background Color

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

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

This div background color is #7E3D3B.


Border color

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

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

This div border color is #7E3D3B.


Opacity

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

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

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

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

This text has shadow with #7E3D3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3D3B on black background.


Color preview on white background

This text has color #7E3D3B on white background.



Black color preview on #7E3D3B background

This text has black color on #7E3D3B background.


White color preview on #7E3D3B background

This text has white color on #7E3D3B background.