COLOR #7E2D2A

HEX: #7E2D2A
RGB: (126,45,42)

Color info

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

RGB color model

#7E2D2A color RGB value is (126,45,42).

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

RGB channels and saturation

R 126 of 255 = 49%
G 45 of 255 = 18%
B 42 of 255 = 16%

126
45
42

R + G + B ~ 28%. #7E2D2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 45 + 42 = 213 (100%)
R 126 of 213 ~ 59.15%
G 45 of 213 ~ 21.13%
B 42 of 213 ~ 19.72%

%59.15
%21.13
%19.72

CMYK color model

#7E2D2A color CMYK value is (0,64,67,51).

  • cyan value is 0.00%
  • magenta value is 64.29%
  • yellow value is 66.67%
  • key color value is 50.59%
CMYK:
(0,64,67,51)
C0M64Y67K51 
(0%,64%,67%,51%)
(0.00/0.64/0.67/0.51)	

CMYK percentages

%0
%64.29
%66.67
%50.59

Codes

Color #7E2D2A in popluar color models

7E2D2A
RGB1264542
HSL50.00%32.94%
HSB/HSV66.67%49.41%
CMYK0.00%64.29%66.67%
50.59%

Color #7E2D2A in popluar number systems.

HEX7E2D2A
Decimal1264542
Binary1111110101101101010
Octal1765552

Shades and tints

Shades of #7E2D2A

#7E2D2A
(126,45,42)
#732927
(115,41,39)
#682524
(104,37,36)
#5D2121
(93,33,33)
#521D1E
(82,29,30)
#47191B
(71,25,27)
#3C1518
(60,21,24)
#311115
(49,17,21)
#260D12
(38,13,18)
#1B090F
(27,9,15)
#10050C
(16,5,12)
#000000
(0,0,0)

Tints of #7E2D2A

#7E2D2A
(126,45,42)
#89403D
(137,64,61)
#945350
(148,83,80)
#9F6663
(159,102,99)
#AA7976
(170,121,118)
#B58C89
(181,140,137)
#C09F9C
(192,159,156)
#CBB2AF
(203,178,175)
#D6C5C2
(214,197,194)
#E1D8D5
(225,216,213)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E2D2A; }

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

This text font color is #7E2D2A.


Background Color

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

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

This div background color is #7E2D2A.


Border color

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

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

This div border color is #7E2D2A.


Opacity

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

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

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

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

This text has shadow with #7E2D2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E2D2A on black background.


Color preview on white background

This text has color #7E2D2A on white background.



Black color preview on #7E2D2A background

This text has black color on #7E2D2A background.


White color preview on #7E2D2A background

This text has white color on #7E2D2A background.