COLOR #7E371B

HEX: #7E371B
RGB: (126,55,27)

Color info

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

RGB color model

#7E371B color RGB value is (126,55,27).

  • red value is 126;
  • green value is 55;
  • blue value is 27.
RGB:
(126,55,27)
(49%,22%,11%)

RGB channels and saturation

R 126 of 255 = 49%
G 55 of 255 = 22%
B 27 of 255 = 11%

126
55
27

R + G + B ~ 27%. #7E371B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 55 + 27 = 208 (100%)
R 126 of 208 ~ 60.58%
G 55 of 208 ~ 26.44%
B 27 of 208 ~ 12.98%

%60.58
%26.44
%12.98

CMYK color model

#7E371B color CMYK value is (0,56,79,51).

  • cyan value is 0.00%
  • magenta value is 56.35%
  • yellow value is 78.57%
  • key color value is 50.59%
CMYK:
(0,56,79,51)
C0M56Y79K51 
(0%,56%,79%,51%)
(0.00/0.56/0.79/0.51)	

CMYK percentages

%0
%56.35
%78.57
%50.59

Codes

Color #7E371B in popluar color models

7E371B
RGB1265527
HSL17°64.71%30.00%
HSB/HSV17°78.57%49.41%
CMYK0.00%56.35%78.57%
50.59%

Color #7E371B in popluar number systems.

HEX7E371B
Decimal1265527
Binary111111011011111011
Octal1766733

Shades and tints

Shades of #7E371B

#7E371B
(126,55,27)
#733219
(115,50,25)
#682D17
(104,45,23)
#5D2815
(93,40,21)
#522313
(82,35,19)
#471E11
(71,30,17)
#3C190F
(60,25,15)
#31140D
(49,20,13)
#260F0B
(38,15,11)
#1B0A09
(27,10,9)
#100507
(16,5,7)
#000000
(0,0,0)

Tints of #7E371B

#7E371B
(126,55,27)
#89492F
(137,73,47)
#945B43
(148,91,67)
#9F6D57
(159,109,87)
#AA7F6B
(170,127,107)
#B5917F
(181,145,127)
#C0A393
(192,163,147)
#CBB5A7
(203,181,167)
#D6C7BB
(214,199,187)
#E1D9CF
(225,217,207)
#ECEBE3
(236,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E371B; }

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

This text font color is #7E371B.


Background Color

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

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

This div background color is #7E371B.


Border color

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

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

This div border color is #7E371B.


Opacity

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

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

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

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

This text has shadow with #7E371B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E371B on black background.


Color preview on white background

This text has color #7E371B on white background.



Black color preview on #7E371B background

This text has black color on #7E371B background.


White color preview on #7E371B background

This text has white color on #7E371B background.