COLOR #4E4C65

HEX: #4E4C65
RGB: (78,76,101)

Color info

#4E4C65 contains red, green and blue colors in about the same proportion. Web safe color of #4E4C65 is #663366 (or #636).

RGB color model

#4E4C65 color RGB value is (78,76,101).

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

RGB channels and saturation

R 78 of 255 = 31%
G 76 of 255 = 30%
B 101 of 255 = 40%

78
76
101

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

Portions of RGB colors in percentages

R + G + B =
78 + 76 + 101 = 255 (100%)
R 78 of 255 ~ 30.59%
G 76 of 255 ~ 29.8%
B 101 of 255 ~ 39.61%

%30.59
%29.8
%39.61

CMYK color model

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

  • cyan value is 22.77%
  • magenta value is 24.75%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(23,25,0,60)
C23M25Y0K60 
(23%,25%,0%,60%)
(0.23/0.25/0.00/0.60)	

CMYK percentages

%22.77
%24.75
%0
%60.39

Codes

Color #4E4C65 in popluar color models

4E4C65
RGB7876101
HSL245°14.12%34.71%
HSB/HSV245°24.75%39.61%
CMYK22.77%24.75%0.00%
60.39%

Color #4E4C65 in popluar number systems.

HEX4E4C65
Decimal7876101
Binary100111010011001100101
Octal116114145

Shades and tints

Shades of #4E4C65

#4E4C65
(78,76,101)
#47465C
(71,70,92)
#404053
(64,64,83)
#393A4A
(57,58,74)
#323441
(50,52,65)
#2B2E38
(43,46,56)
#24282F
(36,40,47)
#1D2226
(29,34,38)
#161C1D
(22,28,29)
#0F1614
(15,22,20)
#08100B
(8,16,11)
#000000
(0,0,0)

Tints of #4E4C65

#4E4C65
(78,76,101)
#5E5C73
(94,92,115)
#6E6C81
(110,108,129)
#7E7C8F
(126,124,143)
#8E8C9D
(142,140,157)
#9E9CAB
(158,156,171)
#AEACB9
(174,172,185)
#BEBCC7
(190,188,199)
#CECCD5
(206,204,213)
#DEDCE3
(222,220,227)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4C65; }

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

This text font color is #4E4C65.


Background Color

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

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

This div background color is #4E4C65.


Border color

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

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

This div border color is #4E4C65.


Opacity

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

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

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

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

This text has shadow with #4E4C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4C65 on black background.


Color preview on white background

This text has color #4E4C65 on white background.



Black color preview on #4E4C65 background

This text has black color on #4E4C65 background.


White color preview on #4E4C65 background

This text has white color on #4E4C65 background.