COLOR #4E5644

HEX: #4E5644 RGB: (78,86,68)

Color info

#4E5644 contains red, green and blue colors in about the same proportion. Web safe color of #4E5644 is #666633 (or #663).

RGB color model

#4E5644 color RGB value is (78,86,68).

RGB: (78,86,68) (31%, 34%, 27%)

RGB channels and saturation

R 78 of 255 = 31%
G 86 of 255 = 34%
B 68 of 255 = 27%

78
86
68

R + G + B ~ 31%. #4E5644 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 86 + 68 = 232 (100%)
R 78 of 232 ~ 33.62%
G 86 of 232 ~ 37.07%
B 68 of 232 ~ 29.31'%

%33.62
%37.07
%29.31

CMYK color model

#4E5644 color CMYK value is (9,0,21,66).

  • cyan value is 9.30%
  • magenta value is 0.00%
  • yellow value is 20.93%
  • key color value is 66.27%

CMYK: (9,0,21,66)
C9M0Y21K66 (9%, 0%, 21%, 66%)
(0.09 / 0.00 / 0.21 / 0.66)

CMYK percentages

%9.3
%0
%20.93
%66.27

Codes

Color #4E5644 in popluar color models

4E 56 44
RGB 78 86 68
HSL 87° 11.69% 30.20%
HSB/HSV 87° 20.93% 33.73%
CMYK 9.30% 0.00% 20.93%
66.27%

Color #4E5644 in popluar number systems.

HEX 4E 56 44
Decimal 78 86 68
Binary 1001110 1010110 1000100
Octal 116 126 104

Shades and tints

Shades of #4E5644

#4E5644
(78,86,68)
#474F3E
(71,79,62)
#404838
(64,72,56)
#394132
(57,65,50)
#323A2C
(50,58,44)
#2B3326
(43,51,38)
#242C20
(36,44,32)
#1D251A
(29,37,26)
#161E14
(22,30,20)
#0F170E
(15,23,14)
#081008
(8,16,8)
#000000
(0,0,0)

Tints of #4E5644

#4E5644
(78,86,68)
#5E6555
(94,101,85)
#6E7466
(110,116,102)
#7E8377
(126,131,119)
#8E9288
(142,146,136)
#9EA199
(158,161,153)
#AEB0AA
(174,176,170)
#BEBFBB
(190,191,187)
#CECECC
(206,206,204)
#DEDDDD
(222,221,221)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E5644 color. Also use rgb(78,86,68) instead hex code.

Text Font Color

.myTextColor { color: #4E5644; }

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

This text font color is #4E5644.

Background Color

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

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

This div background color is #4E5644.

Border color

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

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

This div border color is #4E5644.

Opacity

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

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

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

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

This text has shadow with #4E5644 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E5644.

Preview

Color preview on black background

This text has color #4E5644 on black background.


Color preview on white background

This text has color #4E5644 on white background.


Black color preview on #4E5644 background

This text has black color on #4E5644 background.


White color preview on #4E5644 background

This text has white color on #4E5644 background.


Related colors

Complementary color

Complementary color for #hex is #B1A9BB.


I love getcolorcode.com

Triadic colors

1 #444E56 and #56444E with #4E5644 are triadic colors.

2 #44564E and #564E44 with #4E5644 are triadic colors.