COLOR #4E6B56

HEX: #4E6B56
RGB: (78,107,86)

Color info

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

RGB color model

#4E6B56 color RGB value is (78,107,86).

  • red value is 78;
  • green value is 107;
  • blue value is 86.
RGB:
(78,107,86)
(31%,42%,34%)

RGB channels and saturation

R 78 of 255 = 31%
G 107 of 255 = 42%
B 86 of 255 = 34%

78
107
86

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

Portions of RGB colors in percentages

R + G + B =
78 + 107 + 86 = 271 (100%)
R 78 of 271 ~ 28.78%
G 107 of 271 ~ 39.48%
B 86 of 271 ~ 31.73%

%28.78
%39.48
%31.73

CMYK color model

#4E6B56 color CMYK value is (27,0,20,58).

  • cyan value is 27.10%
  • magenta value is 0.00%
  • yellow value is 19.63%
  • key color value is 58.04%
CMYK:
(27,0,20,58)
C27M0Y20K58 
(27%,0%,20%,58%)
(0.27/0.00/0.20/0.58)	

CMYK percentages

%27.1
%0
%19.63
%58.04

Codes

Color #4E6B56 in popluar color models

4E6B56
RGB7810786
HSL137°15.68%36.27%
HSB/HSV137°27.10%41.96%
CMYK27.10%0.00%19.63%
58.04%

Color #4E6B56 in popluar number systems.

HEX4E6B56
Decimal7810786
Binary100111011010111010110
Octal116153126

Shades and tints

Shades of #4E6B56

#4E6B56
(78,107,86)
#47624F
(71,98,79)
#405948
(64,89,72)
#395041
(57,80,65)
#32473A
(50,71,58)
#2B3E33
(43,62,51)
#24352C
(36,53,44)
#1D2C25
(29,44,37)
#16231E
(22,35,30)
#0F1A17
(15,26,23)
#081110
(8,17,16)
#000000
(0,0,0)

Tints of #4E6B56

#4E6B56
(78,107,86)
#5E7865
(94,120,101)
#6E8574
(110,133,116)
#7E9283
(126,146,131)
#8E9F92
(142,159,146)
#9EACA1
(158,172,161)
#AEB9B0
(174,185,176)
#BEC6BF
(190,198,191)
#CED3CE
(206,211,206)
#DEE0DD
(222,224,221)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6B56 color. Also use rgb(78,107,86) instead hex code.

Text Font Color

.myTextColor { color: #4E6B56; }

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

This text font color is #4E6B56.


Background Color

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

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

This div background color is #4E6B56.


Border color

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

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

This div border color is #4E6B56.


Opacity

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

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

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

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

This text has shadow with #4E6B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6B56 on black background.


Color preview on white background

This text has color #4E6B56 on white background.



Black color preview on #4E6B56 background

This text has black color on #4E6B56 background.


White color preview on #4E6B56 background

This text has white color on #4E6B56 background.