COLOR #4E4651

HEX: #4E4651
RGB: (78,70,81)

Color info

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

RGB color model

#4E4651 color RGB value is (78,70,81).

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

RGB channels and saturation

R 78 of 255 = 31%
G 70 of 255 = 27%
B 81 of 255 = 32%

78
70
81

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

Portions of RGB colors in percentages

R + G + B =
78 + 70 + 81 = 229 (100%)
R 78 of 229 ~ 34.06%
G 70 of 229 ~ 30.57%
B 81 of 229 ~ 35.37%

%34.06
%30.57
%35.37

CMYK color model

#4E4651 color CMYK value is (4,14,0,68).

  • cyan value is 3.70%
  • magenta value is 13.58%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(4,14,0,68)
C4M14Y0K68 
(4%,14%,0%,68%)
(0.04/0.14/0.00/0.68)	

CMYK percentages

%3.7
%13.58
%0
%68.24

Codes

Color #4E4651 in popluar color models

4E4651
RGB787081
HSL284°7.28%29.61%
HSB/HSV284°13.58%31.76%
CMYK3.70%13.58%0.00%
68.24%

Color #4E4651 in popluar number systems.

HEX4E4651
Decimal787081
Binary100111010001101010001
Octal116106121

Shades and tints

Shades of #4E4651

#4E4651
(78,70,81)
#47404A
(71,64,74)
#403A43
(64,58,67)
#39343C
(57,52,60)
#322E35
(50,46,53)
#2B282E
(43,40,46)
#242227
(36,34,39)
#1D1C20
(29,28,32)
#161619
(22,22,25)
#0F1012
(15,16,18)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #4E4651

#4E4651
(78,70,81)
#5E5660
(94,86,96)
#6E666F
(110,102,111)
#7E767E
(126,118,126)
#8E868D
(142,134,141)
#9E969C
(158,150,156)
#AEA6AB
(174,166,171)
#BEB6BA
(190,182,186)
#CEC6C9
(206,198,201)
#DED6D8
(222,214,216)
#EEE6E7
(238,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4651; }

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

This text font color is #4E4651.


Background Color

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

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

This div background color is #4E4651.


Border color

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

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

This div border color is #4E4651.


Opacity

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

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

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

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

This text has shadow with #4E4651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4651 on black background.


Color preview on white background

This text has color #4E4651 on white background.



Black color preview on #4E4651 background

This text has black color on #4E4651 background.


White color preview on #4E4651 background

This text has white color on #4E4651 background.