COLOR #4E4136

HEX: #4E4136 RGB: (78,65,54)

Color info

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

RGB color model

#4E4136 color RGB value is (78,65,54).

RGB: (78,65,54) (31%, 25%, 21%)

RGB channels and saturation

R 78 of 255 = 31%
G 65 of 255 = 25%
B 54 of 255 = 21%

78
65
54

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

Portions of RGB colors in percentages

R + G + B = 78 + 65 + 54 = 197 (100%)
R 78 of 197 ~ 39.59%
G 65 of 197 ~ 32.99%
B 54 of 197 ~ 27.41'%

%39.59
%32.99
%27.41

CMYK color model

#4E4136 color CMYK value is (0,17,31,69).

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

CMYK: (0,17,31,69)
C0M17Y31K69 (0%, 17%, 31%, 69%)
(0.00 / 0.17 / 0.31 / 0.69)

CMYK percentages

%0
%16.67
%30.77
%69.41

Codes

Color #4E4136 in popluar color models

4E 41 36
RGB 78 65 54
HSL 28° 18.18% 25.88%
HSB/HSV 28° 30.77% 30.59%
CMYK 0.00% 16.67% 30.77%
69.41%

Color #4E4136 in popluar number systems.

HEX 4E 41 36
Decimal 78 65 54
Binary 1001110 1000001 110110
Octal 116 101 66

Shades and tints

Shades of #4E4136

#4E4136
(78,65,54)
#473C32
(71,60,50)
#40372E
(64,55,46)
#39322A
(57,50,42)
#322D26
(50,45,38)
#2B2822
(43,40,34)
#24231E
(36,35,30)
#1D1E1A
(29,30,26)
#161916
(22,25,22)
#0F1412
(15,20,18)
#080F0E
(8,15,14)
#000000
(0,0,0)

Tints of #4E4136

#4E4136
(78,65,54)
#5E5248
(94,82,72)
#6E635A
(110,99,90)
#7E746C
(126,116,108)
#8E857E
(142,133,126)
#9E9690
(158,150,144)
#AEA7A2
(174,167,162)
#BEB8B4
(190,184,180)
#CEC9C6
(206,201,198)
#DEDAD8
(222,218,216)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4136; }

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

This text font color is #4E4136.

Background Color

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

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

This div background color is #4E4136.

Border color

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

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

This div border color is #4E4136.

Opacity

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

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

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

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

This text has shadow with #4E4136 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E4136.

Preview

Color preview on black background

This text has color #4E4136 on black background.


Color preview on white background

This text has color #4E4136 on white background.


Black color preview on #4E4136 background

This text has black color on #4E4136 background.


White color preview on #4E4136 background

This text has white color on #4E4136 background.


Related colors

Complementary color

Complementary color for #hex is #B1BEC9.


I love getcolorcode.com

Triadic colors

1 #364E41 and #41364E with #4E4136 are triadic colors.

2 #36414E and #414E36 with #4E4136 are triadic colors.