COLOR #4E3D5A

HEX: #4E3D5A
RGB: (78,61,90)

Color info

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

RGB color model

#4E3D5A color RGB value is (78,61,90).

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

RGB channels and saturation

R 78 of 255 = 31%
G 61 of 255 = 24%
B 90 of 255 = 35%

78
61
90

R + G + B ~ 30%. #4E3D5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 61 + 90 = 229 (100%)
R 78 of 229 ~ 34.06%
G 61 of 229 ~ 26.64%
B 90 of 229 ~ 39.3%

%34.06
%26.64
%39.3

CMYK color model

#4E3D5A color CMYK value is (13,32,0,65).

  • cyan value is 13.33%
  • magenta value is 32.22%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(13,32,0,65)
C13M32Y0K65 
(13%,32%,0%,65%)
(0.13/0.32/0.00/0.65)	

CMYK percentages

%13.33
%32.22
%0
%64.71

Codes

Color #4E3D5A in popluar color models

4E3D5A
RGB786190
HSL275°19.21%29.61%
HSB/HSV275°32.22%35.29%
CMYK13.33%32.22%0.00%
64.71%

Color #4E3D5A in popluar number systems.

HEX4E3D5A
Decimal786190
Binary10011101111011011010
Octal11675132

Shades and tints

Shades of #4E3D5A

#4E3D5A
(78,61,90)
#473852
(71,56,82)
#40334A
(64,51,74)
#392E42
(57,46,66)
#32293A
(50,41,58)
#2B2432
(43,36,50)
#241F2A
(36,31,42)
#1D1A22
(29,26,34)
#16151A
(22,21,26)
#0F1012
(15,16,18)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #4E3D5A

#4E3D5A
(78,61,90)
#5E4E69
(94,78,105)
#6E5F78
(110,95,120)
#7E7087
(126,112,135)
#8E8196
(142,129,150)
#9E92A5
(158,146,165)
#AEA3B4
(174,163,180)
#BEB4C3
(190,180,195)
#CEC5D2
(206,197,210)
#DED6E1
(222,214,225)
#EEE7F0
(238,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3D5A; }

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

This text font color is #4E3D5A.


Background Color

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

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

This div background color is #4E3D5A.


Border color

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

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

This div border color is #4E3D5A.


Opacity

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

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

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

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

This text has shadow with #4E3D5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3D5A on black background.


Color preview on white background

This text has color #4E3D5A on white background.



Black color preview on #4E3D5A background

This text has black color on #4E3D5A background.


White color preview on #4E3D5A background

This text has white color on #4E3D5A background.