COLOR #4E6467

HEX: #4E6467
RGB: (78,100,103)

Color info

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

RGB color model

#4E6467 color RGB value is (78,100,103).

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

RGB channels and saturation

R 78 of 255 = 31%
G 100 of 255 = 39%
B 103 of 255 = 40%

78
100
103

R + G + B ~ 37%. #4E6467 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 100 + 103 = 281 (100%)
R 78 of 281 ~ 27.76%
G 100 of 281 ~ 35.59%
B 103 of 281 ~ 36.65%

%27.76
%35.59
%36.65

CMYK color model

#4E6467 color CMYK value is (24,3,0,60).

  • cyan value is 24.27%
  • magenta value is 2.91%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(24,3,0,60)
C24M3Y0K60 
(24%,3%,0%,60%)
(0.24/0.03/0.00/0.60)	

CMYK percentages

%24.27
%2.91
%0
%59.61

Codes

Color #4E6467 in popluar color models

4E6467
RGB78100103
HSL187°13.81%35.49%
HSB/HSV187°24.27%40.39%
CMYK24.27%2.91%0.00%
59.61%

Color #4E6467 in popluar number systems.

HEX4E6467
Decimal78100103
Binary100111011001001100111
Octal116144147

Shades and tints

Shades of #4E6467

#4E6467
(78,100,103)
#475B5E
(71,91,94)
#405255
(64,82,85)
#39494C
(57,73,76)
#324043
(50,64,67)
#2B373A
(43,55,58)
#242E31
(36,46,49)
#1D2528
(29,37,40)
#161C1F
(22,28,31)
#0F1316
(15,19,22)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #4E6467

#4E6467
(78,100,103)
#5E7274
(94,114,116)
#6E8081
(110,128,129)
#7E8E8E
(126,142,142)
#8E9C9B
(142,156,155)
#9EAAA8
(158,170,168)
#AEB8B5
(174,184,181)
#BEC6C2
(190,198,194)
#CED4CF
(206,212,207)
#DEE2DC
(222,226,220)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6467; }

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

This text font color is #4E6467.


Background Color

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

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

This div background color is #4E6467.


Border color

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

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

This div border color is #4E6467.


Opacity

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

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

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

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

This text has shadow with #4E6467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6467 on black background.


Color preview on white background

This text has color #4E6467 on white background.



Black color preview on #4E6467 background

This text has black color on #4E6467 background.


White color preview on #4E6467 background

This text has white color on #4E6467 background.