COLOR #4E235F

HEX: #4E235F RGB: (78,35,95)

Color info

#4E235F contains mainly red and blue colors. Web safe color of #4E235F is #663366 (or #636).

RGB color model

#4E235F color RGB value is (78,35,95).

RGB: (78,35,95) (31%, 14%, 37%)

RGB channels and saturation

R 78 of 255 = 31%
G 35 of 255 = 14%
B 95 of 255 = 37%

78
35
95

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

Portions of RGB colors in percentages

R + G + B = 78 + 35 + 95 = 208 (100%)
R 78 of 208 ~ 37.5%
G 35 of 208 ~ 16.83%
B 95 of 208 ~ 45.67'%

%37.5
%16.83
%45.67

CMYK color model

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

  • cyan value is 17.89%
  • magenta value is 63.16%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (18,63,0,63)
C18M63Y0K63 (18%, 63%, 0%, 63%)
(0.18 / 0.63 / 0.00 / 0.63)

CMYK percentages

%17.89
%63.16
%0
%62.75

Codes

Color #4E235F in popluar color models

4E 23 5F
RGB 78 35 95
HSL 283° 46.15% 25.49%
HSB/HSV 283° 63.16% 37.25%
CMYK 17.89% 63.16% 0.00%
62.75%

Color #4E235F in popluar number systems.

HEX 4E 23 5F
Decimal 78 35 95
Binary 1001110 100011 1011111
Octal 116 43 137

Shades and tints

Shades of #4E235F

#4E235F
(78,35,95)
#472057
(71,32,87)
#401D4F
(64,29,79)
#391A47
(57,26,71)
#32173F
(50,23,63)
#2B1437
(43,20,55)
#24112F
(36,17,47)
#1D0E27
(29,14,39)
#160B1F
(22,11,31)
#0F0817
(15,8,23)
#08050F
(8,5,15)
#000000
(0,0,0)

Tints of #4E235F

#4E235F
(78,35,95)
#5E376D
(94,55,109)
#6E4B7B
(110,75,123)
#7E5F89
(126,95,137)
#8E7397
(142,115,151)
#9E87A5
(158,135,165)
#AE9BB3
(174,155,179)
#BEAFC1
(190,175,193)
#CEC3CF
(206,195,207)
#DED7DD
(222,215,221)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E235F; }

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

This text font color is #4E235F.

Background Color

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

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

This div background color is #4E235F.

Border color

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

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

This div border color is #4E235F.

Opacity

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

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

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

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

This text has shadow with #4E235F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E235F.

Preview

Color preview on black background

This text has color #4E235F on black background.


Color preview on white background

This text has color #4E235F on white background.


Black color preview on #4E235F background

This text has black color on #4E235F background.


White color preview on #4E235F background

This text has white color on #4E235F background.


Related colors

Complementary color

Complementary color for #hex is #B1DCA0.


I love getcolorcode.com

Triadic colors

1 #5F4E23 and #235F4E with #4E235F are triadic colors.

2 #5F234E and #234E5F with #4E235F are triadic colors.