COLOR #4E265F

HEX: #4E265F
RGB: (78,38,95)

Color info

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

RGB color model

#4E265F color RGB value is (78,38,95).

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

RGB channels and saturation

R 78 of 255 = 31%
G 38 of 255 = 15%
B 95 of 255 = 37%

78
38
95

R + G + B ~ 28%. #4E265F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 38 + 95 = 211 (100%)
R 78 of 211 ~ 36.97%
G 38 of 211 ~ 18.01%
B 95 of 211 ~ 45.02%

%36.97
%18.01
%45.02

CMYK color model

#4E265F color CMYK value is (18,60,0,63).

  • cyan value is 17.89%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(18,60,0,63)
C18M60Y0K63 
(18%,60%,0%,63%)
(0.18/0.60/0.00/0.63)	

CMYK percentages

%17.89
%60
%0
%62.75

Codes

Color #4E265F in popluar color models

4E265F
RGB783895
HSL282°42.86%26.08%
HSB/HSV282°60.00%37.25%
CMYK17.89%60.00%0.00%
62.75%

Color #4E265F in popluar number systems.

HEX4E265F
Decimal783895
Binary10011101001101011111
Octal11646137

Shades and tints

Shades of #4E265F

#4E265F
(78,38,95)
#472357
(71,35,87)
#40204F
(64,32,79)
#391D47
(57,29,71)
#321A3F
(50,26,63)
#2B1737
(43,23,55)
#24142F
(36,20,47)
#1D1127
(29,17,39)
#160E1F
(22,14,31)
#0F0B17
(15,11,23)
#08080F
(8,8,15)
#000000
(0,0,0)

Tints of #4E265F

#4E265F
(78,38,95)
#5E396D
(94,57,109)
#6E4C7B
(110,76,123)
#7E5F89
(126,95,137)
#8E7297
(142,114,151)
#9E85A5
(158,133,165)
#AE98B3
(174,152,179)
#BEABC1
(190,171,193)
#CEBECF
(206,190,207)
#DED1DD
(222,209,221)
#EEE4EB
(238,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E265F; }

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

This text font color is #4E265F.


Background Color

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

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

This div background color is #4E265F.


Border color

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

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

This div border color is #4E265F.


Opacity

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

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

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

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

This text has shadow with #4E265F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E265F on black background.


Color preview on white background

This text has color #4E265F on white background.



Black color preview on #4E265F background

This text has black color on #4E265F background.


White color preview on #4E265F background

This text has white color on #4E265F background.