COLOR #7E3B3B

HEX: #7E3B3B
RGB: (126,59,59)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

126
59
59

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

Portions of RGB colors in percentages

R + G + B =
126 + 59 + 59 = 244 (100%)
R 126 of 244 ~ 51.64%
G 59 of 244 ~ 24.18%
B 59 of 244 ~ 24.18%

%51.64
%24.18
%24.18

CMYK color model

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

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

CMYK percentages

%0
%53.17
%53.17
%50.59

Codes

Color #7E3B3B in popluar color models

7E3B3B
RGB1265959
HSL36.22%36.27%
HSB/HSV53.17%49.41%
CMYK0.00%53.17%53.17%
50.59%

Color #7E3B3B in popluar number systems.

HEX7E3B3B
Decimal1265959
Binary1111110111011111011
Octal1767373

Shades and tints

Shades of #7E3B3B

#7E3B3B
(126,59,59)
#733636
(115,54,54)
#683131
(104,49,49)
#5D2C2C
(93,44,44)
#522727
(82,39,39)
#472222
(71,34,34)
#3C1D1D
(60,29,29)
#311818
(49,24,24)
#261313
(38,19,19)
#1B0E0E
(27,14,14)
#100909
(16,9,9)
#000000
(0,0,0)

Tints of #7E3B3B

#7E3B3B
(126,59,59)
#894C4C
(137,76,76)
#945D5D
(148,93,93)
#9F6E6E
(159,110,110)
#AA7F7F
(170,127,127)
#B59090
(181,144,144)
#C0A1A1
(192,161,161)
#CBB2B2
(203,178,178)
#D6C3C3
(214,195,195)
#E1D4D4
(225,212,212)
#ECE5E5
(236,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E3B3B; }

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

This text font color is #7E3B3B.


Background Color

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

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

This div background color is #7E3B3B.


Border color

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

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

This div border color is #7E3B3B.


Opacity

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

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

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

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

This text has shadow with #7E3B3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3B3B on black background.


Color preview on white background

This text has color #7E3B3B on white background.



Black color preview on #7E3B3B background

This text has black color on #7E3B3B background.


White color preview on #7E3B3B background

This text has white color on #7E3B3B background.