COLOR #4E5F65

HEX: #4E5F65
RGB: (78,95,101)

Color info

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

RGB color model

#4E5F65 color RGB value is (78,95,101).

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

RGB channels and saturation

R 78 of 255 = 31%
G 95 of 255 = 37%
B 101 of 255 = 40%

78
95
101

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

Portions of RGB colors in percentages

R + G + B =
78 + 95 + 101 = 274 (100%)
R 78 of 274 ~ 28.47%
G 95 of 274 ~ 34.67%
B 101 of 274 ~ 36.86%

%28.47
%34.67
%36.86

CMYK color model

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

  • cyan value is 22.77%
  • magenta value is 5.94%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(23,6,0,60)
C23M6Y0K60 
(23%,6%,0%,60%)
(0.23/0.06/0.00/0.60)	

CMYK percentages

%22.77
%5.94
%0
%60.39

Codes

Color #4E5F65 in popluar color models

4E5F65
RGB7895101
HSL196°12.85%35.10%
HSB/HSV196°22.77%39.61%
CMYK22.77%5.94%0.00%
60.39%

Color #4E5F65 in popluar number systems.

HEX4E5F65
Decimal7895101
Binary100111010111111100101
Octal116137145

Shades and tints

Shades of #4E5F65

#4E5F65
(78,95,101)
#47575C
(71,87,92)
#404F53
(64,79,83)
#39474A
(57,71,74)
#323F41
(50,63,65)
#2B3738
(43,55,56)
#242F2F
(36,47,47)
#1D2726
(29,39,38)
#161F1D
(22,31,29)
#0F1714
(15,23,20)
#080F0B
(8,15,11)
#000000
(0,0,0)

Tints of #4E5F65

#4E5F65
(78,95,101)
#5E6D73
(94,109,115)
#6E7B81
(110,123,129)
#7E898F
(126,137,143)
#8E979D
(142,151,157)
#9EA5AB
(158,165,171)
#AEB3B9
(174,179,185)
#BEC1C7
(190,193,199)
#CECFD5
(206,207,213)
#DEDDE3
(222,221,227)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5F65; }

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

This text font color is #4E5F65.


Background Color

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

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

This div background color is #4E5F65.


Border color

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

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

This div border color is #4E5F65.


Opacity

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

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

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

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

This text has shadow with #4E5F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5F65 on black background.


Color preview on white background

This text has color #4E5F65 on white background.



Black color preview on #4E5F65 background

This text has black color on #4E5F65 background.


White color preview on #4E5F65 background

This text has white color on #4E5F65 background.