COLOR #4E3D6F

HEX: #4E3D6F RGB: (78,61,111)

Color info

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

RGB color model

#4E3D6F color RGB value is (78,61,111).

RGB: (78,61,111) (31%, 24%, 44%)

RGB channels and saturation

R 78 of 255 = 31%
G 61 of 255 = 24%
B 111 of 255 = 44%

78
61
111

R + G + B ~ 33%. #4E3D6F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 61 + 111 = 250 (100%)
R 78 of 250 ~ 31.2%
G 61 of 250 ~ 24.4%
B 111 of 250 ~ 44.4'%

%31.2
%24.4
%44.4

CMYK color model

#4E3D6F color CMYK value is (30,45,0,56).

  • cyan value is 29.73%
  • magenta value is 45.05%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (30,45,0,56)
C30M45Y0K56 (30%, 45%, 0%, 56%)
(0.30 / 0.45 / 0.00 / 0.56)

CMYK percentages

%29.73
%45.05
%0
%56.47

Codes

Color #4E3D6F in popluar color models

4E 3D 6F
RGB 78 61 111
HSL 260° 29.07% 33.73%
HSB/HSV 260° 45.05% 43.53%
CMYK 29.73% 45.05% 0.00%
56.47%

Color #4E3D6F in popluar number systems.

HEX 4E 3D 6F
Decimal 78 61 111
Binary 1001110 111101 1101111
Octal 116 75 157

Shades and tints

Shades of #4E3D6F

#4E3D6F
(78,61,111)
#473865
(71,56,101)
#40335B
(64,51,91)
#392E51
(57,46,81)
#322947
(50,41,71)
#2B243D
(43,36,61)
#241F33
(36,31,51)
#1D1A29
(29,26,41)
#16151F
(22,21,31)
#0F1015
(15,16,21)
#080B0B
(8,11,11)
#000000
(0,0,0)

Tints of #4E3D6F

#4E3D6F
(78,61,111)
#5E4E7C
(94,78,124)
#6E5F89
(110,95,137)
#7E7096
(126,112,150)
#8E81A3
(142,129,163)
#9E92B0
(158,146,176)
#AEA3BD
(174,163,189)
#BEB4CA
(190,180,202)
#CEC5D7
(206,197,215)
#DED6E4
(222,214,228)
#EEE7F1
(238,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3D6F; }

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

This text font color is #4E3D6F.

Background Color

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

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

This div background color is #4E3D6F.

Border color

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

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

This div border color is #4E3D6F.

Opacity

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

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

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

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

This text has shadow with #4E3D6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E3D6F.

Preview

Color preview on black background

This text has color #4E3D6F on black background.


Color preview on white background

This text has color #4E3D6F on white background.


Black color preview on #4E3D6F background

This text has black color on #4E3D6F background.


White color preview on #4E3D6F background

This text has white color on #4E3D6F background.


Related colors

Complementary color

Complementary color for #hex is #B1C290.


I love getcolorcode.com

Triadic colors

1 #6F4E3D and #3D6F4E with #4E3D6F are triadic colors.

2 #6F3D4E and #3D4E6F with #4E3D6F are triadic colors.