COLOR #4E413B

HEX: #4E413B RGB: (78,65,59)

Color info

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

RGB color model

#4E413B color RGB value is (78,65,59).

RGB: (78,65,59) (31%, 25%, 23%)

RGB channels and saturation

R 78 of 255 = 31%
G 65 of 255 = 25%
B 59 of 255 = 23%

78
65
59

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

Portions of RGB colors in percentages

R + G + B = 78 + 65 + 59 = 202 (100%)
R 78 of 202 ~ 38.61%
G 65 of 202 ~ 32.18%
B 59 of 202 ~ 29.21'%

%38.61
%32.18
%29.21

CMYK color model

#4E413B color CMYK value is (0,17,24,69).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 24.36%
  • key color value is 69.41%

CMYK: (0,17,24,69)
C0M17Y24K69 (0%, 17%, 24%, 69%)
(0.00 / 0.17 / 0.24 / 0.69)

CMYK percentages

%0
%16.67
%24.36
%69.41

Codes

Color #4E413B in popluar color models

4E 41 3B
RGB 78 65 59
HSL 19° 13.87% 26.86%
HSB/HSV 19° 24.36% 30.59%
CMYK 0.00% 16.67% 24.36%
69.41%

Color #4E413B in popluar number systems.

HEX 4E 41 3B
Decimal 78 65 59
Binary 1001110 1000001 111011
Octal 116 101 73

Shades and tints

Shades of #4E413B

#4E413B
(78,65,59)
#473C36
(71,60,54)
#403731
(64,55,49)
#39322C
(57,50,44)
#322D27
(50,45,39)
#2B2822
(43,40,34)
#24231D
(36,35,29)
#1D1E18
(29,30,24)
#161913
(22,25,19)
#0F140E
(15,20,14)
#080F09
(8,15,9)
#000000
(0,0,0)

Tints of #4E413B

#4E413B
(78,65,59)
#5E524C
(94,82,76)
#6E635D
(110,99,93)
#7E746E
(126,116,110)
#8E857F
(142,133,127)
#9E9690
(158,150,144)
#AEA7A1
(174,167,161)
#BEB8B2
(190,184,178)
#CEC9C3
(206,201,195)
#DEDAD4
(222,218,212)
#EEEBE5
(238,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E413B color. Also use rgb(78,65,59) instead hex code.

Text Font Color

.myTextColor { color: #4E413B; }

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

This text font color is #4E413B.

Background Color

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

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

This div background color is #4E413B.

Border color

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

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

This div border color is #4E413B.

Opacity

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

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

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

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

This text has shadow with #4E413B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E413B.

Preview

Color preview on black background

This text has color #4E413B on black background.


Color preview on white background

This text has color #4E413B on white background.


Black color preview on #4E413B background

This text has black color on #4E413B background.


White color preview on #4E413B background

This text has white color on #4E413B background.


Related colors

Complementary color

Complementary color for #hex is #B1BEC4.


I love getcolorcode.com

Triadic colors

1 #3B4E41 and #413B4E with #4E413B are triadic colors.

2 #3B414E and #414E3B with #4E413B are triadic colors.