COLOR #7E2D37

HEX: #7E2D37
RGB: (126,45,55)

Color info

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

RGB color model

#7E2D37 color RGB value is (126,45,55).

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

RGB channels and saturation

R 126 of 255 = 49%
G 45 of 255 = 18%
B 55 of 255 = 22%

126
45
55

R + G + B ~ 30%. #7E2D37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 45 + 55 = 226 (100%)
R 126 of 226 ~ 55.75%
G 45 of 226 ~ 19.91%
B 55 of 226 ~ 24.34%

%55.75
%19.91
%24.34

CMYK color model

#7E2D37 color CMYK value is (0,64,56,51).

  • cyan value is 0.00%
  • magenta value is 64.29%
  • yellow value is 56.35%
  • key color value is 50.59%
CMYK:
(0,64,56,51)
C0M64Y56K51 
(0%,64%,56%,51%)
(0.00/0.64/0.56/0.51)	

CMYK percentages

%0
%64.29
%56.35
%50.59

Codes

Color #7E2D37 in popluar color models

7E2D37
RGB1264555
HSL353°47.37%33.53%
HSB/HSV353°64.29%49.41%
CMYK0.00%64.29%56.35%
50.59%

Color #7E2D37 in popluar number systems.

HEX7E2D37
Decimal1264555
Binary1111110101101110111
Octal1765567

Shades and tints

Shades of #7E2D37

#7E2D37
(126,45,55)
#732932
(115,41,50)
#68252D
(104,37,45)
#5D2128
(93,33,40)
#521D23
(82,29,35)
#47191E
(71,25,30)
#3C1519
(60,21,25)
#311114
(49,17,20)
#260D0F
(38,13,15)
#1B090A
(27,9,10)
#100505
(16,5,5)
#000000
(0,0,0)

Tints of #7E2D37

#7E2D37
(126,45,55)
#894049
(137,64,73)
#94535B
(148,83,91)
#9F666D
(159,102,109)
#AA797F
(170,121,127)
#B58C91
(181,140,145)
#C09FA3
(192,159,163)
#CBB2B5
(203,178,181)
#D6C5C7
(214,197,199)
#E1D8D9
(225,216,217)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E2D37; }

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

This text font color is #7E2D37.


Background Color

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

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

This div background color is #7E2D37.


Border color

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

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

This div border color is #7E2D37.


Opacity

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

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

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

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

This text has shadow with #7E2D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E2D37 on black background.


Color preview on white background

This text has color #7E2D37 on white background.



Black color preview on #7E2D37 background

This text has black color on #7E2D37 background.


White color preview on #7E2D37 background

This text has white color on #7E2D37 background.