COLOR #4E3359

HEX: #4E3359 RGB: (78,51,89)

Color info

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

RGB color model

#4E3359 color RGB value is (78,51,89).

RGB: (78,51,89) (31%, 20%, 35%)

RGB channels and saturation

R 78 of 255 = 31%
G 51 of 255 = 20%
B 89 of 255 = 35%

78
51
89

R + G + B ~ 29%. #4E3359 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 51 + 89 = 218 (100%)
R 78 of 218 ~ 35.78%
G 51 of 218 ~ 23.39%
B 89 of 218 ~ 40.83'%

%35.78
%23.39
%40.83

CMYK color model

#4E3359 color CMYK value is (12,43,0,65).

  • cyan value is 12.36%
  • magenta value is 42.70%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (12,43,0,65)
C12M43Y0K65 (12%, 43%, 0%, 65%)
(0.12 / 0.43 / 0.00 / 0.65)

CMYK percentages

%12.36
%42.7
%0
%65.1

Codes

Color #4E3359 in popluar color models

4E 33 59
RGB 78 51 89
HSL 283° 27.14% 27.45%
HSB/HSV 283° 42.70% 34.90%
CMYK 12.36% 42.70% 0.00%
65.10%

Color #4E3359 in popluar number systems.

HEX 4E 33 59
Decimal 78 51 89
Binary 1001110 110011 1011001
Octal 116 63 131

Shades and tints

Shades of #4E3359

#4E3359
(78,51,89)
#472F51
(71,47,81)
#402B49
(64,43,73)
#392741
(57,39,65)
#322339
(50,35,57)
#2B1F31
(43,31,49)
#241B29
(36,27,41)
#1D1721
(29,23,33)
#161319
(22,19,25)
#0F0F11
(15,15,17)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #4E3359

#4E3359
(78,51,89)
#5E4568
(94,69,104)
#6E5777
(110,87,119)
#7E6986
(126,105,134)
#8E7B95
(142,123,149)
#9E8DA4
(158,141,164)
#AE9FB3
(174,159,179)
#BEB1C2
(190,177,194)
#CEC3D1
(206,195,209)
#DED5E0
(222,213,224)
#EEE7EF
(238,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3359 color. Also use rgb(78,51,89) instead hex code.

Text Font Color

.myTextColor { color: #4E3359; }

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

This text font color is #4E3359.

Background Color

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

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

This div background color is #4E3359.

Border color

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

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

This div border color is #4E3359.

Opacity

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

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

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

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

This text has shadow with #4E3359 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E3359.

Preview

Color preview on black background

This text has color #4E3359 on black background.


Color preview on white background

This text has color #4E3359 on white background.


Black color preview on #4E3359 background

This text has black color on #4E3359 background.


White color preview on #4E3359 background

This text has white color on #4E3359 background.


Related colors

Complementary color

Complementary color for #hex is #B1CCA6.


I love getcolorcode.com

Triadic colors

1 #594E33 and #33594E with #4E3359 are triadic colors.

2 #59334E and #334E59 with #4E3359 are triadic colors.