COLOR #7E3641

HEX: #7E3641
RGB: (126,54,65)

Color info

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

RGB color model

#7E3641 color RGB value is (126,54,65).

  • red value is 126;
  • green value is 54;
  • blue value is 65.
RGB:
(126,54,65)
(49%,21%,25%)

RGB channels and saturation

R 126 of 255 = 49%
G 54 of 255 = 21%
B 65 of 255 = 25%

126
54
65

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

Portions of RGB colors in percentages

R + G + B =
126 + 54 + 65 = 245 (100%)
R 126 of 245 ~ 51.43%
G 54 of 245 ~ 22.04%
B 65 of 245 ~ 26.53%

%51.43
%22.04
%26.53

CMYK color model

#7E3641 color CMYK value is (0,57,48,51).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 48.41%
  • key color value is 50.59%
CMYK:
(0,57,48,51)
C0M57Y48K51 
(0%,57%,48%,51%)
(0.00/0.57/0.48/0.51)	

CMYK percentages

%0
%57.14
%48.41
%50.59

Codes

Color #7E3641 in popluar color models

7E3641
RGB1265465
HSL351°40.00%35.29%
HSB/HSV351°57.14%49.41%
CMYK0.00%57.14%48.41%
50.59%

Color #7E3641 in popluar number systems.

HEX7E3641
Decimal1265465
Binary11111101101101000001
Octal17666101

Shades and tints

Shades of #7E3641

#7E3641
(126,54,65)
#73323C
(115,50,60)
#682E37
(104,46,55)
#5D2A32
(93,42,50)
#52262D
(82,38,45)
#472228
(71,34,40)
#3C1E23
(60,30,35)
#311A1E
(49,26,30)
#261619
(38,22,25)
#1B1214
(27,18,20)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #7E3641

#7E3641
(126,54,65)
#894852
(137,72,82)
#945A63
(148,90,99)
#9F6C74
(159,108,116)
#AA7E85
(170,126,133)
#B59096
(181,144,150)
#C0A2A7
(192,162,167)
#CBB4B8
(203,180,184)
#D6C6C9
(214,198,201)
#E1D8DA
(225,216,218)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E3641; }

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

This text font color is #7E3641.


Background Color

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

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

This div background color is #7E3641.


Border color

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

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

This div border color is #7E3641.


Opacity

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

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

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

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

This text has shadow with #7E3641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3641 on black background.


Color preview on white background

This text has color #7E3641 on white background.



Black color preview on #7E3641 background

This text has black color on #7E3641 background.


White color preview on #7E3641 background

This text has white color on #7E3641 background.