COLOR #4E6E5B

HEX: #4E6E5B
RGB: (78,110,91)

Color info

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

RGB color model

#4E6E5B color RGB value is (78,110,91).

  • red value is 78;
  • green value is 110;
  • blue value is 91.
RGB:
(78,110,91)
(31%,43%,36%)

RGB channels and saturation

R 78 of 255 = 31%
G 110 of 255 = 43%
B 91 of 255 = 36%

78
110
91

R + G + B ~ 37%. #4E6E5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 110 + 91 = 279 (100%)
R 78 of 279 ~ 27.96%
G 110 of 279 ~ 39.43%
B 91 of 279 ~ 32.62%

%27.96
%39.43
%32.62

CMYK color model

#4E6E5B color CMYK value is (29,0,17,57).

  • cyan value is 29.09%
  • magenta value is 0.00%
  • yellow value is 17.27%
  • key color value is 56.86%
CMYK:
(29,0,17,57)
C29M0Y17K57 
(29%,0%,17%,57%)
(0.29/0.00/0.17/0.57)	

CMYK percentages

%29.09
%0
%17.27
%56.86

Codes

Color #4E6E5B in popluar color models

4E6E5B
RGB7811091
HSL144°17.02%36.86%
HSB/HSV144°29.09%43.14%
CMYK29.09%0.00%17.27%
56.86%

Color #4E6E5B in popluar number systems.

HEX4E6E5B
Decimal7811091
Binary100111011011101011011
Octal116156133

Shades and tints

Shades of #4E6E5B

#4E6E5B
(78,110,91)
#476453
(71,100,83)
#405A4B
(64,90,75)
#395043
(57,80,67)
#32463B
(50,70,59)
#2B3C33
(43,60,51)
#24322B
(36,50,43)
#1D2823
(29,40,35)
#161E1B
(22,30,27)
#0F1413
(15,20,19)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #4E6E5B

#4E6E5B
(78,110,91)
#5E7B69
(94,123,105)
#6E8877
(110,136,119)
#7E9585
(126,149,133)
#8EA293
(142,162,147)
#9EAFA1
(158,175,161)
#AEBCAF
(174,188,175)
#BEC9BD
(190,201,189)
#CED6CB
(206,214,203)
#DEE3D9
(222,227,217)
#EEF0E7
(238,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6E5B color. Also use rgb(78,110,91) instead hex code.

Text Font Color

.myTextColor { color: #4E6E5B; }

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

This text font color is #4E6E5B.


Background Color

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

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

This div background color is #4E6E5B.


Border color

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

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

This div border color is #4E6E5B.


Opacity

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

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

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

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

This text has shadow with #4E6E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6E5B on black background.


Color preview on white background

This text has color #4E6E5B on white background.



Black color preview on #4E6E5B background

This text has black color on #4E6E5B background.


White color preview on #4E6E5B background

This text has white color on #4E6E5B background.