COLOR #4E435D

HEX: #4E435D RGB: (78,67,93)

Color info

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

RGB color model

#4E435D color RGB value is (78,67,93).

RGB: (78,67,93) (31%, 26%, 36%)

RGB channels and saturation

R 78 of 255 = 31%
G 67 of 255 = 26%
B 93 of 255 = 36%

78
67
93

R + G + B ~ 31%. #4E435D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 67 + 93 = 238 (100%)
R 78 of 238 ~ 32.77%
G 67 of 238 ~ 28.15%
B 93 of 238 ~ 39.08'%

%32.77
%28.15
%39.08

CMYK color model

#4E435D color CMYK value is (16,28,0,64).

  • cyan value is 16.13%
  • magenta value is 27.96%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK: (16,28,0,64) C16M28Y0K64 (16%,28%,0%,64%) (0.16/0.28/0.00/0.64) 

CMYK percentages

%16.13
%27.96
%0
%63.53

Codes

Color #4E435D in popluar color models

4E 43 5D
RGB 78 67 93
HSL 265° 16.25% 31.37%
HSB/HSV 265° 27.96% 36.47%
CMYK 16.13% 27.96% 0.00%
63.53%

Color #4E435D in popluar number systems.

HEX 4E 43 5D
Decimal 78 67 93
Binary 1001110 1000011 1011101
Octal 116 103 135

Shades and tints

Shades of #4E435D

#4E435D
(78,67,93)
#473D55
(71,61,85)
#40374D
(64,55,77)
#393145
(57,49,69)
#322B3D
(50,43,61)
#2B2535
(43,37,53)
#241F2D
(36,31,45)
#1D1925
(29,25,37)
#16131D
(22,19,29)
#0F0D15
(15,13,21)
#08070D
(8,7,13)
#000000
(0,0,0)

Tints of #4E435D

#4E435D
(78,67,93)
#5E546B
(94,84,107)
#6E6579
(110,101,121)
#7E7687
(126,118,135)
#8E8795
(142,135,149)
#9E98A3
(158,152,163)
#AEA9B1
(174,169,177)
#BEBABF
(190,186,191)
#CECBCD
(206,203,205)
#DEDCDB
(222,220,219)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E435D color. Also use rgb(78,67,93) instead hex code.

Text Font Color

.myTextColor { color: #4E435D; }

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

This text font color is #4E435D.

Background Color

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

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

This div background color is #4E435D.

Border color

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

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

This div border color is #4E435D.

Opacity

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

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

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

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

This text has shadow with #4E435D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E435D.

Preview

Color preview on black background

This text has color #4E435D on black background.


Color preview on white background

This text has color #4E435D on white background.


Black color preview on #4E435D background

This text has black color on #4E435D background.


White color preview on #4E435D background

This text has white color on #4E435D background.


Related colors

Complementary color

Complementary color for #hex is #B1BCA2.


I love getcolorcode.com

Triadic colors

1 #5D4E43 and #435D4E with #4E435D are triadic colors.

2 #5D434E and #434E5D with #4E435D are triadic colors.