COLOR #4E755B

HEX: #4E755B RGB: (78,117,91)

Color info

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

RGB color model

#4E755B color RGB value is (78,117,91).

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

RGB channels and saturation

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

78
117
91

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

Portions of RGB colors in percentages

R + G + B = 78 + 117 + 91 = 286 (100%)
R 78 of 286 ~ 27.27%
G 117 of 286 ~ 40.91%
B 91 of 286 ~ 31.82'%

%27.27
%40.91
%31.82

CMYK color model

#4E755B color CMYK value is (33,0,22,54).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 54.12%

CMYK: (33,0,22,54)
C33M0Y22K54 (33%, 0%, 22%, 54%)
(0.33 / 0.00 / 0.22 / 0.54)

CMYK percentages

%33.33
%0
%22.22
%54.12

Codes

Color #4E755B in popluar color models

4E 75 5B
RGB 78 117 91
HSL 140° 20.00% 38.24%
HSB/HSV 140° 33.33% 45.88%
CMYK 33.33% 0.00% 22.22%
54.12%

Color #4E755B in popluar number systems.

HEX 4E 75 5B
Decimal 78 117 91
Binary 1001110 1110101 1011011
Octal 116 165 133

Shades and tints

Shades of #4E755B

#4E755B
(78,117,91)
#476B53
(71,107,83)
#40614B
(64,97,75)
#395743
(57,87,67)
#324D3B
(50,77,59)
#2B4333
(43,67,51)
#24392B
(36,57,43)
#1D2F23
(29,47,35)
#16251B
(22,37,27)
#0F1B13
(15,27,19)
#08110B
(8,17,11)
#000000
(0,0,0)

Tints of #4E755B

#4E755B
(78,117,91)
#5E8169
(94,129,105)
#6E8D77
(110,141,119)
#7E9985
(126,153,133)
#8EA593
(142,165,147)
#9EB1A1
(158,177,161)
#AEBDAF
(174,189,175)
#BEC9BD
(190,201,189)
#CED5CB
(206,213,203)
#DEE1D9
(222,225,217)
#EEEDE7
(238,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E755B; }

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

This text font color is #4E755B.

Background Color

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

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

This div background color is #4E755B.

Border color

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

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

This div border color is #4E755B.

Opacity

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

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

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

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

This text has shadow with #4E755B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E755B.

Preview

Color preview on black background

This text has color #4E755B on black background.


Color preview on white background

This text has color #4E755B on white background.


Black color preview on #4E755B background

This text has black color on #4E755B background.


White color preview on #4E755B background

This text has white color on #4E755B background.


Related colors

Complementary color

Complementary color for #hex is #B18AA4.


I love getcolorcode.com

Triadic colors

1 #5B4E75 and #755B4E with #4E755B are triadic colors.

2 #5B754E and #754E5B with #4E755B are triadic colors.