COLOR #4E5140

HEX: #4E5140 RGB: (78,81,64)

Color info

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

RGB color model

#4E5140 color RGB value is (78,81,64).

RGB: (78,81,64) (31%, 32%, 25%)

RGB channels and saturation

R 78 of 255 = 31%
G 81 of 255 = 32%
B 64 of 255 = 25%

78
81
64

R + G + B ~ 29%. #4E5140 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 81 + 64 = 223 (100%)
R 78 of 223 ~ 34.98%
G 81 of 223 ~ 36.32%
B 64 of 223 ~ 28.7'%

%34.98
%36.32
%28.7

CMYK color model

#4E5140 color CMYK value is (4,0,21,68).

  • cyan value is 3.70%
  • magenta value is 0.00%
  • yellow value is 20.99%
  • key color value is 68.24%

CMYK: (4,0,21,68)
C4M0Y21K68 (4%, 0%, 21%, 68%)
(0.04 / 0.00 / 0.21 / 0.68)

CMYK percentages

%3.7
%0
%20.99
%68.24

Codes

Color #4E5140 in popluar color models

4E 51 40
RGB 78 81 64
HSL 71° 11.72% 28.43%
HSB/HSV 71° 20.99% 31.76%
CMYK 3.70% 0.00% 20.99%
68.24%

Color #4E5140 in popluar number systems.

HEX 4E 51 40
Decimal 78 81 64
Binary 1001110 1010001 1000000
Octal 116 121 100

Shades and tints

Shades of #4E5140

#4E5140
(78,81,64)
#474A3B
(71,74,59)
#404336
(64,67,54)
#393C31
(57,60,49)
#32352C
(50,53,44)
#2B2E27
(43,46,39)
#242722
(36,39,34)
#1D201D
(29,32,29)
#161918
(22,25,24)
#0F1213
(15,18,19)
#080B0E
(8,11,14)
#000000
(0,0,0)

Tints of #4E5140

#4E5140
(78,81,64)
#5E6051
(94,96,81)
#6E6F62
(110,111,98)
#7E7E73
(126,126,115)
#8E8D84
(142,141,132)
#9E9C95
(158,156,149)
#AEABA6
(174,171,166)
#BEBAB7
(190,186,183)
#CEC9C8
(206,201,200)
#DED8D9
(222,216,217)
#EEE7EA
(238,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5140; }

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

This text font color is #4E5140.

Background Color

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

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

This div background color is #4E5140.

Border color

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

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

This div border color is #4E5140.

Opacity

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

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

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

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

This text has shadow with #4E5140 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E5140.

Preview

Color preview on black background

This text has color #4E5140 on black background.


Color preview on white background

This text has color #4E5140 on white background.


Black color preview on #4E5140 background

This text has black color on #4E5140 background.


White color preview on #4E5140 background

This text has white color on #4E5140 background.


Related colors

Complementary color

Complementary color for #hex is #B1AEBF.


I love getcolorcode.com

Triadic colors

1 #404E51 and #51404E with #4E5140 are triadic colors.

2 #40514E and #514E40 with #4E5140 are triadic colors.