COLOR #4E373F

HEX: #4E373F RGB: (78,55,63)

Color info

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

RGB color model

#4E373F color RGB value is (78,55,63).

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

RGB channels and saturation

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

78
55
63

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

Portions of RGB colors in percentages

R + G + B = 78 + 55 + 63 = 196 (100%)
R 78 of 196 ~ 39.8%
G 55 of 196 ~ 28.06%
B 63 of 196 ~ 32.14'%

%39.8
%28.06
%32.14

CMYK color model

#4E373F color CMYK value is (0,29,19,69).

  • cyan value is 0.00%
  • magenta value is 29.49%
  • yellow value is 19.23%
  • key color value is 69.41%
CMYK: (0,29,19,69) C0M29Y19K69 (0%,29%,19%,69%) (0.00/0.29/0.19/0.69) 

CMYK percentages

%0
%29.49
%19.23
%69.41

Codes

Color #4E373F in popluar color models

4E 37 3F
RGB 78 55 63
HSL 339° 17.29% 26.08%
HSB/HSV 339° 29.49% 30.59%
CMYK 0.00% 29.49% 19.23%
69.41%

Color #4E373F in popluar number systems.

HEX 4E 37 3F
Decimal 78 55 63
Binary 1001110 110111 111111
Octal 116 67 77

Shades and tints

Shades of #4E373F

#4E373F
(78,55,63)
#47323A
(71,50,58)
#402D35
(64,45,53)
#392830
(57,40,48)
#32232B
(50,35,43)
#2B1E26
(43,30,38)
#241921
(36,25,33)
#1D141C
(29,20,28)
#160F17
(22,15,23)
#0F0A12
(15,10,18)
#08050D
(8,5,13)
#000000
(0,0,0)

Tints of #4E373F

#4E373F
(78,55,63)
#5E4950
(94,73,80)
#6E5B61
(110,91,97)
#7E6D72
(126,109,114)
#8E7F83
(142,127,131)
#9E9194
(158,145,148)
#AEA3A5
(174,163,165)
#BEB5B6
(190,181,182)
#CEC7C7
(206,199,199)
#DED9D8
(222,217,216)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E373F; }

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

This text font color is #4E373F.

Background Color

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

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

This div background color is #4E373F.

Border color

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

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

This div border color is #4E373F.

Opacity

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

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

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

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

This text has shadow with #4E373F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E373F.

Preview

Color preview on black background

This text has color #4E373F on black background.


Color preview on white background

This text has color #4E373F on white background.


Black color preview on #4E373F background

This text has black color on #4E373F background.


White color preview on #4E373F background

This text has white color on #4E373F background.


Related colors

Complementary color

Complementary color for #hex is #B1C8C0.


I love getcolorcode.com

Triadic colors

1 #3F4E37 and #373F4E with #4E373F are triadic colors.

2 #3F374E and #374E3F with #4E373F are triadic colors.