COLOR #4E3D7C

HEX: #4E3D7C
RGB: (78,61,124)

Color info

#4E3D7C contains mainly red and blue colors. Web safe color of #4E3D7C is #663366 (or #636).

RGB color model

#4E3D7C color RGB value is (78,61,124).

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

RGB channels and saturation

R 78 of 255 = 31%
G 61 of 255 = 24%
B 124 of 255 = 49%

78
61
124

R + G + B ~ 35%. #4E3D7C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 61 + 124 = 263 (100%)
R 78 of 263 ~ 29.66%
G 61 of 263 ~ 23.19%
B 124 of 263 ~ 47.15%

%29.66
%23.19
%47.15

CMYK color model

#4E3D7C color CMYK value is (37,51,0,51).

  • cyan value is 37.10%
  • magenta value is 50.81%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK: (37,51,0,51) C37M51Y0K51 (37%,51%,0%,51%) (0.37/0.51/0.00/0.51)

CMYK percentages

%37.1
%50.81
%0
%51.37

Codes

Color #4E3D7C in popluar color models

4E3D7C
RGB7861124
HSL256°34.05%36.27%
HSB/HSV256°50.81%48.63%
CMYK37.10%50.81%0.00%
51.37%

Color #4E3D7C in popluar number systems.

HEX4E3D7C
Decimal7861124
Binary10011101111011111100
Octal11675174

Shades and tints

Shades of #4E3D7C

#4E3D7C
(78,61,124)
#473871
(71,56,113)
#403366
(64,51,102)
#392E5B
(57,46,91)
#322950
(50,41,80)
#2B2445
(43,36,69)
#241F3A
(36,31,58)
#1D1A2F
(29,26,47)
#161524
(22,21,36)
#0F1019
(15,16,25)
#080B0E
(8,11,14)
#000000
(0,0,0)

Tints of #4E3D7C

#4E3D7C
(78,61,124)
#5E4E87
(94,78,135)
#6E5F92
(110,95,146)
#7E709D
(126,112,157)
#8E81A8
(142,129,168)
#9E92B3
(158,146,179)
#AEA3BE
(174,163,190)
#BEB4C9
(190,180,201)
#CEC5D4
(206,197,212)
#DED6DF
(222,214,223)
#EEE7EA
(238,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3D7C; }

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

This text font color is #4E3D7C.


Background Color

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

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

This div background color is #4E3D7C.


Border color

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

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

This div border color is #4E3D7C.


Opacity

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

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

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

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

This text has shadow with #4E3D7C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4E3D7C on black background.


Color preview on white background

This text has color #4E3D7C on white background.



Black color preview on #4E3D7C background

This text has black color on #4E3D7C background.


White color preview on #4E3D7C background

This text has white color on #4E3D7C background.