COLOR #4E334D

HEX: #4E334D
RGB: (78,51,77)

Color info

#4E334D contains red, green and blue colors in about the same proportion. Web safe color of #4E334D is #663333 (or #633).

RGB color model

#4E334D color RGB value is (78,51,77).

  • red value is 78;
  • green value is 51;
  • blue value is 77.
RGB:
(78,51,77)
(31%,20%,30%)

RGB channels and saturation

R 78 of 255 = 31%
G 51 of 255 = 20%
B 77 of 255 = 30%

78
51
77

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

Portions of RGB colors in percentages

R + G + B =
78 + 51 + 77 = 206 (100%)
R 78 of 206 ~ 37.86%
G 51 of 206 ~ 24.76%
B 77 of 206 ~ 37.38%

%37.86
%24.76
%37.38

CMYK color model

#4E334D color CMYK value is (0,35,1,69).

  • cyan value is 0.00%
  • magenta value is 34.62%
  • yellow value is 1.28%
  • key color value is 69.41%
CMYK:
(0,35,1,69)
C0M35Y1K69 
(0%,35%,1%,69%)
(0.00/0.35/0.01/0.69)	

CMYK percentages

%0
%34.62
%1.28
%69.41

Codes

Color #4E334D in popluar color models

4E334D
RGB785177
HSL302°20.93%25.29%
HSB/HSV302°34.62%30.59%
CMYK0.00%34.62%1.28%
69.41%

Color #4E334D in popluar number systems.

HEX4E334D
Decimal785177
Binary10011101100111001101
Octal11663115

Shades and tints

Shades of #4E334D

#4E334D
(78,51,77)
#472F46
(71,47,70)
#402B3F
(64,43,63)
#392738
(57,39,56)
#322331
(50,35,49)
#2B1F2A
(43,31,42)
#241B23
(36,27,35)
#1D171C
(29,23,28)
#161315
(22,19,21)
#0F0F0E
(15,15,14)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #4E334D

#4E334D
(78,51,77)
#5E455D
(94,69,93)
#6E576D
(110,87,109)
#7E697D
(126,105,125)
#8E7B8D
(142,123,141)
#9E8D9D
(158,141,157)
#AE9FAD
(174,159,173)
#BEB1BD
(190,177,189)
#CEC3CD
(206,195,205)
#DED5DD
(222,213,221)
#EEE7ED
(238,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E334D; }

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

This text font color is #4E334D.


Background Color

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

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

This div background color is #4E334D.


Border color

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

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

This div border color is #4E334D.


Opacity

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

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

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

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

This text has shadow with #4E334D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E334D on black background.


Color preview on white background

This text has color #4E334D on white background.



Black color preview on #4E334D background

This text has black color on #4E334D background.


White color preview on #4E334D background

This text has white color on #4E334D background.