COLOR #4E2546

HEX: #4E2546 RGB: (78,37,70)

Color info

#4E2546 contains red, green and blue colors in about the same proportion. Web safe color of #4E2546 is #663333 (or #633).

RGB color model

#4E2546 color RGB value is (78,37,70).

RGB: (78,37,70) (31%, 15%, 27%)

RGB channels and saturation

R 78 of 255 = 31%
G 37 of 255 = 15%
B 70 of 255 = 27%

78
37
70

R + G + B ~ 24%. #4E2546 is dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 37 + 70 = 185 (100%)
R 78 of 185 ~ 42.16%
G 37 of 185 ~ 20%
B 70 of 185 ~ 37.84'%

%42.16
%20
%37.84

CMYK color model

#4E2546 color CMYK value is (0,53,10,69).

  • cyan value is 0.00%
  • magenta value is 52.56%
  • yellow value is 10.26%
  • key color value is 69.41%

CMYK: (0,53,10,69)
C0M53Y10K69 (0%, 53%, 10%, 69%)
(0.00 / 0.53 / 0.10 / 0.69)

CMYK percentages

%0
%52.56
%10.26
%69.41

Codes

Color #4E2546 in popluar color models

4E 25 46
RGB 78 37 70
HSL 312° 35.65% 22.55%
HSB/HSV 312° 52.56% 30.59%
CMYK 0.00% 52.56% 10.26%
69.41%

Color #4E2546 in popluar number systems.

HEX 4E 25 46
Decimal 78 37 70
Binary 1001110 100101 1000110
Octal 116 45 106

Shades and tints

Shades of #4E2546

#4E2546
(78,37,70)
#472240
(71,34,64)
#401F3A
(64,31,58)
#391C34
(57,28,52)
#32192E
(50,25,46)
#2B1628
(43,22,40)
#241322
(36,19,34)
#1D101C
(29,16,28)
#160D16
(22,13,22)
#0F0A10
(15,10,16)
#08070A
(8,7,10)
#000000
(0,0,0)

Tints of #4E2546

#4E2546
(78,37,70)
#5E3856
(94,56,86)
#6E4B66
(110,75,102)
#7E5E76
(126,94,118)
#8E7186
(142,113,134)
#9E8496
(158,132,150)
#AE97A6
(174,151,166)
#BEAAB6
(190,170,182)
#CEBDC6
(206,189,198)
#DED0D6
(222,208,214)
#EEE3E6
(238,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E2546 color. Also use rgb(78,37,70) instead hex code.

Text Font Color

.myTextColor { color: #4E2546; }

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

This text font color is #4E2546.

Background Color

.myBgColor { background-color: #4E2546; }

<div style="background-color:#4E2546">Inner text</div>

This div background color is #4E2546.

Border color

.myBorderColor { border: 1px solid #4E2546; }

<div style="border:3px solid #4E2546">Div</div>

This div border color is #4E2546.

Opacity

.myOpacity80 { color: #4E2546; opacity: 0.8; }

<p style="color:#4E2546;opacity:0.8;">80%</p>

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

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

This text has shadow with #4E2546 color.


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

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

This text has shadow with #4E2546 primary color and red secondary color.


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

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

This text has shadow with #4E2546 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4E2546.

Preview

Color preview on black background

This text has color #4E2546 on black background.


Color preview on white background

This text has color #4E2546 on white background.


Black color preview on #4E2546 background

This text has black color on #4E2546 background.


White color preview on #4E2546 background

This text has white color on #4E2546 background.


Related colors

Complementary color

Complementary color for #hex is #B1DAB9.


I love getcolorcode.com

Triadic colors

1 #464E25 and #25464E with #4E2546 are triadic colors.

2 #46254E and #254E46 with #4E2546 are triadic colors.