COLOR #4E234F

HEX: #4E234F RGB: (78,35,79)

Color info

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

RGB color model

#4E234F color RGB value is (78,35,79).

RGB: (78,35,79) (31%, 14%, 31%)

RGB channels and saturation

R 78 of 255 = 31%
G 35 of 255 = 14%
B 79 of 255 = 31%

78
35
79

R + G + B ~ 25%. #4E234F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 35 + 79 = 192 (100%)
R 78 of 192 ~ 40.63%
G 35 of 192 ~ 18.23%
B 79 of 192 ~ 41.15'%

%40.63
%18.23
%41.15

CMYK color model

#4E234F color CMYK value is (1,56,0,69).

  • cyan value is 1.27%
  • magenta value is 55.70%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (1,56,0,69)
C1M56Y0K69 (1%, 56%, 0%, 69%)
(0.01 / 0.56 / 0.00 / 0.69)

CMYK percentages

%1.27
%55.7
%0
%69.02

Codes

Color #4E234F in popluar color models

4E 23 4F
RGB 78 35 79
HSL 299° 38.60% 22.35%
HSB/HSV 299° 55.70% 30.98%
CMYK 1.27% 55.70% 0.00%
69.02%

Color #4E234F in popluar number systems.

HEX 4E 23 4F
Decimal 78 35 79
Binary 1001110 100011 1001111
Octal 116 43 117

Shades and tints

Shades of #4E234F

#4E234F
(78,35,79)
#472048
(71,32,72)
#401D41
(64,29,65)
#391A3A
(57,26,58)
#321733
(50,23,51)
#2B142C
(43,20,44)
#241125
(36,17,37)
#1D0E1E
(29,14,30)
#160B17
(22,11,23)
#0F0810
(15,8,16)
#080509
(8,5,9)
#000000
(0,0,0)

Tints of #4E234F

#4E234F
(78,35,79)
#5E375F
(94,55,95)
#6E4B6F
(110,75,111)
#7E5F7F
(126,95,127)
#8E738F
(142,115,143)
#9E879F
(158,135,159)
#AE9BAF
(174,155,175)
#BEAFBF
(190,175,191)
#CEC3CF
(206,195,207)
#DED7DF
(222,215,223)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E234F; }

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

This text font color is #4E234F.

Background Color

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

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

This div background color is #4E234F.

Border color

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

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

This div border color is #4E234F.

Opacity

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

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

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

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

This text has shadow with #4E234F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E234F.

Preview

Color preview on black background

This text has color #4E234F on black background.


Color preview on white background

This text has color #4E234F on white background.


Black color preview on #4E234F background

This text has black color on #4E234F background.


White color preview on #4E234F background

This text has white color on #4E234F background.


Related colors

Complementary color

Complementary color for #hex is #B1DCB0.


I love getcolorcode.com

Triadic colors

1 #4F4E23 and #234F4E with #4E234F are triadic colors.

2 #4F234E and #234E4F with #4E234F are triadic colors.