COLOR #4E6159

HEX: #4E6159
RGB: (78,97,89)

Color info

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

RGB color model

#4E6159 color RGB value is (78,97,89).

  • red value is 78;
  • green value is 97;
  • blue value is 89.
RGB:
(78,97,89)
(31%,38%,35%)

RGB channels and saturation

R 78 of 255 = 31%
G 97 of 255 = 38%
B 89 of 255 = 35%

78
97
89

R + G + B ~ 35%. #4E6159 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 97 + 89 = 264 (100%)
R 78 of 264 ~ 29.55%
G 97 of 264 ~ 36.74%
B 89 of 264 ~ 33.71%

%29.55
%36.74
%33.71

CMYK color model

#4E6159 color CMYK value is (20,0,8,62).

  • cyan value is 19.59%
  • magenta value is 0.00%
  • yellow value is 8.25%
  • key color value is 61.96%
CMYK:
(20,0,8,62)
C20M0Y8K62 
(20%,0%,8%,62%)
(0.20/0.00/0.08/0.62)	

CMYK percentages

%19.59
%0
%8.25
%61.96

Codes

Color #4E6159 in popluar color models

4E6159
RGB789789
HSL155°10.86%34.31%
HSB/HSV155°19.59%38.04%
CMYK19.59%0.00%8.25%
61.96%

Color #4E6159 in popluar number systems.

HEX4E6159
Decimal789789
Binary100111011000011011001
Octal116141131

Shades and tints

Shades of #4E6159

#4E6159
(78,97,89)
#475951
(71,89,81)
#405149
(64,81,73)
#394941
(57,73,65)
#324139
(50,65,57)
#2B3931
(43,57,49)
#243129
(36,49,41)
#1D2921
(29,41,33)
#162119
(22,33,25)
#0F1911
(15,25,17)
#081109
(8,17,9)
#000000
(0,0,0)

Tints of #4E6159

#4E6159
(78,97,89)
#5E6F68
(94,111,104)
#6E7D77
(110,125,119)
#7E8B86
(126,139,134)
#8E9995
(142,153,149)
#9EA7A4
(158,167,164)
#AEB5B3
(174,181,179)
#BEC3C2
(190,195,194)
#CED1D1
(206,209,209)
#DEDFE0
(222,223,224)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6159 color. Also use rgb(78,97,89) instead hex code.

Text Font Color

.myTextColor { color: #4E6159; }

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

This text font color is #4E6159.


Background Color

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

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

This div background color is #4E6159.


Border color

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

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

This div border color is #4E6159.


Opacity

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

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

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

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

This text has shadow with #4E6159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6159 on black background.


Color preview on white background

This text has color #4E6159 on white background.



Black color preview on #4E6159 background

This text has black color on #4E6159 background.


White color preview on #4E6159 background

This text has white color on #4E6159 background.