COLOR #4E235C

HEX: #4E235C
RGB: (78,35,92)

Color info

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

RGB color model

#4E235C color RGB value is (78,35,92).

  • red value is 78;
  • green value is 35;
  • blue value is 92.
RGB:
(78,35,92)
(31%,14%,36%)

RGB channels and saturation

R 78 of 255 = 31%
G 35 of 255 = 14%
B 92 of 255 = 36%

78
35
92

R + G + B ~ 27%. #4E235C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 35 + 92 = 205 (100%)
R 78 of 205 ~ 38.05%
G 35 of 205 ~ 17.07%
B 92 of 205 ~ 44.88%

%38.05
%17.07
%44.88

CMYK color model

#4E235C color CMYK value is (15,62,0,64).

  • cyan value is 15.22%
  • magenta value is 61.96%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(15,62,0,64)
C15M62Y0K64 
(15%,62%,0%,64%)
(0.15/0.62/0.00/0.64)	

CMYK percentages

%15.22
%61.96
%0
%63.92

Codes

Color #4E235C in popluar color models

4E235C
RGB783592
HSL285°44.88%24.90%
HSB/HSV285°61.96%36.08%
CMYK15.22%61.96%0.00%
63.92%

Color #4E235C in popluar number systems.

HEX4E235C
Decimal783592
Binary10011101000111011100
Octal11643134

Shades and tints

Shades of #4E235C

#4E235C
(78,35,92)
#472054
(71,32,84)
#401D4C
(64,29,76)
#391A44
(57,26,68)
#32173C
(50,23,60)
#2B1434
(43,20,52)
#24112C
(36,17,44)
#1D0E24
(29,14,36)
#160B1C
(22,11,28)
#0F0814
(15,8,20)
#08050C
(8,5,12)
#000000
(0,0,0)

Tints of #4E235C

#4E235C
(78,35,92)
#5E376A
(94,55,106)
#6E4B78
(110,75,120)
#7E5F86
(126,95,134)
#8E7394
(142,115,148)
#9E87A2
(158,135,162)
#AE9BB0
(174,155,176)
#BEAFBE
(190,175,190)
#CEC3CC
(206,195,204)
#DED7DA
(222,215,218)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E235C color. Also use rgb(78,35,92) instead hex code.

Text Font Color

.myTextColor { color: #4E235C; }

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

This text font color is #4E235C.


Background Color

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

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

This div background color is #4E235C.


Border color

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

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

This div border color is #4E235C.


Opacity

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

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

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

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

This text has shadow with #4E235C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E235C on black background.


Color preview on white background

This text has color #4E235C on white background.



Black color preview on #4E235C background

This text has black color on #4E235C background.


White color preview on #4E235C background

This text has white color on #4E235C background.