COLOR #4E776B

HEX: #4E776B
RGB: (78,119,107)

Color info

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

RGB color model

#4E776B color RGB value is (78,119,107).

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

RGB channels and saturation

R 78 of 255 = 31%
G 119 of 255 = 47%
B 107 of 255 = 42%

78
119
107

R + G + B ~ 40%. #4E776B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
78 + 119 + 107 = 304 (100%)
R 78 of 304 ~ 25.66%
G 119 of 304 ~ 39.14%
B 107 of 304 ~ 35.2%

%25.66
%39.14
%35.2

CMYK color model

#4E776B color CMYK value is (34,0,10,53).

  • cyan value is 34.45%
  • magenta value is 0.00%
  • yellow value is 10.08%
  • key color value is 53.33%
CMYK:
(34,0,10,53)
C34M0Y10K53 
(34%,0%,10%,53%)
(0.34/0.00/0.10/0.53)	

CMYK percentages

%34.45
%0
%10.08
%53.33

Codes

Color #4E776B in popluar color models

4E776B
RGB78119107
HSL162°20.81%38.63%
HSB/HSV162°34.45%46.67%
CMYK34.45%0.00%10.08%
53.33%

Color #4E776B in popluar number systems.

HEX4E776B
Decimal78119107
Binary100111011101111101011
Octal116167153

Shades and tints

Shades of #4E776B

#4E776B
(78,119,107)
#476D62
(71,109,98)
#406359
(64,99,89)
#395950
(57,89,80)
#324F47
(50,79,71)
#2B453E
(43,69,62)
#243B35
(36,59,53)
#1D312C
(29,49,44)
#162723
(22,39,35)
#0F1D1A
(15,29,26)
#081311
(8,19,17)
#000000
(0,0,0)

Tints of #4E776B

#4E776B
(78,119,107)
#5E8378
(94,131,120)
#6E8F85
(110,143,133)
#7E9B92
(126,155,146)
#8EA79F
(142,167,159)
#9EB3AC
(158,179,172)
#AEBFB9
(174,191,185)
#BECBC6
(190,203,198)
#CED7D3
(206,215,211)
#DEE3E0
(222,227,224)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E776B; }

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

This text font color is #4E776B.


Background Color

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

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

This div background color is #4E776B.


Border color

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

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

This div border color is #4E776B.


Opacity

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

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

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

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

This text has shadow with #4E776B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E776B on black background.


Color preview on white background

This text has color #4E776B on white background.



Black color preview on #4E776B background

This text has black color on #4E776B background.


White color preview on #4E776B background

This text has white color on #4E776B background.