COLOR #4E6165

HEX: #4E6165
RGB: (78,97,101)

Color info

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

RGB color model

#4E6165 color RGB value is (78,97,101).

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

RGB channels and saturation

R 78 of 255 = 31%
G 97 of 255 = 38%
B 101 of 255 = 40%

78
97
101

R + G + B ~ 36%. #4E6165 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 97 + 101 = 276 (100%)
R 78 of 276 ~ 28.26%
G 97 of 276 ~ 35.14%
B 101 of 276 ~ 36.59%

%28.26
%35.14
%36.59

CMYK color model

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

  • cyan value is 22.77%
  • magenta value is 3.96%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(23,4,0,60)
C23M4Y0K60 
(23%,4%,0%,60%)
(0.23/0.04/0.00/0.60)	

CMYK percentages

%22.77
%3.96
%0
%60.39

Codes

Color #4E6165 in popluar color models

4E6165
RGB7897101
HSL190°12.85%35.10%
HSB/HSV190°22.77%39.61%
CMYK22.77%3.96%0.00%
60.39%

Color #4E6165 in popluar number systems.

HEX4E6165
Decimal7897101
Binary100111011000011100101
Octal116141145

Shades and tints

Shades of #4E6165

#4E6165
(78,97,101)
#47595C
(71,89,92)
#405153
(64,81,83)
#39494A
(57,73,74)
#324141
(50,65,65)
#2B3938
(43,57,56)
#24312F
(36,49,47)
#1D2926
(29,41,38)
#16211D
(22,33,29)
#0F1914
(15,25,20)
#08110B
(8,17,11)
#000000
(0,0,0)

Tints of #4E6165

#4E6165
(78,97,101)
#5E6F73
(94,111,115)
#6E7D81
(110,125,129)
#7E8B8F
(126,139,143)
#8E999D
(142,153,157)
#9EA7AB
(158,167,171)
#AEB5B9
(174,181,185)
#BEC3C7
(190,195,199)
#CED1D5
(206,209,213)
#DEDFE3
(222,223,227)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6165; }

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

This text font color is #4E6165.


Background Color

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

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

This div background color is #4E6165.


Border color

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

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

This div border color is #4E6165.


Opacity

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

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

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

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

This text has shadow with #4E6165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6165 on black background.


Color preview on white background

This text has color #4E6165 on white background.



Black color preview on #4E6165 background

This text has black color on #4E6165 background.


White color preview on #4E6165 background

This text has white color on #4E6165 background.