COLOR #4E323D

HEX: #4E323D RGB: (78,50,61)

Color info

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

RGB color model

#4E323D color RGB value is (78,50,61).

RGB: (78,50,61) (31%, 20%, 24%)

RGB channels and saturation

R 78 of 255 = 31%
G 50 of 255 = 20%
B 61 of 255 = 24%

78
50
61

R + G + B ~ 25%. #4E323D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 50 + 61 = 189 (100%)
R 78 of 189 ~ 41.27%
G 50 of 189 ~ 26.46%
B 61 of 189 ~ 32.28'%

%41.27
%26.46
%32.28

CMYK color model

#4E323D color CMYK value is (0,36,22,69).

  • cyan value is 0.00%
  • magenta value is 35.90%
  • yellow value is 21.79%
  • key color value is 69.41%

CMYK: (0,36,22,69)
C0M36Y22K69 (0%, 36%, 22%, 69%)
(0.00 / 0.36 / 0.22 / 0.69)

CMYK percentages

%0
%35.9
%21.79
%69.41

Codes

Color #4E323D in popluar color models

4E 32 3D
RGB 78 50 61
HSL 336° 21.88% 25.10%
HSB/HSV 336° 35.90% 30.59%
CMYK 0.00% 35.90% 21.79%
69.41%

Color #4E323D in popluar number systems.

HEX 4E 32 3D
Decimal 78 50 61
Binary 1001110 110010 111101
Octal 116 62 75

Shades and tints

Shades of #4E323D

#4E323D
(78,50,61)
#472E38
(71,46,56)
#402A33
(64,42,51)
#39262E
(57,38,46)
#322229
(50,34,41)
#2B1E24
(43,30,36)
#241A1F
(36,26,31)
#1D161A
(29,22,26)
#161215
(22,18,21)
#0F0E10
(15,14,16)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #4E323D

#4E323D
(78,50,61)
#5E444E
(94,68,78)
#6E565F
(110,86,95)
#7E6870
(126,104,112)
#8E7A81
(142,122,129)
#9E8C92
(158,140,146)
#AE9EA3
(174,158,163)
#BEB0B4
(190,176,180)
#CEC2C5
(206,194,197)
#DED4D6
(222,212,214)
#EEE6E7
(238,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E323D color. Also use rgb(78,50,61) instead hex code.

Text Font Color

.myTextColor { color: #4E323D; }

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

This text font color is #4E323D.

Background Color

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

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

This div background color is #4E323D.

Border color

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

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

This div border color is #4E323D.

Opacity

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

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

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

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

This text has shadow with #4E323D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E323D.

Preview

Color preview on black background

This text has color #4E323D on black background.


Color preview on white background

This text has color #4E323D on white background.


Black color preview on #4E323D background

This text has black color on #4E323D background.


White color preview on #4E323D background

This text has white color on #4E323D background.


Related colors

Complementary color

Complementary color for #hex is #B1CDC2.


I love getcolorcode.com

Triadic colors

1 #3D4E32 and #323D4E with #4E323D are triadic colors.

2 #3D324E and #324E3D with #4E323D are triadic colors.