COLOR #7E2A27

HEX: #7E2A27
RGB: (126,42,39)

Color info

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

RGB color model

#7E2A27 color RGB value is (126,42,39).

  • red value is 126;
  • green value is 42;
  • blue value is 39.
RGB:
(126,42,39)
(49%,16%,15%)

RGB channels and saturation

R 126 of 255 = 49%
G 42 of 255 = 16%
B 39 of 255 = 15%

126
42
39

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

Portions of RGB colors in percentages

R + G + B =
126 + 42 + 39 = 207 (100%)
R 126 of 207 ~ 60.87%
G 42 of 207 ~ 20.29%
B 39 of 207 ~ 18.84%

%60.87
%20.29
%18.84

CMYK color model

#7E2A27 color CMYK value is (0,67,69,51).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 69.05%
  • key color value is 50.59%
CMYK:
(0,67,69,51)
C0M67Y69K51 
(0%,67%,69%,51%)
(0.00/0.67/0.69/0.51)	

CMYK percentages

%0
%66.67
%69.05
%50.59

Codes

Color #7E2A27 in popluar color models

7E2A27
RGB1264239
HSL52.73%32.35%
HSB/HSV69.05%49.41%
CMYK0.00%66.67%69.05%
50.59%

Color #7E2A27 in popluar number systems.

HEX7E2A27
Decimal1264239
Binary1111110101010100111
Octal1765247

Shades and tints

Shades of #7E2A27

#7E2A27
(126,42,39)
#732724
(115,39,36)
#682421
(104,36,33)
#5D211E
(93,33,30)
#521E1B
(82,30,27)
#471B18
(71,27,24)
#3C1815
(60,24,21)
#311512
(49,21,18)
#26120F
(38,18,15)
#1B0F0C
(27,15,12)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #7E2A27

#7E2A27
(126,42,39)
#893D3A
(137,61,58)
#94504D
(148,80,77)
#9F6360
(159,99,96)
#AA7673
(170,118,115)
#B58986
(181,137,134)
#C09C99
(192,156,153)
#CBAFAC
(203,175,172)
#D6C2BF
(214,194,191)
#E1D5D2
(225,213,210)
#ECE8E5
(236,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E2A27 color. Also use rgb(126,42,39) instead hex code.

Text Font Color

.myTextColor { color: #7E2A27; }

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

This text font color is #7E2A27.


Background Color

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

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

This div background color is #7E2A27.


Border color

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

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

This div border color is #7E2A27.


Opacity

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

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

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

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

This text has shadow with #7E2A27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E2A27 on black background.


Color preview on white background

This text has color #7E2A27 on white background.



Black color preview on #7E2A27 background

This text has black color on #7E2A27 background.


White color preview on #7E2A27 background

This text has white color on #7E2A27 background.