COLOR #4E6B50

HEX: #4E6B50
RGB: (78,107,80)

Color info

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

RGB color model

#4E6B50 color RGB value is (78,107,80).

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

RGB channels and saturation

R 78 of 255 = 31%
G 107 of 255 = 42%
B 80 of 255 = 31%

78
107
80

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

Portions of RGB colors in percentages

R + G + B =
78 + 107 + 80 = 265 (100%)
R 78 of 265 ~ 29.43%
G 107 of 265 ~ 40.38%
B 80 of 265 ~ 30.19%

%29.43
%40.38
%30.19

CMYK color model

#4E6B50 color CMYK value is (27,0,25,58).

  • cyan value is 27.10%
  • magenta value is 0.00%
  • yellow value is 25.23%
  • key color value is 58.04%
CMYK:
(27,0,25,58)
C27M0Y25K58 
(27%,0%,25%,58%)
(0.27/0.00/0.25/0.58)	

CMYK percentages

%27.1
%0
%25.23
%58.04

Codes

Color #4E6B50 in popluar color models

4E6B50
RGB7810780
HSL124°15.68%36.27%
HSB/HSV124°27.10%41.96%
CMYK27.10%0.00%25.23%
58.04%

Color #4E6B50 in popluar number systems.

HEX4E6B50
Decimal7810780
Binary100111011010111010000
Octal116153120

Shades and tints

Shades of #4E6B50

#4E6B50
(78,107,80)
#476249
(71,98,73)
#405942
(64,89,66)
#39503B
(57,80,59)
#324734
(50,71,52)
#2B3E2D
(43,62,45)
#243526
(36,53,38)
#1D2C1F
(29,44,31)
#162318
(22,35,24)
#0F1A11
(15,26,17)
#08110A
(8,17,10)
#000000
(0,0,0)

Tints of #4E6B50

#4E6B50
(78,107,80)
#5E785F
(94,120,95)
#6E856E
(110,133,110)
#7E927D
(126,146,125)
#8E9F8C
(142,159,140)
#9EAC9B
(158,172,155)
#AEB9AA
(174,185,170)
#BEC6B9
(190,198,185)
#CED3C8
(206,211,200)
#DEE0D7
(222,224,215)
#EEEDE6
(238,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6B50; }

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

This text font color is #4E6B50.


Background Color

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

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

This div background color is #4E6B50.


Border color

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

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

This div border color is #4E6B50.


Opacity

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

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

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

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

This text has shadow with #4E6B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6B50 on black background.


Color preview on white background

This text has color #4E6B50 on white background.



Black color preview on #4E6B50 background

This text has black color on #4E6B50 background.


White color preview on #4E6B50 background

This text has white color on #4E6B50 background.