COLOR #4E365C

HEX: #4E365C
RGB: (78,54,92)

Color info

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

RGB color model

#4E365C color RGB value is (78,54,92).

  • red value is 78;
  • green value is 54;
  • blue value is 92.
RGB:
(78,54,92)
(31%,21%,36%)

RGB channels and saturation

R 78 of 255 = 31%
G 54 of 255 = 21%
B 92 of 255 = 36%

78
54
92

R + G + B ~ 29%. #4E365C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 54 + 92 = 224 (100%)
R 78 of 224 ~ 34.82%
G 54 of 224 ~ 24.11%
B 92 of 224 ~ 41.07%

%34.82
%24.11
%41.07

CMYK color model

#4E365C color CMYK value is (15,41,0,64).

  • cyan value is 15.22%
  • magenta value is 41.30%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(15,41,0,64)
C15M41Y0K64 
(15%,41%,0%,64%)
(0.15/0.41/0.00/0.64)	

CMYK percentages

%15.22
%41.3
%0
%63.92

Codes

Color #4E365C in popluar color models

4E365C
RGB785492
HSL278°26.03%28.63%
HSB/HSV278°41.30%36.08%
CMYK15.22%41.30%0.00%
63.92%

Color #4E365C in popluar number systems.

HEX4E365C
Decimal785492
Binary10011101101101011100
Octal11666134

Shades and tints

Shades of #4E365C

#4E365C
(78,54,92)
#473254
(71,50,84)
#402E4C
(64,46,76)
#392A44
(57,42,68)
#32263C
(50,38,60)
#2B2234
(43,34,52)
#241E2C
(36,30,44)
#1D1A24
(29,26,36)
#16161C
(22,22,28)
#0F1214
(15,18,20)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #4E365C

#4E365C
(78,54,92)
#5E486A
(94,72,106)
#6E5A78
(110,90,120)
#7E6C86
(126,108,134)
#8E7E94
(142,126,148)
#9E90A2
(158,144,162)
#AEA2B0
(174,162,176)
#BEB4BE
(190,180,190)
#CEC6CC
(206,198,204)
#DED8DA
(222,216,218)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E365C color. Also use rgb(78,54,92) instead hex code.

Text Font Color

.myTextColor { color: #4E365C; }

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

This text font color is #4E365C.


Background Color

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

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

This div background color is #4E365C.


Border color

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

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

This div border color is #4E365C.


Opacity

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

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

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

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

This text has shadow with #4E365C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E365C on black background.


Color preview on white background

This text has color #4E365C on white background.



Black color preview on #4E365C background

This text has black color on #4E365C background.


White color preview on #4E365C background

This text has white color on #4E365C background.