COLOR #7E2348

HEX: #7E2348 RGB: (126,35,72)

Color info

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

RGB color model

#7E2348 color RGB value is (126,35,72).

RGB: (126,35,72) (49%, 14%, 28%)

RGB channels and saturation

R 126 of 255 = 49%
G 35 of 255 = 14%
B 72 of 255 = 28%

126
35
72

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

Portions of RGB colors in percentages

R + G + B = 126 + 35 + 72 = 233 (100%)
R 126 of 233 ~ 54.08%
G 35 of 233 ~ 15.02%
B 72 of 233 ~ 30.9'%

%54.08
%15.02
%30.9

CMYK color model

#7E2348 color CMYK value is (0,72,43,51).

  • cyan value is 0.00%
  • magenta value is 72.22%
  • yellow value is 42.86%
  • key color value is 50.59%

CMYK: (0,72,43,51)
C0M72Y43K51 (0%, 72%, 43%, 51%)
(0.00 / 0.72 / 0.43 / 0.51)

CMYK percentages

%0
%72.22
%42.86
%50.59

Codes

Color #7E2348 in popluar color models

7E 23 48
RGB 126 35 72
HSL 336° 56.52% 31.57%
HSB/HSV 336° 72.22% 49.41%
CMYK 0.00% 72.22% 42.86%
50.59%

Color #7E2348 in popluar number systems.

HEX 7E 23 48
Decimal 126 35 72
Binary 1111110 100011 1001000
Octal 176 43 110

Shades and tints

Shades of #7E2348

#7E2348
(126,35,72)
#732042
(115,32,66)
#681D3C
(104,29,60)
#5D1A36
(93,26,54)
#521730
(82,23,48)
#47142A
(71,20,42)
#3C1124
(60,17,36)
#310E1E
(49,14,30)
#260B18
(38,11,24)
#1B0812
(27,8,18)
#10050C
(16,5,12)
#000000
(0,0,0)

Tints of #7E2348

#7E2348
(126,35,72)
#893758
(137,55,88)
#944B68
(148,75,104)
#9F5F78
(159,95,120)
#AA7388
(170,115,136)
#B58798
(181,135,152)
#C09BA8
(192,155,168)
#CBAFB8
(203,175,184)
#D6C3C8
(214,195,200)
#E1D7D8
(225,215,216)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E2348 color. Also use rgb(126,35,72) instead hex code.

Text Font Color

.myTextColor { color: #7E2348; }

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

This text font color is #7E2348.

Background Color

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

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

This div background color is #7E2348.

Border color

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

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

This div border color is #7E2348.

Opacity

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

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

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

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

This text has shadow with #7E2348 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E2348.

Preview

Color preview on black background

This text has color #7E2348 on black background.


Color preview on white background

This text has color #7E2348 on white background.


Black color preview on #7E2348 background

This text has black color on #7E2348 background.


White color preview on #7E2348 background

This text has white color on #7E2348 background.


Related colors

Complementary color

Complementary color for #hex is #81DCB7.


I love getcolorcode.com

Triadic colors

1 #487E23 and #23487E with #7E2348 are triadic colors.

2 #48237E and #237E48 with #7E2348 are triadic colors.