COLOR #4E766B

HEX: #4E766B RGB: (78,118,107)

Color info

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

RGB color model

#4E766B color RGB value is (78,118,107).

RGB: (78,118,107) (31%, 46%, 42%)

RGB channels and saturation

R 78 of 255 = 31%
G 118 of 255 = 46%
B 107 of 255 = 42%

78
118
107

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

Portions of RGB colors in percentages

R + G + B = 78 + 118 + 107 = 303 (100%)
R 78 of 303 ~ 25.74%
G 118 of 303 ~ 38.94%
B 107 of 303 ~ 35.31'%

%25.74
%38.94
%35.31

CMYK color model

#4E766B color CMYK value is (34,0,9,54).

  • cyan value is 33.90%
  • magenta value is 0.00%
  • yellow value is 9.32%
  • key color value is 53.73%

CMYK: (34,0,9,54)
C34M0Y9K54 (34%, 0%, 9%, 54%)
(0.34 / 0.00 / 0.09 / 0.54)

CMYK percentages

%33.9
%0
%9.32
%53.73

Codes

Color #4E766B in popluar color models

4E 76 6B
RGB 78 118 107
HSL 164° 20.41% 38.43%
HSB/HSV 164° 33.90% 46.27%
CMYK 33.90% 0.00% 9.32%
53.73%

Color #4E766B in popluar number systems.

HEX 4E 76 6B
Decimal 78 118 107
Binary 1001110 1110110 1101011
Octal 116 166 153

Shades and tints

Shades of #4E766B

#4E766B
(78,118,107)
#476C62
(71,108,98)
#406259
(64,98,89)
#395850
(57,88,80)
#324E47
(50,78,71)
#2B443E
(43,68,62)
#243A35
(36,58,53)
#1D302C
(29,48,44)
#162623
(22,38,35)
#0F1C1A
(15,28,26)
#081211
(8,18,17)
#000000
(0,0,0)

Tints of #4E766B

#4E766B
(78,118,107)
#5E8278
(94,130,120)
#6E8E85
(110,142,133)
#7E9A92
(126,154,146)
#8EA69F
(142,166,159)
#9EB2AC
(158,178,172)
#AEBEB9
(174,190,185)
#BECAC6
(190,202,198)
#CED6D3
(206,214,211)
#DEE2E0
(222,226,224)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E766B; }

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

This text font color is #4E766B.

Background Color

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

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

This div background color is #4E766B.

Border color

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

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

This div border color is #4E766B.

Opacity

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

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

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

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

This text has shadow with #4E766B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E766B.

Preview

Color preview on black background

This text has color #4E766B on black background.


Color preview on white background

This text has color #4E766B on white background.


Black color preview on #4E766B background

This text has black color on #4E766B background.


White color preview on #4E766B background

This text has white color on #4E766B background.


Related colors

Complementary color

Complementary color for #hex is #B18994.


I love getcolorcode.com

Triadic colors

1 #6B4E76 and #766B4E with #4E766B are triadic colors.

2 #6B764E and #764E6B with #4E766B are triadic colors.