COLOR #4E2A59

HEX: #4E2A59
RGB: (78,42,89)

Color info

#4E2A59 contains red, green and blue colors in about the same proportion. Web safe color of #4E2A59 is #663366 (or #636).

RGB color model

#4E2A59 color RGB value is (78,42,89).

  • red value is 78;
  • green value is 42;
  • blue value is 89.
RGB:
(78,42,89)
(31%,16%,35%)

RGB channels and saturation

R 78 of 255 = 31%
G 42 of 255 = 16%
B 89 of 255 = 35%

78
42
89

R + G + B ~ 27%. #4E2A59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 42 + 89 = 209 (100%)
R 78 of 209 ~ 37.32%
G 42 of 209 ~ 20.1%
B 89 of 209 ~ 42.58%

%37.32
%20.1
%42.58

CMYK color model

#4E2A59 color CMYK value is (12,53,0,65).

  • cyan value is 12.36%
  • magenta value is 52.81%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(12,53,0,65)
C12M53Y0K65 
(12%,53%,0%,65%)
(0.12/0.53/0.00/0.65)	

CMYK percentages

%12.36
%52.81
%0
%65.1

Codes

Color #4E2A59 in popluar color models

4E2A59
RGB784289
HSL286°35.88%25.69%
HSB/HSV286°52.81%34.90%
CMYK12.36%52.81%0.00%
65.10%

Color #4E2A59 in popluar number systems.

HEX4E2A59
Decimal784289
Binary10011101010101011001
Octal11652131

Shades and tints

Shades of #4E2A59

#4E2A59
(78,42,89)
#472751
(71,39,81)
#402449
(64,36,73)
#392141
(57,33,65)
#321E39
(50,30,57)
#2B1B31
(43,27,49)
#241829
(36,24,41)
#1D1521
(29,21,33)
#161219
(22,18,25)
#0F0F11
(15,15,17)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #4E2A59

#4E2A59
(78,42,89)
#5E3D68
(94,61,104)
#6E5077
(110,80,119)
#7E6386
(126,99,134)
#8E7695
(142,118,149)
#9E89A4
(158,137,164)
#AE9CB3
(174,156,179)
#BEAFC2
(190,175,194)
#CEC2D1
(206,194,209)
#DED5E0
(222,213,224)
#EEE8EF
(238,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E2A59 color. Also use rgb(78,42,89) instead hex code.

Text Font Color

.myTextColor { color: #4E2A59; }

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

This text font color is #4E2A59.


Background Color

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

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

This div background color is #4E2A59.


Border color

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

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

This div border color is #4E2A59.


Opacity

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

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

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

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

This text has shadow with #4E2A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2A59 on black background.


Color preview on white background

This text has color #4E2A59 on white background.



Black color preview on #4E2A59 background

This text has black color on #4E2A59 background.


White color preview on #4E2A59 background

This text has white color on #4E2A59 background.