COLOR #4E403E

HEX: #4E403E
RGB: (78,64,62)

Color info

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

RGB color model

#4E403E color RGB value is (78,64,62).

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

RGB channels and saturation

R 78 of 255 = 31%
G 64 of 255 = 25%
B 62 of 255 = 24%

78
64
62

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

Portions of RGB colors in percentages

R + G + B =
78 + 64 + 62 = 204 (100%)
R 78 of 204 ~ 38.24%
G 64 of 204 ~ 31.37%
B 62 of 204 ~ 30.39%

%38.24
%31.37
%30.39

CMYK color model

#4E403E color CMYK value is (0,18,21,69).

  • cyan value is 0.00%
  • magenta value is 17.95%
  • yellow value is 20.51%
  • key color value is 69.41%
CMYK:
(0,18,21,69)
C0M18Y21K69 
(0%,18%,21%,69%)
(0.00/0.18/0.21/0.69)	

CMYK percentages

%0
%17.95
%20.51
%69.41

Codes

Color #4E403E in popluar color models

4E403E
RGB786462
HSL11.43%27.45%
HSB/HSV20.51%30.59%
CMYK0.00%17.95%20.51%
69.41%

Color #4E403E in popluar number systems.

HEX4E403E
Decimal786462
Binary10011101000000111110
Octal11610076

Shades and tints

Shades of #4E403E

#4E403E
(78,64,62)
#473B39
(71,59,57)
#403634
(64,54,52)
#39312F
(57,49,47)
#322C2A
(50,44,42)
#2B2725
(43,39,37)
#242220
(36,34,32)
#1D1D1B
(29,29,27)
#161816
(22,24,22)
#0F1311
(15,19,17)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #4E403E

#4E403E
(78,64,62)
#5E514F
(94,81,79)
#6E6260
(110,98,96)
#7E7371
(126,115,113)
#8E8482
(142,132,130)
#9E9593
(158,149,147)
#AEA6A4
(174,166,164)
#BEB7B5
(190,183,181)
#CEC8C6
(206,200,198)
#DED9D7
(222,217,215)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E403E; }

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

This text font color is #4E403E.


Background Color

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

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

This div background color is #4E403E.


Border color

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

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

This div border color is #4E403E.


Opacity

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

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

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

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

This text has shadow with #4E403E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E403E on black background.


Color preview on white background

This text has color #4E403E on white background.



Black color preview on #4E403E background

This text has black color on #4E403E background.


White color preview on #4E403E background

This text has white color on #4E403E background.