COLOR #4E4157

HEX: #4E4157
RGB: (78,65,87)

Color info

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

RGB color model

#4E4157 color RGB value is (78,65,87).

  • red value is 78;
  • green value is 65;
  • blue value is 87.
RGB:
(78,65,87)
(31%,25%,34%)

RGB channels and saturation

R 78 of 255 = 31%
G 65 of 255 = 25%
B 87 of 255 = 34%

78
65
87

R + G + B ~ 30%. #4E4157 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 65 + 87 = 230 (100%)
R 78 of 230 ~ 33.91%
G 65 of 230 ~ 28.26%
B 87 of 230 ~ 37.83%

%33.91
%28.26
%37.83

CMYK color model

#4E4157 color CMYK value is (10,25,0,66).

  • cyan value is 10.34%
  • magenta value is 25.29%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(10,25,0,66)
C10M25Y0K66 
(10%,25%,0%,66%)
(0.10/0.25/0.00/0.66)	

CMYK percentages

%10.34
%25.29
%0
%65.88

Codes

Color #4E4157 in popluar color models

4E4157
RGB786587
HSL275°14.47%29.80%
HSB/HSV275°25.29%34.12%
CMYK10.34%25.29%0.00%
65.88%

Color #4E4157 in popluar number systems.

HEX4E4157
Decimal786587
Binary100111010000011010111
Octal116101127

Shades and tints

Shades of #4E4157

#4E4157
(78,65,87)
#473C50
(71,60,80)
#403749
(64,55,73)
#393242
(57,50,66)
#322D3B
(50,45,59)
#2B2834
(43,40,52)
#24232D
(36,35,45)
#1D1E26
(29,30,38)
#16191F
(22,25,31)
#0F1418
(15,20,24)
#080F11
(8,15,17)
#000000
(0,0,0)

Tints of #4E4157

#4E4157
(78,65,87)
#5E5266
(94,82,102)
#6E6375
(110,99,117)
#7E7484
(126,116,132)
#8E8593
(142,133,147)
#9E96A2
(158,150,162)
#AEA7B1
(174,167,177)
#BEB8C0
(190,184,192)
#CEC9CF
(206,201,207)
#DEDADE
(222,218,222)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E4157 color. Also use rgb(78,65,87) instead hex code.

Text Font Color

.myTextColor { color: #4E4157; }

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

This text font color is #4E4157.


Background Color

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

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

This div background color is #4E4157.


Border color

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

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

This div border color is #4E4157.


Opacity

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

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

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

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

This text has shadow with #4E4157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4157 on black background.


Color preview on white background

This text has color #4E4157 on white background.



Black color preview on #4E4157 background

This text has black color on #4E4157 background.


White color preview on #4E4157 background

This text has white color on #4E4157 background.