COLOR #4E6C59

HEX: #4E6C59
RGB: (78,108,89)

Color info

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

RGB color model

#4E6C59 color RGB value is (78,108,89).

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

RGB channels and saturation

R 78 of 255 = 31%
G 108 of 255 = 42%
B 89 of 255 = 35%

78
108
89

R + G + B ~ 36%. #4E6C59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 108 + 89 = 275 (100%)
R 78 of 275 ~ 28.36%
G 108 of 275 ~ 39.27%
B 89 of 275 ~ 32.36%

%28.36
%39.27
%32.36

CMYK color model

#4E6C59 color CMYK value is (28,0,18,58).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 17.59%
  • key color value is 57.65%
CMYK:
(28,0,18,58)
C28M0Y18K58 
(28%,0%,18%,58%)
(0.28/0.00/0.18/0.58)	

CMYK percentages

%27.78
%0
%17.59
%57.65

Codes

Color #4E6C59 in popluar color models

4E6C59
RGB7810889
HSL142°16.13%36.47%
HSB/HSV142°27.78%42.35%
CMYK27.78%0.00%17.59%
57.65%

Color #4E6C59 in popluar number systems.

HEX4E6C59
Decimal7810889
Binary100111011011001011001
Octal116154131

Shades and tints

Shades of #4E6C59

#4E6C59
(78,108,89)
#476351
(71,99,81)
#405A49
(64,90,73)
#395141
(57,81,65)
#324839
(50,72,57)
#2B3F31
(43,63,49)
#243629
(36,54,41)
#1D2D21
(29,45,33)
#162419
(22,36,25)
#0F1B11
(15,27,17)
#081209
(8,18,9)
#000000
(0,0,0)

Tints of #4E6C59

#4E6C59
(78,108,89)
#5E7968
(94,121,104)
#6E8677
(110,134,119)
#7E9386
(126,147,134)
#8EA095
(142,160,149)
#9EADA4
(158,173,164)
#AEBAB3
(174,186,179)
#BEC7C2
(190,199,194)
#CED4D1
(206,212,209)
#DEE1E0
(222,225,224)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6C59; }

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

This text font color is #4E6C59.


Background Color

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

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

This div background color is #4E6C59.


Border color

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

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

This div border color is #4E6C59.


Opacity

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

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

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

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

This text has shadow with #4E6C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6C59 on black background.


Color preview on white background

This text has color #4E6C59 on white background.



Black color preview on #4E6C59 background

This text has black color on #4E6C59 background.


White color preview on #4E6C59 background

This text has white color on #4E6C59 background.