COLOR #7E3544

HEX: #7E3544
RGB: (126,53,68)

Color info

#7E3544 contains mainly red and blue colors. Web safe color of #7E3544 is #663333 (or #633).

RGB color model

#7E3544 color RGB value is (126,53,68).

  • red value is 126;
  • green value is 53;
  • blue value is 68.
RGB:
(126,53,68)
(49%,21%,27%)

RGB channels and saturation

R 126 of 255 = 49%
G 53 of 255 = 21%
B 68 of 255 = 27%

126
53
68

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

Portions of RGB colors in percentages

R + G + B =
126 + 53 + 68 = 247 (100%)
R 126 of 247 ~ 51.01%
G 53 of 247 ~ 21.46%
B 68 of 247 ~ 27.53%

%51.01
%21.46
%27.53

CMYK color model

#7E3544 color CMYK value is (0,58,46,51).

  • cyan value is 0.00%
  • magenta value is 57.94%
  • yellow value is 46.03%
  • key color value is 50.59%
CMYK:
(0,58,46,51)
C0M58Y46K51 
(0%,58%,46%,51%)
(0.00/0.58/0.46/0.51)	

CMYK percentages

%0
%57.94
%46.03
%50.59

Codes

Color #7E3544 in popluar color models

7E3544
RGB1265368
HSL348°40.78%35.10%
HSB/HSV348°57.94%49.41%
CMYK0.00%57.94%46.03%
50.59%

Color #7E3544 in popluar number systems.

HEX7E3544
Decimal1265368
Binary11111101101011000100
Octal17665104

Shades and tints

Shades of #7E3544

#7E3544
(126,53,68)
#73313E
(115,49,62)
#682D38
(104,45,56)
#5D2932
(93,41,50)
#52252C
(82,37,44)
#472126
(71,33,38)
#3C1D20
(60,29,32)
#31191A
(49,25,26)
#261514
(38,21,20)
#1B110E
(27,17,14)
#100D08
(16,13,8)
#000000
(0,0,0)

Tints of #7E3544

#7E3544
(126,53,68)
#894755
(137,71,85)
#945966
(148,89,102)
#9F6B77
(159,107,119)
#AA7D88
(170,125,136)
#B58F99
(181,143,153)
#C0A1AA
(192,161,170)
#CBB3BB
(203,179,187)
#D6C5CC
(214,197,204)
#E1D7DD
(225,215,221)
#ECE9EE
(236,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E3544; }

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

This text font color is #7E3544.


Background Color

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

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

This div background color is #7E3544.


Border color

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

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

This div border color is #7E3544.


Opacity

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

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

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

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

This text has shadow with #7E3544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3544 on black background.


Color preview on white background

This text has color #7E3544 on white background.



Black color preview on #7E3544 background

This text has black color on #7E3544 background.


White color preview on #7E3544 background

This text has white color on #7E3544 background.