COLOR #7E3B39

HEX: #7E3B39
RGB: (126,59,57)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

126
59
57

R + G + B ~ 31%. #7E3B39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 59 + 57 = 242 (100%)
R 126 of 242 ~ 52.07%
G 59 of 242 ~ 24.38%
B 57 of 242 ~ 23.55%

%52.07
%24.38
%23.55

CMYK color model

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

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

CMYK percentages

%0
%53.17
%54.76
%50.59

Codes

Color #7E3B39 in popluar color models

7E3B39
RGB1265957
HSL37.70%35.88%
HSB/HSV54.76%49.41%
CMYK0.00%53.17%54.76%
50.59%

Color #7E3B39 in popluar number systems.

HEX7E3B39
Decimal1265957
Binary1111110111011111001
Octal1767371

Shades and tints

Shades of #7E3B39

#7E3B39
(126,59,57)
#733634
(115,54,52)
#68312F
(104,49,47)
#5D2C2A
(93,44,42)
#522725
(82,39,37)
#472220
(71,34,32)
#3C1D1B
(60,29,27)
#311816
(49,24,22)
#261311
(38,19,17)
#1B0E0C
(27,14,12)
#100907
(16,9,7)
#000000
(0,0,0)

Tints of #7E3B39

#7E3B39
(126,59,57)
#894C4B
(137,76,75)
#945D5D
(148,93,93)
#9F6E6F
(159,110,111)
#AA7F81
(170,127,129)
#B59093
(181,144,147)
#C0A1A5
(192,161,165)
#CBB2B7
(203,178,183)
#D6C3C9
(214,195,201)
#E1D4DB
(225,212,219)
#ECE5ED
(236,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E3B39; }

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

This text font color is #7E3B39.


Background Color

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

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

This div background color is #7E3B39.


Border color

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

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

This div border color is #7E3B39.


Opacity

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

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

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

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

This text has shadow with #7E3B39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3B39 on black background.


Color preview on white background

This text has color #7E3B39 on white background.



Black color preview on #7E3B39 background

This text has black color on #7E3B39 background.


White color preview on #7E3B39 background

This text has white color on #7E3B39 background.