COLOR #4E2547

HEX: #4E2547
RGB: (78,37,71)

Color info

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

RGB color model

#4E2547 color RGB value is (78,37,71).

  • red value is 78;
  • green value is 37;
  • blue value is 71.
RGB:
(78,37,71)
(31%,15%,28%)

RGB channels and saturation

R 78 of 255 = 31%
G 37 of 255 = 15%
B 71 of 255 = 28%

78
37
71

R + G + B ~ 25%. #4E2547 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 37 + 71 = 186 (100%)
R 78 of 186 ~ 41.94%
G 37 of 186 ~ 19.89%
B 71 of 186 ~ 38.17%

%41.94
%19.89
%38.17

CMYK color model

#4E2547 color CMYK value is (0,53,9,69).

  • cyan value is 0.00%
  • magenta value is 52.56%
  • yellow value is 8.97%
  • key color value is 69.41%
CMYK:
(0,53,9,69)
C0M53Y9K69 
(0%,53%,9%,69%)
(0.00/0.53/0.09/0.69)	

CMYK percentages

%0
%52.56
%8.97
%69.41

Codes

Color #4E2547 in popluar color models

4E2547
RGB783771
HSL310°35.65%22.55%
HSB/HSV310°52.56%30.59%
CMYK0.00%52.56%8.97%
69.41%

Color #4E2547 in popluar number systems.

HEX4E2547
Decimal783771
Binary10011101001011000111
Octal11645107

Shades and tints

Shades of #4E2547

#4E2547
(78,37,71)
#472241
(71,34,65)
#401F3B
(64,31,59)
#391C35
(57,28,53)
#32192F
(50,25,47)
#2B1629
(43,22,41)
#241323
(36,19,35)
#1D101D
(29,16,29)
#160D17
(22,13,23)
#0F0A11
(15,10,17)
#08070B
(8,7,11)
#000000
(0,0,0)

Tints of #4E2547

#4E2547
(78,37,71)
#5E3857
(94,56,87)
#6E4B67
(110,75,103)
#7E5E77
(126,94,119)
#8E7187
(142,113,135)
#9E8497
(158,132,151)
#AE97A7
(174,151,167)
#BEAAB7
(190,170,183)
#CEBDC7
(206,189,199)
#DED0D7
(222,208,215)
#EEE3E7
(238,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E2547; }

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

This text font color is #4E2547.


Background Color

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

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

This div background color is #4E2547.


Border color

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

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

This div border color is #4E2547.


Opacity

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

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

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

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

This text has shadow with #4E2547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2547 on black background.


Color preview on white background

This text has color #4E2547 on white background.



Black color preview on #4E2547 background

This text has black color on #4E2547 background.


White color preview on #4E2547 background

This text has white color on #4E2547 background.