COLOR #4E403A

HEX: #4E403A RGB: (78,64,58)

Color info

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

RGB color model

#4E403A color RGB value is (78,64,58).

RGB: (78,64,58) (31%, 25%, 23%)

RGB channels and saturation

R 78 of 255 = 31%
G 64 of 255 = 25%
B 58 of 255 = 23%

78
64
58

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

Portions of RGB colors in percentages

R + G + B = 78 + 64 + 58 = 200 (100%)
R 78 of 200 ~ 39%
G 64 of 200 ~ 32%
B 58 of 200 ~ 29'%

%39
%32
%29

CMYK color model

#4E403A color CMYK value is (0,18,26,69).

  • cyan value is 0.00%
  • magenta value is 17.95%
  • yellow value is 25.64%
  • key color value is 69.41%

CMYK: (0,18,26,69)
C0M18Y26K69 (0%, 18%, 26%, 69%)
(0.00 / 0.18 / 0.26 / 0.69)

CMYK percentages

%0
%17.95
%25.64
%69.41

Codes

Color #4E403A in popluar color models

4E 40 3A
RGB 78 64 58
HSL 18° 14.71% 26.67%
HSB/HSV 18° 25.64% 30.59%
CMYK 0.00% 17.95% 25.64%
69.41%

Color #4E403A in popluar number systems.

HEX 4E 40 3A
Decimal 78 64 58
Binary 1001110 1000000 111010
Octal 116 100 72

Shades and tints

Shades of #4E403A

#4E403A
(78,64,58)
#473B35
(71,59,53)
#403630
(64,54,48)
#39312B
(57,49,43)
#322C26
(50,44,38)
#2B2721
(43,39,33)
#24221C
(36,34,28)
#1D1D17
(29,29,23)
#161812
(22,24,18)
#0F130D
(15,19,13)
#080E08
(8,14,8)
#000000
(0,0,0)

Tints of #4E403A

#4E403A
(78,64,58)
#5E514B
(94,81,75)
#6E625C
(110,98,92)
#7E736D
(126,115,109)
#8E847E
(142,132,126)
#9E958F
(158,149,143)
#AEA6A0
(174,166,160)
#BEB7B1
(190,183,177)
#CEC8C2
(206,200,194)
#DED9D3
(222,217,211)
#EEEAE4
(238,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E403A; }

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

This text font color is #4E403A.

Background Color

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

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

This div background color is #4E403A.

Border color

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

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

This div border color is #4E403A.

Opacity

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

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

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

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

This text has shadow with #4E403A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E403A.

Preview

Color preview on black background

This text has color #4E403A on black background.


Color preview on white background

This text has color #4E403A on white background.


Black color preview on #4E403A background

This text has black color on #4E403A background.


White color preview on #4E403A background

This text has white color on #4E403A background.


Related colors

Complementary color

Complementary color for #hex is #B1BFC5.


I love getcolorcode.com

Triadic colors

1 #3A4E40 and #403A4E with #4E403A are triadic colors.

2 #3A404E and #404E3A with #4E403A are triadic colors.