COLOR #4E654A

HEX: #4E654A RGB: (78,101,74)

Color info

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

RGB color model

#4E654A color RGB value is (78,101,74).

RGB: (78,101,74) (31%, 40%, 29%)

RGB channels and saturation

R 78 of 255 = 31%
G 101 of 255 = 40%
B 74 of 255 = 29%

78
101
74

R + G + B ~ 33%. #4E654A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 101 + 74 = 253 (100%)
R 78 of 253 ~ 30.83%
G 101 of 253 ~ 39.92%
B 74 of 253 ~ 29.25'%

%30.83
%39.92
%29.25

CMYK color model

#4E654A color CMYK value is (23,0,27,60).

  • cyan value is 22.77%
  • magenta value is 0.00%
  • yellow value is 26.73%
  • key color value is 60.39%

CMYK: (23,0,27,60)
C23M0Y27K60 (23%, 0%, 27%, 60%)
(0.23 / 0.00 / 0.27 / 0.60)

CMYK percentages

%22.77
%0
%26.73
%60.39

Codes

Color #4E654A in popluar color models

4E 65 4A
RGB 78 101 74
HSL 111° 15.43% 34.31%
HSB/HSV 111° 26.73% 39.61%
CMYK 22.77% 0.00% 26.73%
60.39%

Color #4E654A in popluar number systems.

HEX 4E 65 4A
Decimal 78 101 74
Binary 1001110 1100101 1001010
Octal 116 145 112

Shades and tints

Shades of #4E654A

#4E654A
(78,101,74)
#475C44
(71,92,68)
#40533E
(64,83,62)
#394A38
(57,74,56)
#324132
(50,65,50)
#2B382C
(43,56,44)
#242F26
(36,47,38)
#1D2620
(29,38,32)
#161D1A
(22,29,26)
#0F1414
(15,20,20)
#080B0E
(8,11,14)
#000000
(0,0,0)

Tints of #4E654A

#4E654A
(78,101,74)
#5E735A
(94,115,90)
#6E816A
(110,129,106)
#7E8F7A
(126,143,122)
#8E9D8A
(142,157,138)
#9EAB9A
(158,171,154)
#AEB9AA
(174,185,170)
#BEC7BA
(190,199,186)
#CED5CA
(206,213,202)
#DEE3DA
(222,227,218)
#EEF1EA
(238,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E654A color. Also use rgb(78,101,74) instead hex code.

Text Font Color

.myTextColor { color: #4E654A; }

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

This text font color is #4E654A.

Background Color

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

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

This div background color is #4E654A.

Border color

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

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

This div border color is #4E654A.

Opacity

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

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

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

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

This text has shadow with #4E654A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E654A.

Preview

Color preview on black background

This text has color #4E654A on black background.


Color preview on white background

This text has color #4E654A on white background.


Black color preview on #4E654A background

This text has black color on #4E654A background.


White color preview on #4E654A background

This text has white color on #4E654A background.


Related colors

Complementary color

Complementary color for #hex is #B19AB5.


I love getcolorcode.com

Triadic colors

1 #4A4E65 and #654A4E with #4E654A are triadic colors.

2 #4A654E and #654E4A with #4E654A are triadic colors.