COLOR #7E243F

HEX: #7E243F RGB: (126,36,63)

Color info

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

RGB color model

#7E243F color RGB value is (126,36,63).

RGB: (126,36,63) (49%, 14%, 25%)

RGB channels and saturation

R 126 of 255 = 49%
G 36 of 255 = 14%
B 63 of 255 = 25%

126
36
63

R + G + B ~ 29%. #7E243F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 36 + 63 = 225 (100%)
R 126 of 225 ~ 56%
G 36 of 225 ~ 16%
B 63 of 225 ~ 28'%

%56
%16
%28

CMYK color model

#7E243F color CMYK value is (0,71,50,51).

  • cyan value is 0.00%
  • magenta value is 71.43%
  • yellow value is 50.00%
  • key color value is 50.59%
CMYK: (0,71,50,51) C0M71Y50K51 (0%,71%,50%,51%) (0.00/0.71/0.50/0.51) 

CMYK percentages

%0
%71.43
%50
%50.59

Codes

Color #7E243F in popluar color models

7E 24 3F
RGB 126 36 63
HSL 342° 55.56% 31.76%
HSB/HSV 342° 71.43% 49.41%
CMYK 0.00% 71.43% 50.00%
50.59%

Color #7E243F in popluar number systems.

HEX 7E 24 3F
Decimal 126 36 63
Binary 1111110 100100 111111
Octal 176 44 77

Shades and tints

Shades of #7E243F

#7E243F
(126,36,63)
#73213A
(115,33,58)
#681E35
(104,30,53)
#5D1B30
(93,27,48)
#52182B
(82,24,43)
#471526
(71,21,38)
#3C1221
(60,18,33)
#310F1C
(49,15,28)
#260C17
(38,12,23)
#1B0912
(27,9,18)
#10060D
(16,6,13)
#000000
(0,0,0)

Tints of #7E243F

#7E243F
(126,36,63)
#893750
(137,55,80)
#944A61
(148,74,97)
#9F5D72
(159,93,114)
#AA7083
(170,112,131)
#B58394
(181,131,148)
#C096A5
(192,150,165)
#CBA9B6
(203,169,182)
#D6BCC7
(214,188,199)
#E1CFD8
(225,207,216)
#ECE2E9
(236,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E243F color. Also use rgb(126,36,63) instead hex code.

Text Font Color

.myTextColor { color: #7E243F; }

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

This text font color is #7E243F.

Background Color

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

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

This div background color is #7E243F.

Border color

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

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

This div border color is #7E243F.

Opacity

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

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

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

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

This text has shadow with #7E243F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E243F.

Preview

Color preview on black background

This text has color #7E243F on black background.


Color preview on white background

This text has color #7E243F on white background.


Black color preview on #7E243F background

This text has black color on #7E243F background.


White color preview on #7E243F background

This text has white color on #7E243F background.


Related colors

Complementary color

Complementary color for #hex is #81DBC0.


I love getcolorcode.com

Triadic colors

1 #3F7E24 and #243F7E with #7E243F are triadic colors.

2 #3F247E and #247E3F with #7E243F are triadic colors.