COLOR #4E654F

HEX: #4E654F
RGB: (78,101,79)

Color info

#4E654F contains red, green and blue colors in about the same proportion. Web safe color of #4E654F is #666666 (or #666).

RGB color model

#4E654F color RGB value is (78,101,79).

  • red value is 78;
  • green value is 101;
  • blue value is 79.
RGB:
(78,101,79)
(31%,40%,31%)

RGB channels and saturation

R 78 of 255 = 31%
G 101 of 255 = 40%
B 79 of 255 = 31%

78
101
79

R + G + B ~ 34%. #4E654F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 101 + 79 = 258 (100%)
R 78 of 258 ~ 30.23%
G 101 of 258 ~ 39.15%
B 79 of 258 ~ 30.62%

%30.23
%39.15
%30.62

CMYK color model

#4E654F color CMYK value is (23,0,22,60).

  • cyan value is 22.77%
  • magenta value is 0.00%
  • yellow value is 21.78%
  • key color value is 60.39%
CMYK:
(23,0,22,60)
C23M0Y22K60 
(23%,0%,22%,60%)
(0.23/0.00/0.22/0.60)	

CMYK percentages

%22.77
%0
%21.78
%60.39

Codes

Color #4E654F in popluar color models

4E654F
RGB7810179
HSL123°12.85%35.10%
HSB/HSV123°22.77%39.61%
CMYK22.77%0.00%21.78%
60.39%

Color #4E654F in popluar number systems.

HEX4E654F
Decimal7810179
Binary100111011001011001111
Octal116145117

Shades and tints

Shades of #4E654F

#4E654F
(78,101,79)
#475C48
(71,92,72)
#405341
(64,83,65)
#394A3A
(57,74,58)
#324133
(50,65,51)
#2B382C
(43,56,44)
#242F25
(36,47,37)
#1D261E
(29,38,30)
#161D17
(22,29,23)
#0F1410
(15,20,16)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #4E654F

#4E654F
(78,101,79)
#5E735F
(94,115,95)
#6E816F
(110,129,111)
#7E8F7F
(126,143,127)
#8E9D8F
(142,157,143)
#9EAB9F
(158,171,159)
#AEB9AF
(174,185,175)
#BEC7BF
(190,199,191)
#CED5CF
(206,213,207)
#DEE3DF
(222,227,223)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E654F; }

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

This text font color is #4E654F.


Background Color

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

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

This div background color is #4E654F.


Border color

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

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

This div border color is #4E654F.


Opacity

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

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

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

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

This text has shadow with #4E654F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E654F on black background.


Color preview on white background

This text has color #4E654F on white background.



Black color preview on #4E654F background

This text has black color on #4E654F background.


White color preview on #4E654F background

This text has white color on #4E654F background.