COLOR #4E401B

HEX: #4E401B RGB: (78,64,27)

Color info

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

RGB color model

#4E401B color RGB value is (78,64,27).

RGB: (78,64,27) (31%, 25%, 11%)

RGB channels and saturation

R 78 of 255 = 31%
G 64 of 255 = 25%
B 27 of 255 = 11%

78
64
27

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

Portions of RGB colors in percentages

R + G + B = 78 + 64 + 27 = 169 (100%)
R 78 of 169 ~ 46.15%
G 64 of 169 ~ 37.87%
B 27 of 169 ~ 15.98'%

%46.15
%37.87
%15.98

CMYK color model

#4E401B color CMYK value is (0,18,65,69).

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

CMYK: (0,18,65,69)
C0M18Y65K69 (0%, 18%, 65%, 69%)
(0.00 / 0.18 / 0.65 / 0.69)

CMYK percentages

%0
%17.95
%65.38
%69.41

Codes

Color #4E401B in popluar color models

4E 40 1B
RGB 78 64 27
HSL 44° 48.57% 20.59%
HSB/HSV 44° 65.38% 30.59%
CMYK 0.00% 17.95% 65.38%
69.41%

Color #4E401B in popluar number systems.

HEX 4E 40 1B
Decimal 78 64 27
Binary 1001110 1000000 11011
Octal 116 100 33

Shades and tints

Shades of #4E401B

#4E401B
(78,64,27)
#473B19
(71,59,25)
#403617
(64,54,23)
#393115
(57,49,21)
#322C13
(50,44,19)
#2B2711
(43,39,17)
#24220F
(36,34,15)
#1D1D0D
(29,29,13)
#16180B
(22,24,11)
#0F1309
(15,19,9)
#080E07
(8,14,7)
#000000
(0,0,0)

Tints of #4E401B

#4E401B
(78,64,27)
#5E512F
(94,81,47)
#6E6243
(110,98,67)
#7E7357
(126,115,87)
#8E846B
(142,132,107)
#9E957F
(158,149,127)
#AEA693
(174,166,147)
#BEB7A7
(190,183,167)
#CEC8BB
(206,200,187)
#DED9CF
(222,217,207)
#EEEAE3
(238,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E401B; }

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

This text font color is #4E401B.

Background Color

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

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

This div background color is #4E401B.

Border color

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

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

This div border color is #4E401B.

Opacity

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

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

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

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

This text has shadow with #4E401B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E401B.

Preview

Color preview on black background

This text has color #4E401B on black background.


Color preview on white background

This text has color #4E401B on white background.


Black color preview on #4E401B background

This text has black color on #4E401B background.


White color preview on #4E401B background

This text has white color on #4E401B background.


Related colors

Complementary color

Complementary color for #hex is #B1BFE4.


I love getcolorcode.com

Triadic colors

1 #1B4E40 and #401B4E with #4E401B are triadic colors.

2 #1B404E and #404E1B with #4E401B are triadic colors.