COLOR #4E364F

HEX: #4E364F
RGB: (78,54,79)

Color info

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

RGB color model

#4E364F color RGB value is (78,54,79).

  • red value is 78;
  • green value is 54;
  • blue value is 79.
RGB:
(78,54,79)
(31%,21%,31%)

RGB channels and saturation

R 78 of 255 = 31%
G 54 of 255 = 21%
B 79 of 255 = 31%

78
54
79

R + G + B ~ 28%. #4E364F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 54 + 79 = 211 (100%)
R 78 of 211 ~ 36.97%
G 54 of 211 ~ 25.59%
B 79 of 211 ~ 37.44%

%36.97
%25.59
%37.44

CMYK color model

#4E364F color CMYK value is (1,32,0,69).

  • cyan value is 1.27%
  • magenta value is 31.65%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(1,32,0,69)
C1M32Y0K69 
(1%,32%,0%,69%)
(0.01/0.32/0.00/0.69)	

CMYK percentages

%1.27
%31.65
%0
%69.02

Codes

Color #4E364F in popluar color models

4E364F
RGB785479
HSL298°18.80%26.08%
HSB/HSV298°31.65%30.98%
CMYK1.27%31.65%0.00%
69.02%

Color #4E364F in popluar number systems.

HEX4E364F
Decimal785479
Binary10011101101101001111
Octal11666117

Shades and tints

Shades of #4E364F

#4E364F
(78,54,79)
#473248
(71,50,72)
#402E41
(64,46,65)
#392A3A
(57,42,58)
#322633
(50,38,51)
#2B222C
(43,34,44)
#241E25
(36,30,37)
#1D1A1E
(29,26,30)
#161617
(22,22,23)
#0F1210
(15,18,16)
#080E09
(8,14,9)
#000000
(0,0,0)

Tints of #4E364F

#4E364F
(78,54,79)
#5E485F
(94,72,95)
#6E5A6F
(110,90,111)
#7E6C7F
(126,108,127)
#8E7E8F
(142,126,143)
#9E909F
(158,144,159)
#AEA2AF
(174,162,175)
#BEB4BF
(190,180,191)
#CEC6CF
(206,198,207)
#DED8DF
(222,216,223)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E364F; }

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

This text font color is #4E364F.


Background Color

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

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

This div background color is #4E364F.


Border color

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

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

This div border color is #4E364F.


Opacity

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

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

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

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

This text has shadow with #4E364F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E364F on black background.


Color preview on white background

This text has color #4E364F on white background.



Black color preview on #4E364F background

This text has black color on #4E364F background.


White color preview on #4E364F background

This text has white color on #4E364F background.