COLOR #4E3C6A

HEX: #4E3C6A RGB: (78,60,106)

Color info

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

RGB color model

#4E3C6A color RGB value is (78,60,106).

RGB: (78,60,106) (31%, 24%, 42%)

RGB channels and saturation

R 78 of 255 = 31%
G 60 of 255 = 24%
B 106 of 255 = 42%

78
60
106

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

Portions of RGB colors in percentages

R + G + B = 78 + 60 + 106 = 244 (100%)
R 78 of 244 ~ 31.97%
G 60 of 244 ~ 24.59%
B 106 of 244 ~ 43.44'%

%31.97
%24.59
%43.44

CMYK color model

#4E3C6A color CMYK value is (26,43,0,58).

  • cyan value is 26.42%
  • magenta value is 43.40%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (26,43,0,58)
C26M43Y0K58 (26%, 43%, 0%, 58%)
(0.26 / 0.43 / 0.00 / 0.58)

CMYK percentages

%26.42
%43.4
%0
%58.43

Codes

Color #4E3C6A in popluar color models

4E 3C 6A
RGB 78 60 106
HSL 263° 27.71% 32.55%
HSB/HSV 263° 43.40% 41.57%
CMYK 26.42% 43.40% 0.00%
58.43%

Color #4E3C6A in popluar number systems.

HEX 4E 3C 6A
Decimal 78 60 106
Binary 1001110 111100 1101010
Octal 116 74 152

Shades and tints

Shades of #4E3C6A

#4E3C6A
(78,60,106)
#473761
(71,55,97)
#403258
(64,50,88)
#392D4F
(57,45,79)
#322846
(50,40,70)
#2B233D
(43,35,61)
#241E34
(36,30,52)
#1D192B
(29,25,43)
#161422
(22,20,34)
#0F0F19
(15,15,25)
#080A10
(8,10,16)
#000000
(0,0,0)

Tints of #4E3C6A

#4E3C6A
(78,60,106)
#5E4D77
(94,77,119)
#6E5E84
(110,94,132)
#7E6F91
(126,111,145)
#8E809E
(142,128,158)
#9E91AB
(158,145,171)
#AEA2B8
(174,162,184)
#BEB3C5
(190,179,197)
#CEC4D2
(206,196,210)
#DED5DF
(222,213,223)
#EEE6EC
(238,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3C6A color. Also use rgb(78,60,106) instead hex code.

Text Font Color

.myTextColor { color: #4E3C6A; }

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

This text font color is #4E3C6A.

Background Color

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

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

This div background color is #4E3C6A.

Border color

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

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

This div border color is #4E3C6A.

Opacity

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

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

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

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

This text has shadow with #4E3C6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E3C6A.

Preview

Color preview on black background

This text has color #4E3C6A on black background.


Color preview on white background

This text has color #4E3C6A on white background.


Black color preview on #4E3C6A background

This text has black color on #4E3C6A background.


White color preview on #4E3C6A background

This text has white color on #4E3C6A background.


Related colors

Complementary color

Complementary color for #hex is #B1C395.


I love getcolorcode.com

Triadic colors

1 #6A4E3C and #3C6A4E with #4E3C6A are triadic colors.

2 #6A3C4E and #3C4E6A with #4E3C6A are triadic colors.