COLOR #4E403F

HEX: #4E403F
RGB: (78,64,63)

Color info

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

RGB color model

#4E403F color RGB value is (78,64,63).

  • red value is 78;
  • green value is 64;
  • blue value is 63.
RGB:
(78,64,63)
(31%,25%,25%)

RGB channels and saturation

R 78 of 255 = 31%
G 64 of 255 = 25%
B 63 of 255 = 25%

78
64
63

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

Portions of RGB colors in percentages

R + G + B =
78 + 64 + 63 = 205 (100%)
R 78 of 205 ~ 38.05%
G 64 of 205 ~ 31.22%
B 63 of 205 ~ 30.73%

%38.05
%31.22
%30.73

CMYK color model

#4E403F color CMYK value is (0,18,19,69).

  • cyan value is 0.00%
  • magenta value is 17.95%
  • yellow value is 19.23%
  • key color value is 69.41%
CMYK:
(0,18,19,69)
C0M18Y19K69 
(0%,18%,19%,69%)
(0.00/0.18/0.19/0.69)	

CMYK percentages

%0
%17.95
%19.23
%69.41

Codes

Color #4E403F in popluar color models

4E403F
RGB786463
HSL10.64%27.65%
HSB/HSV19.23%30.59%
CMYK0.00%17.95%19.23%
69.41%

Color #4E403F in popluar number systems.

HEX4E403F
Decimal786463
Binary10011101000000111111
Octal11610077

Shades and tints

Shades of #4E403F

#4E403F
(78,64,63)
#473B3A
(71,59,58)
#403635
(64,54,53)
#393130
(57,49,48)
#322C2B
(50,44,43)
#2B2726
(43,39,38)
#242221
(36,34,33)
#1D1D1C
(29,29,28)
#161817
(22,24,23)
#0F1312
(15,19,18)
#080E0D
(8,14,13)
#000000
(0,0,0)

Tints of #4E403F

#4E403F
(78,64,63)
#5E5150
(94,81,80)
#6E6261
(110,98,97)
#7E7372
(126,115,114)
#8E8483
(142,132,131)
#9E9594
(158,149,148)
#AEA6A5
(174,166,165)
#BEB7B6
(190,183,182)
#CEC8C7
(206,200,199)
#DED9D8
(222,217,216)
#EEEAE9
(238,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E403F; }

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

This text font color is #4E403F.


Background Color

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

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

This div background color is #4E403F.


Border color

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

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

This div border color is #4E403F.


Opacity

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

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

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

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

This text has shadow with #4E403F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E403F on black background.


Color preview on white background

This text has color #4E403F on white background.



Black color preview on #4E403F background

This text has black color on #4E403F background.


White color preview on #4E403F background

This text has white color on #4E403F background.