COLOR #4E676A

HEX: #4E676A
RGB: (78,103,106)

Color info

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

RGB color model

#4E676A color RGB value is (78,103,106).

  • red value is 78;
  • green value is 103;
  • blue value is 106.
RGB:
(78,103,106)
(31%,40%,42%)

RGB channels and saturation

R 78 of 255 = 31%
G 103 of 255 = 40%
B 106 of 255 = 42%

78
103
106

R + G + B ~ 38%. #4E676A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 103 + 106 = 287 (100%)
R 78 of 287 ~ 27.18%
G 103 of 287 ~ 35.89%
B 106 of 287 ~ 36.93%

%27.18
%35.89
%36.93

CMYK color model

#4E676A color CMYK value is (26,3,0,58).

  • cyan value is 26.42%
  • magenta value is 2.83%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(26,3,0,58)
C26M3Y0K58 
(26%,3%,0%,58%)
(0.26/0.03/0.00/0.58)	

CMYK percentages

%26.42
%2.83
%0
%58.43

Codes

Color #4E676A in popluar color models

4E676A
RGB78103106
HSL186°15.22%36.08%
HSB/HSV186°26.42%41.57%
CMYK26.42%2.83%0.00%
58.43%

Color #4E676A in popluar number systems.

HEX4E676A
Decimal78103106
Binary100111011001111101010
Octal116147152

Shades and tints

Shades of #4E676A

#4E676A
(78,103,106)
#475E61
(71,94,97)
#405558
(64,85,88)
#394C4F
(57,76,79)
#324346
(50,67,70)
#2B3A3D
(43,58,61)
#243134
(36,49,52)
#1D282B
(29,40,43)
#161F22
(22,31,34)
#0F1619
(15,22,25)
#080D10
(8,13,16)
#000000
(0,0,0)

Tints of #4E676A

#4E676A
(78,103,106)
#5E7477
(94,116,119)
#6E8184
(110,129,132)
#7E8E91
(126,142,145)
#8E9B9E
(142,155,158)
#9EA8AB
(158,168,171)
#AEB5B8
(174,181,184)
#BEC2C5
(190,194,197)
#CECFD2
(206,207,210)
#DEDCDF
(222,220,223)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E676A color. Also use rgb(78,103,106) instead hex code.

Text Font Color

.myTextColor { color: #4E676A; }

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

This text font color is #4E676A.


Background Color

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

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

This div background color is #4E676A.


Border color

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

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

This div border color is #4E676A.


Opacity

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

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

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

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

This text has shadow with #4E676A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E676A on black background.


Color preview on white background

This text has color #4E676A on white background.



Black color preview on #4E676A background

This text has black color on #4E676A background.


White color preview on #4E676A background

This text has white color on #4E676A background.