COLOR #4E365A

HEX: #4E365A
RGB: (78,54,90)

Color info

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

RGB color model

#4E365A color RGB value is (78,54,90).

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

RGB channels and saturation

R 78 of 255 = 31%
G 54 of 255 = 21%
B 90 of 255 = 35%

78
54
90

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

Portions of RGB colors in percentages

R + G + B =
78 + 54 + 90 = 222 (100%)
R 78 of 222 ~ 35.14%
G 54 of 222 ~ 24.32%
B 90 of 222 ~ 40.54%

%35.14
%24.32
%40.54

CMYK color model

#4E365A color CMYK value is (13,40,0,65).

  • cyan value is 13.33%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(13,40,0,65)
C13M40Y0K65 
(13%,40%,0%,65%)
(0.13/0.40/0.00/0.65)	

CMYK percentages

%13.33
%40
%0
%64.71

Codes

Color #4E365A in popluar color models

4E365A
RGB785490
HSL280°25.00%28.24%
HSB/HSV280°40.00%35.29%
CMYK13.33%40.00%0.00%
64.71%

Color #4E365A in popluar number systems.

HEX4E365A
Decimal785490
Binary10011101101101011010
Octal11666132

Shades and tints

Shades of #4E365A

#4E365A
(78,54,90)
#473252
(71,50,82)
#402E4A
(64,46,74)
#392A42
(57,42,66)
#32263A
(50,38,58)
#2B2232
(43,34,50)
#241E2A
(36,30,42)
#1D1A22
(29,26,34)
#16161A
(22,22,26)
#0F1212
(15,18,18)
#080E0A
(8,14,10)
#000000
(0,0,0)

Tints of #4E365A

#4E365A
(78,54,90)
#5E4869
(94,72,105)
#6E5A78
(110,90,120)
#7E6C87
(126,108,135)
#8E7E96
(142,126,150)
#9E90A5
(158,144,165)
#AEA2B4
(174,162,180)
#BEB4C3
(190,180,195)
#CEC6D2
(206,198,210)
#DED8E1
(222,216,225)
#EEEAF0
(238,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E365A; }

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

This text font color is #4E365A.


Background Color

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

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

This div background color is #4E365A.


Border color

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

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

This div border color is #4E365A.


Opacity

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

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

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

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

This text has shadow with #4E365A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E365A on black background.


Color preview on white background

This text has color #4E365A on white background.



Black color preview on #4E365A background

This text has black color on #4E365A background.


White color preview on #4E365A background

This text has white color on #4E365A background.