COLOR #4E354D

HEX: #4E354D RGB: (78,53,77)

Color info

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

RGB color model

#4E354D color RGB value is (78,53,77).

RGB: (78,53,77) (31%, 21%, 30%)

RGB channels and saturation

R 78 of 255 = 31%
G 53 of 255 = 21%
B 77 of 255 = 30%

78
53
77

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

Portions of RGB colors in percentages

R + G + B = 78 + 53 + 77 = 208 (100%)
R 78 of 208 ~ 37.5%
G 53 of 208 ~ 25.48%
B 77 of 208 ~ 37.02'%

%37.5
%25.48
%37.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.05%
  • yellow value is 1.28%
  • key color value is 69.41%

CMYK: (0,32,1,69)
C0M32Y1K69 (0%, 32%, 1%, 69%)
(0.00 / 0.32 / 0.01 / 0.69)

CMYK percentages

%0
%32.05
%1.28
%69.41

Codes

Color #4E354D in popluar color models

4E 35 4D
RGB 78 53 77
HSL 302° 19.08% 25.69%
HSB/HSV 302° 32.05% 30.59%
CMYK 0.00% 32.05% 1.28%
69.41%

Color #4E354D in popluar number systems.

HEX 4E 35 4D
Decimal 78 53 77
Binary 1001110 110101 1001101
Octal 116 65 115

Shades and tints

Shades of #4E354D

#4E354D
(78,53,77)
#473146
(71,49,70)
#402D3F
(64,45,63)
#392938
(57,41,56)
#322531
(50,37,49)
#2B212A
(43,33,42)
#241D23
(36,29,35)
#1D191C
(29,25,28)
#161515
(22,21,21)
#0F110E
(15,17,14)
#080D07
(8,13,7)
#000000
(0,0,0)

Tints of #4E354D

#4E354D
(78,53,77)
#5E475D
(94,71,93)
#6E596D
(110,89,109)
#7E6B7D
(126,107,125)
#8E7D8D
(142,125,141)
#9E8F9D
(158,143,157)
#AEA1AD
(174,161,173)
#BEB3BD
(190,179,189)
#CEC5CD
(206,197,205)
#DED7DD
(222,215,221)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E354D; }

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

This text font color is #4E354D.

Background Color

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

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

This div background color is #4E354D.

Border color

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

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

This div border color is #4E354D.

Opacity

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

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

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

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

This text has shadow with #4E354D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E354D.

Preview

Color preview on black background

This text has color #4E354D on black background.


Color preview on white background

This text has color #4E354D on white background.


Black color preview on #4E354D background

This text has black color on #4E354D background.


White color preview on #4E354D background

This text has white color on #4E354D background.


Related colors

Complementary color

Complementary color for #hex is #B1CAB2.


I love getcolorcode.com

Triadic colors

1 #4D4E35 and #354D4E with #4E354D are triadic colors.

2 #4D354E and #354E4D with #4E354D are triadic colors.