COLOR #4E411E

HEX: #4E411E RGB: (78,65,30)

Color info

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

RGB color model

#4E411E color RGB value is (78,65,30).

RGB: (78,65,30) (31%, 25%, 12%)

RGB channels and saturation

R 78 of 255 = 31%
G 65 of 255 = 25%
B 30 of 255 = 12%

78
65
30

R + G + B ~ 23%. #4E411E is dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 65 + 30 = 173 (100%)
R 78 of 173 ~ 45.09%
G 65 of 173 ~ 37.57%
B 30 of 173 ~ 17.34'%

%45.09
%37.57
%17.34

CMYK color model

#4E411E color CMYK value is (0,17,62,69).

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

CMYK: (0,17,62,69)
C0M17Y62K69 (0%, 17%, 62%, 69%)
(0.00 / 0.17 / 0.62 / 0.69)

CMYK percentages

%0
%16.67
%61.54
%69.41

Codes

Color #4E411E in popluar color models

4E 41 1E
RGB 78 65 30
HSL 44° 44.44% 21.18%
HSB/HSV 44° 61.54% 30.59%
CMYK 0.00% 16.67% 61.54%
69.41%

Color #4E411E in popluar number systems.

HEX 4E 41 1E
Decimal 78 65 30
Binary 1001110 1000001 11110
Octal 116 101 36

Shades and tints

Shades of #4E411E

#4E411E
(78,65,30)
#473C1C
(71,60,28)
#40371A
(64,55,26)
#393218
(57,50,24)
#322D16
(50,45,22)
#2B2814
(43,40,20)
#242312
(36,35,18)
#1D1E10
(29,30,16)
#16190E
(22,25,14)
#0F140C
(15,20,12)
#080F0A
(8,15,10)
#000000
(0,0,0)

Tints of #4E411E

#4E411E
(78,65,30)
#5E5232
(94,82,50)
#6E6346
(110,99,70)
#7E745A
(126,116,90)
#8E856E
(142,133,110)
#9E9682
(158,150,130)
#AEA796
(174,167,150)
#BEB8AA
(190,184,170)
#CEC9BE
(206,201,190)
#DEDAD2
(222,218,210)
#EEEBE6
(238,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E411E; }

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

This text font color is #4E411E.

Background Color

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

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

This div background color is #4E411E.

Border color

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

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

This div border color is #4E411E.

Opacity

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

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

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

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

This text has shadow with #4E411E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E411E.

Preview

Color preview on black background

This text has color #4E411E on black background.


Color preview on white background

This text has color #4E411E on white background.


Black color preview on #4E411E background

This text has black color on #4E411E background.


White color preview on #4E411E background

This text has white color on #4E411E background.


Related colors

Complementary color

Complementary color for #hex is #B1BEE1.


I love getcolorcode.com

Triadic colors

1 #1E4E41 and #411E4E with #4E411E are triadic colors.

2 #1E414E and #414E1E with #4E411E are triadic colors.