COLOR #4E402C

HEX: #4E402C RGB: (78,64,44)

Color info

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

RGB color model

#4E402C color RGB value is (78,64,44).

RGB: (78,64,44) (31%, 25%, 17%)

RGB channels and saturation

R 78 of 255 = 31%
G 64 of 255 = 25%
B 44 of 255 = 17%

78
64
44

R + G + B ~ 24%. #4E402C is dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 64 + 44 = 186 (100%)
R 78 of 186 ~ 41.94%
G 64 of 186 ~ 34.41%
B 44 of 186 ~ 23.66'%

%41.94
%34.41
%23.66

CMYK color model

#4E402C color CMYK value is (0,18,44,69).

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

CMYK: (0,18,44,69)
C0M18Y44K69 (0%, 18%, 44%, 69%)
(0.00 / 0.18 / 0.44 / 0.69)

CMYK percentages

%0
%17.95
%43.59
%69.41

Codes

Color #4E402C in popluar color models

4E 40 2C
RGB 78 64 44
HSL 35° 27.87% 23.92%
HSB/HSV 35° 43.59% 30.59%
CMYK 0.00% 17.95% 43.59%
69.41%

Color #4E402C in popluar number systems.

HEX 4E 40 2C
Decimal 78 64 44
Binary 1001110 1000000 101100
Octal 116 100 54

Shades and tints

Shades of #4E402C

#4E402C
(78,64,44)
#473B28
(71,59,40)
#403624
(64,54,36)
#393120
(57,49,32)
#322C1C
(50,44,28)
#2B2718
(43,39,24)
#242214
(36,34,20)
#1D1D10
(29,29,16)
#16180C
(22,24,12)
#0F1308
(15,19,8)
#080E04
(8,14,4)
#000000
(0,0,0)

Tints of #4E402C

#4E402C
(78,64,44)
#5E513F
(94,81,63)
#6E6252
(110,98,82)
#7E7365
(126,115,101)
#8E8478
(142,132,120)
#9E958B
(158,149,139)
#AEA69E
(174,166,158)
#BEB7B1
(190,183,177)
#CEC8C4
(206,200,196)
#DED9D7
(222,217,215)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E402C; }

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

This text font color is #4E402C.

Background Color

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

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

This div background color is #4E402C.

Border color

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

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

This div border color is #4E402C.

Opacity

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

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

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

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

This text has shadow with #4E402C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E402C.

Preview

Color preview on black background

This text has color #4E402C on black background.


Color preview on white background

This text has color #4E402C on white background.


Black color preview on #4E402C background

This text has black color on #4E402C background.


White color preview on #4E402C background

This text has white color on #4E402C background.


Related colors

Complementary color

Complementary color for #hex is #B1BFD3.


I love getcolorcode.com

Triadic colors

1 #2C4E40 and #402C4E with #4E402C are triadic colors.

2 #2C404E and #404E2C with #4E402C are triadic colors.