COLOR #4E3B64

HEX: #4E3B64
RGB: (78,59,100)

Color info

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

RGB color model

#4E3B64 color RGB value is (78,59,100).

  • red value is 78;
  • green value is 59;
  • blue value is 100.
RGB:
(78,59,100)
(31%,23%,39%)

RGB channels and saturation

R 78 of 255 = 31%
G 59 of 255 = 23%
B 100 of 255 = 39%

78
59
100

R + G + B ~ 31%. #4E3B64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 59 + 100 = 237 (100%)
R 78 of 237 ~ 32.91%
G 59 of 237 ~ 24.89%
B 100 of 237 ~ 42.19%

%32.91
%24.89
%42.19

CMYK color model

#4E3B64 color CMYK value is (22,41,0,61).

  • cyan value is 22.00%
  • magenta value is 41.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(22,41,0,61)
C22M41Y0K61 
(22%,41%,0%,61%)
(0.22/0.41/0.00/0.61)	

CMYK percentages

%22
%41
%0
%60.78

Codes

Color #4E3B64 in popluar color models

4E3B64
RGB7859100
HSL268°25.79%31.18%
HSB/HSV268°41.00%39.22%
CMYK22.00%41.00%0.00%
60.78%

Color #4E3B64 in popluar number systems.

HEX4E3B64
Decimal7859100
Binary10011101110111100100
Octal11673144

Shades and tints

Shades of #4E3B64

#4E3B64
(78,59,100)
#47365B
(71,54,91)
#403152
(64,49,82)
#392C49
(57,44,73)
#322740
(50,39,64)
#2B2237
(43,34,55)
#241D2E
(36,29,46)
#1D1825
(29,24,37)
#16131C
(22,19,28)
#0F0E13
(15,14,19)
#08090A
(8,9,10)
#000000
(0,0,0)

Tints of #4E3B64

#4E3B64
(78,59,100)
#5E4C72
(94,76,114)
#6E5D80
(110,93,128)
#7E6E8E
(126,110,142)
#8E7F9C
(142,127,156)
#9E90AA
(158,144,170)
#AEA1B8
(174,161,184)
#BEB2C6
(190,178,198)
#CEC3D4
(206,195,212)
#DED4E2
(222,212,226)
#EEE5F0
(238,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3B64 color. Also use rgb(78,59,100) instead hex code.

Text Font Color

.myTextColor { color: #4E3B64; }

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

This text font color is #4E3B64.


Background Color

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

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

This div background color is #4E3B64.


Border color

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

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

This div border color is #4E3B64.


Opacity

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

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

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

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

This text has shadow with #4E3B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3B64 on black background.


Color preview on white background

This text has color #4E3B64 on white background.



Black color preview on #4E3B64 background

This text has black color on #4E3B64 background.


White color preview on #4E3B64 background

This text has white color on #4E3B64 background.