COLOR #4E4658

HEX: #4E4658
RGB: (78,70,88)

Color info

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

RGB color model

#4E4658 color RGB value is (78,70,88).

  • red value is 78;
  • green value is 70;
  • blue value is 88.
RGB:
(78,70,88)
(31%,27%,35%)

RGB channels and saturation

R 78 of 255 = 31%
G 70 of 255 = 27%
B 88 of 255 = 35%

78
70
88

R + G + B ~ 31%. #4E4658 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 70 + 88 = 236 (100%)
R 78 of 236 ~ 33.05%
G 70 of 236 ~ 29.66%
B 88 of 236 ~ 37.29%

%33.05
%29.66
%37.29

CMYK color model

#4E4658 color CMYK value is (11,20,0,65).

  • cyan value is 11.36%
  • magenta value is 20.45%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(11,20,0,65)
C11M20Y0K65 
(11%,20%,0%,65%)
(0.11/0.20/0.00/0.65)	

CMYK percentages

%11.36
%20.45
%0
%65.49

Codes

Color #4E4658 in popluar color models

4E4658
RGB787088
HSL267°11.39%30.98%
HSB/HSV267°20.45%34.51%
CMYK11.36%20.45%0.00%
65.49%

Color #4E4658 in popluar number systems.

HEX4E4658
Decimal787088
Binary100111010001101011000
Octal116106130

Shades and tints

Shades of #4E4658

#4E4658
(78,70,88)
#474050
(71,64,80)
#403A48
(64,58,72)
#393440
(57,52,64)
#322E38
(50,46,56)
#2B2830
(43,40,48)
#242228
(36,34,40)
#1D1C20
(29,28,32)
#161618
(22,22,24)
#0F1010
(15,16,16)
#080A08
(8,10,8)
#000000
(0,0,0)

Tints of #4E4658

#4E4658
(78,70,88)
#5E5667
(94,86,103)
#6E6676
(110,102,118)
#7E7685
(126,118,133)
#8E8694
(142,134,148)
#9E96A3
(158,150,163)
#AEA6B2
(174,166,178)
#BEB6C1
(190,182,193)
#CEC6D0
(206,198,208)
#DED6DF
(222,214,223)
#EEE6EE
(238,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E4658 color. Also use rgb(78,70,88) instead hex code.

Text Font Color

.myTextColor { color: #4E4658; }

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

This text font color is #4E4658.


Background Color

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

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

This div background color is #4E4658.


Border color

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

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

This div border color is #4E4658.


Opacity

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

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

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

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

This text has shadow with #4E4658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4658 on black background.


Color preview on white background

This text has color #4E4658 on white background.



Black color preview on #4E4658 background

This text has black color on #4E4658 background.


White color preview on #4E4658 background

This text has white color on #4E4658 background.