COLOR #4E393F

HEX: #4E393F RGB: (78,57,63)

Color info

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

RGB color model

#4E393F color RGB value is (78,57,63).

RGB: (78,57,63) (31%, 22%, 25%)

RGB channels and saturation

R 78 of 255 = 31%
G 57 of 255 = 22%
B 63 of 255 = 25%

78
57
63

R + G + B ~ 26%. #4E393F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 57 + 63 = 198 (100%)
R 78 of 198 ~ 39.39%
G 57 of 198 ~ 28.79%
B 63 of 198 ~ 31.82'%

%39.39
%28.79
%31.82

CMYK color model

#4E393F color CMYK value is (0,27,19,69).

  • cyan value is 0.00%
  • magenta value is 26.92%
  • yellow value is 19.23%
  • key color value is 69.41%

CMYK: (0,27,19,69)
C0M27Y19K69 (0%, 27%, 19%, 69%)
(0.00 / 0.27 / 0.19 / 0.69)

CMYK percentages

%0
%26.92
%19.23
%69.41

Codes

Color #4E393F in popluar color models

4E 39 3F
RGB 78 57 63
HSL 343° 15.56% 26.47%
HSB/HSV 343° 26.92% 30.59%
CMYK 0.00% 26.92% 19.23%
69.41%

Color #4E393F in popluar number systems.

HEX 4E 39 3F
Decimal 78 57 63
Binary 1001110 111001 111111
Octal 116 71 77

Shades and tints

Shades of #4E393F

#4E393F
(78,57,63)
#47343A
(71,52,58)
#402F35
(64,47,53)
#392A30
(57,42,48)
#32252B
(50,37,43)
#2B2026
(43,32,38)
#241B21
(36,27,33)
#1D161C
(29,22,28)
#161117
(22,17,23)
#0F0C12
(15,12,18)
#08070D
(8,7,13)
#000000
(0,0,0)

Tints of #4E393F

#4E393F
(78,57,63)
#5E4B50
(94,75,80)
#6E5D61
(110,93,97)
#7E6F72
(126,111,114)
#8E8183
(142,129,131)
#9E9394
(158,147,148)
#AEA5A5
(174,165,165)
#BEB7B6
(190,183,182)
#CEC9C7
(206,201,199)
#DEDBD8
(222,219,216)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E393F color. Also use rgb(78,57,63) instead hex code.

Text Font Color

.myTextColor { color: #4E393F; }

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

This text font color is #4E393F.

Background Color

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

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

This div background color is #4E393F.

Border color

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

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

This div border color is #4E393F.

Opacity

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

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

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

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

This text has shadow with #4E393F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E393F.

Preview

Color preview on black background

This text has color #4E393F on black background.


Color preview on white background

This text has color #4E393F on white background.


Black color preview on #4E393F background

This text has black color on #4E393F background.


White color preview on #4E393F background

This text has white color on #4E393F background.


Related colors

Complementary color

Complementary color for #hex is #B1C6C0.


I love getcolorcode.com

Triadic colors

1 #3F4E39 and #393F4E with #4E393F are triadic colors.

2 #3F394E and #394E3F with #4E393F are triadic colors.