COLOR #4E3E5F

HEX: #4E3E5F
RGB: (78,62,95)

Color info

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

RGB color model

#4E3E5F color RGB value is (78,62,95).

  • red value is 78;
  • green value is 62;
  • blue value is 95.
RGB:
(78,62,95)
(31%,24%,37%)

RGB channels and saturation

R 78 of 255 = 31%
G 62 of 255 = 24%
B 95 of 255 = 37%

78
62
95

R + G + B ~ 31%. #4E3E5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 62 + 95 = 235 (100%)
R 78 of 235 ~ 33.19%
G 62 of 235 ~ 26.38%
B 95 of 235 ~ 40.43%

%33.19
%26.38
%40.43

CMYK color model

#4E3E5F color CMYK value is (18,35,0,63).

  • cyan value is 17.89%
  • magenta value is 34.74%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(18,35,0,63)
C18M35Y0K63 
(18%,35%,0%,63%)
(0.18/0.35/0.00/0.63)	

CMYK percentages

%17.89
%34.74
%0
%62.75

Codes

Color #4E3E5F in popluar color models

4E3E5F
RGB786295
HSL269°21.02%30.78%
HSB/HSV269°34.74%37.25%
CMYK17.89%34.74%0.00%
62.75%

Color #4E3E5F in popluar number systems.

HEX4E3E5F
Decimal786295
Binary10011101111101011111
Octal11676137

Shades and tints

Shades of #4E3E5F

#4E3E5F
(78,62,95)
#473957
(71,57,87)
#40344F
(64,52,79)
#392F47
(57,47,71)
#322A3F
(50,42,63)
#2B2537
(43,37,55)
#24202F
(36,32,47)
#1D1B27
(29,27,39)
#16161F
(22,22,31)
#0F1117
(15,17,23)
#080C0F
(8,12,15)
#000000
(0,0,0)

Tints of #4E3E5F

#4E3E5F
(78,62,95)
#5E4F6D
(94,79,109)
#6E607B
(110,96,123)
#7E7189
(126,113,137)
#8E8297
(142,130,151)
#9E93A5
(158,147,165)
#AEA4B3
(174,164,179)
#BEB5C1
(190,181,193)
#CEC6CF
(206,198,207)
#DED7DD
(222,215,221)
#EEE8EB
(238,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3E5F color. Also use rgb(78,62,95) instead hex code.

Text Font Color

.myTextColor { color: #4E3E5F; }

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

This text font color is #4E3E5F.


Background Color

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

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

This div background color is #4E3E5F.


Border color

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

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

This div border color is #4E3E5F.


Opacity

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

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

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

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

This text has shadow with #4E3E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3E5F on black background.


Color preview on white background

This text has color #4E3E5F on white background.



Black color preview on #4E3E5F background

This text has black color on #4E3E5F background.


White color preview on #4E3E5F background

This text has white color on #4E3E5F background.