COLOR #4E411A

HEX: #4E411A RGB: (78,65,26)

Color info

#4E411A contains red, green and blue colors in about the same proportion. Web safe color of #4E411A is #663300 (or #630).

RGB color model

#4E411A color RGB value is (78,65,26).

RGB: (78,65,26) (31%, 25%, 10%)

RGB channels and saturation

R 78 of 255 = 31%
G 65 of 255 = 25%
B 26 of 255 = 10%

78
65
26

R + G + B ~ 22%. #4E411A is dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 65 + 26 = 169 (100%)
R 78 of 169 ~ 46.15%
G 65 of 169 ~ 38.46%
B 26 of 169 ~ 15.38'%

%46.15
%38.46
%15.38

CMYK color model

#4E411A color CMYK value is (0,17,67,69).

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

CMYK: (0,17,67,69)
C0M17Y67K69 (0%, 17%, 67%, 69%)
(0.00 / 0.17 / 0.67 / 0.69)

CMYK percentages

%0
%16.67
%66.67
%69.41

Codes

Color #4E411A in popluar color models

4E 41 1A
RGB 78 65 26
HSL 45° 50.00% 20.39%
HSB/HSV 45° 66.67% 30.59%
CMYK 0.00% 16.67% 66.67%
69.41%

Color #4E411A in popluar number systems.

HEX 4E 41 1A
Decimal 78 65 26
Binary 1001110 1000001 11010
Octal 116 101 32

Shades and tints

Shades of #4E411A

#4E411A
(78,65,26)
#473C18
(71,60,24)
#403716
(64,55,22)
#393214
(57,50,20)
#322D12
(50,45,18)
#2B2810
(43,40,16)
#24230E
(36,35,14)
#1D1E0C
(29,30,12)
#16190A
(22,25,10)
#0F1408
(15,20,8)
#080F06
(8,15,6)
#000000
(0,0,0)

Tints of #4E411A

#4E411A
(78,65,26)
#5E522E
(94,82,46)
#6E6342
(110,99,66)
#7E7456
(126,116,86)
#8E856A
(142,133,106)
#9E967E
(158,150,126)
#AEA792
(174,167,146)
#BEB8A6
(190,184,166)
#CEC9BA
(206,201,186)
#DEDACE
(222,218,206)
#EEEBE2
(238,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E411A; }

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

This text font color is #4E411A.

Background Color

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

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

This div background color is #4E411A.

Border color

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

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

This div border color is #4E411A.

Opacity

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

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

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

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

This text has shadow with #4E411A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E411A.

Preview

Color preview on black background

This text has color #4E411A on black background.


Color preview on white background

This text has color #4E411A on white background.


Black color preview on #4E411A background

This text has black color on #4E411A background.


White color preview on #4E411A background

This text has white color on #4E411A background.


Related colors

Complementary color

Complementary color for #hex is #B1BEE5.


I love getcolorcode.com

Triadic colors

1 #1A4E41 and #411A4E with #4E411A are triadic colors.

2 #1A414E and #414E1A with #4E411A are triadic colors.