COLOR #4E6140

HEX: #4E6140 RGB: (78,97,64)

Color info

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

RGB color model

#4E6140 color RGB value is (78,97,64).

RGB: (78,97,64) (31%, 38%, 25%)

RGB channels and saturation

R 78 of 255 = 31%
G 97 of 255 = 38%
B 64 of 255 = 25%

78
97
64

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

Portions of RGB colors in percentages

R + G + B = 78 + 97 + 64 = 239 (100%)
R 78 of 239 ~ 32.64%
G 97 of 239 ~ 40.59%
B 64 of 239 ~ 26.78'%

%32.64
%40.59
%26.78

CMYK color model

#4E6140 color CMYK value is (20,0,34,62).

  • cyan value is 19.59%
  • magenta value is 0.00%
  • yellow value is 34.02%
  • key color value is 61.96%

CMYK: (20,0,34,62)
C20M0Y34K62 (20%, 0%, 34%, 62%)
(0.20 / 0.00 / 0.34 / 0.62)

CMYK percentages

%19.59
%0
%34.02
%61.96

Codes

Color #4E6140 in popluar color models

4E 61 40
RGB 78 97 64
HSL 95° 20.50% 31.57%
HSB/HSV 95° 34.02% 38.04%
CMYK 19.59% 0.00% 34.02%
61.96%

Color #4E6140 in popluar number systems.

HEX 4E 61 40
Decimal 78 97 64
Binary 1001110 1100001 1000000
Octal 116 141 100

Shades and tints

Shades of #4E6140

#4E6140
(78,97,64)
#47593B
(71,89,59)
#405136
(64,81,54)
#394931
(57,73,49)
#32412C
(50,65,44)
#2B3927
(43,57,39)
#243122
(36,49,34)
#1D291D
(29,41,29)
#162118
(22,33,24)
#0F1913
(15,25,19)
#08110E
(8,17,14)
#000000
(0,0,0)

Tints of #4E6140

#4E6140
(78,97,64)
#5E6F51
(94,111,81)
#6E7D62
(110,125,98)
#7E8B73
(126,139,115)
#8E9984
(142,153,132)
#9EA795
(158,167,149)
#AEB5A6
(174,181,166)
#BEC3B7
(190,195,183)
#CED1C8
(206,209,200)
#DEDFD9
(222,223,217)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6140; }

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

This text font color is #4E6140.

Background Color

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

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

This div background color is #4E6140.

Border color

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

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

This div border color is #4E6140.

Opacity

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

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

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

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

This text has shadow with #4E6140 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E6140.

Preview

Color preview on black background

This text has color #4E6140 on black background.


Color preview on white background

This text has color #4E6140 on white background.


Black color preview on #4E6140 background

This text has black color on #4E6140 background.


White color preview on #4E6140 background

This text has white color on #4E6140 background.


Related colors

Complementary color

Complementary color for #hex is #B19EBF.


I love getcolorcode.com

Triadic colors

1 #404E61 and #61404E with #4E6140 are triadic colors.

2 #40614E and #614E40 with #4E6140 are triadic colors.