COLOR #4E765B

HEX: #4E765B RGB: (78,118,91)

Color info

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

RGB color model

#4E765B color RGB value is (78,118,91).

RGB: (78,118,91) (31%, 46%, 36%)

RGB channels and saturation

R 78 of 255 = 31%
G 118 of 255 = 46%
B 91 of 255 = 36%

78
118
91

R + G + B ~ 38%. #4E765B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 118 + 91 = 287 (100%)
R 78 of 287 ~ 27.18%
G 118 of 287 ~ 41.11%
B 91 of 287 ~ 31.71'%

%27.18
%41.11
%31.71

CMYK color model

#4E765B color CMYK value is (34,0,23,54).

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

CMYK: (34,0,23,54)
C34M0Y23K54 (34%, 0%, 23%, 54%)
(0.34 / 0.00 / 0.23 / 0.54)

CMYK percentages

%33.9
%0
%22.88
%53.73

Codes

Color #4E765B in popluar color models

4E 76 5B
RGB 78 118 91
HSL 140° 20.41% 38.43%
HSB/HSV 140° 33.90% 46.27%
CMYK 33.90% 0.00% 22.88%
53.73%

Color #4E765B in popluar number systems.

HEX 4E 76 5B
Decimal 78 118 91
Binary 1001110 1110110 1011011
Octal 116 166 133

Shades and tints

Shades of #4E765B

#4E765B
(78,118,91)
#476C53
(71,108,83)
#40624B
(64,98,75)
#395843
(57,88,67)
#324E3B
(50,78,59)
#2B4433
(43,68,51)
#243A2B
(36,58,43)
#1D3023
(29,48,35)
#16261B
(22,38,27)
#0F1C13
(15,28,19)
#08120B
(8,18,11)
#000000
(0,0,0)

Tints of #4E765B

#4E765B
(78,118,91)
#5E8269
(94,130,105)
#6E8E77
(110,142,119)
#7E9A85
(126,154,133)
#8EA693
(142,166,147)
#9EB2A1
(158,178,161)
#AEBEAF
(174,190,175)
#BECABD
(190,202,189)
#CED6CB
(206,214,203)
#DEE2D9
(222,226,217)
#EEEEE7
(238,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E765B; }

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

This text font color is #4E765B.

Background Color

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

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

This div background color is #4E765B.

Border color

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

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

This div border color is #4E765B.

Opacity

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

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

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

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

This text has shadow with #4E765B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E765B.

Preview

Color preview on black background

This text has color #4E765B on black background.


Color preview on white background

This text has color #4E765B on white background.


Black color preview on #4E765B background

This text has black color on #4E765B background.


White color preview on #4E765B background

This text has white color on #4E765B background.


Related colors

Complementary color

Complementary color for #hex is #B189A4.


I love getcolorcode.com

Triadic colors

1 #5B4E76 and #765B4E with #4E765B are triadic colors.

2 #5B764E and #764E5B with #4E765B are triadic colors.