COLOR #4E3671

HEX: #4E3671
RGB: (78,54,113)

Color info

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

RGB color model

#4E3671 color RGB value is (78,54,113).

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

RGB channels and saturation

R 78 of 255 = 31%
G 54 of 255 = 21%
B 113 of 255 = 44%

78
54
113

R + G + B ~ 32%. #4E3671 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 54 + 113 = 245 (100%)
R 78 of 245 ~ 31.84%
G 54 of 245 ~ 22.04%
B 113 of 245 ~ 46.12%

%31.84
%22.04
%46.12

CMYK color model

#4E3671 color CMYK value is (31,52,0,56).

  • cyan value is 30.97%
  • magenta value is 52.21%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(31,52,0,56)
C31M52Y0K56 
(31%,52%,0%,56%)
(0.31/0.52/0.00/0.56)	

CMYK percentages

%30.97
%52.21
%0
%55.69

Codes

Color #4E3671 in popluar color models

4E3671
RGB7854113
HSL264°35.33%32.75%
HSB/HSV264°52.21%44.31%
CMYK30.97%52.21%0.00%
55.69%

Color #4E3671 in popluar number systems.

HEX4E3671
Decimal7854113
Binary10011101101101110001
Octal11666161

Shades and tints

Shades of #4E3671

#4E3671
(78,54,113)
#473267
(71,50,103)
#402E5D
(64,46,93)
#392A53
(57,42,83)
#322649
(50,38,73)
#2B223F
(43,34,63)
#241E35
(36,30,53)
#1D1A2B
(29,26,43)
#161621
(22,22,33)
#0F1217
(15,18,23)
#080E0D
(8,14,13)
#000000
(0,0,0)

Tints of #4E3671

#4E3671
(78,54,113)
#5E487D
(94,72,125)
#6E5A89
(110,90,137)
#7E6C95
(126,108,149)
#8E7EA1
(142,126,161)
#9E90AD
(158,144,173)
#AEA2B9
(174,162,185)
#BEB4C5
(190,180,197)
#CEC6D1
(206,198,209)
#DED8DD
(222,216,221)
#EEEAE9
(238,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3671; }

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

This text font color is #4E3671.


Background Color

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

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

This div background color is #4E3671.


Border color

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

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

This div border color is #4E3671.


Opacity

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

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

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

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

This text has shadow with #4E3671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3671 on black background.


Color preview on white background

This text has color #4E3671 on white background.



Black color preview on #4E3671 background

This text has black color on #4E3671 background.


White color preview on #4E3671 background

This text has white color on #4E3671 background.