COLOR #4E7564

HEX: #4E7564 RGB: (78,117,100)

Color info

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

RGB color model

#4E7564 color RGB value is (78,117,100).

RGB: (78,117,100) (31%, 46%, 39%)

RGB channels and saturation

R 78 of 255 = 31%
G 117 of 255 = 46%
B 100 of 255 = 39%

78
117
100

R + G + B ~ 39%. #4E7564 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 117 + 100 = 295 (100%)
R 78 of 295 ~ 26.44%
G 117 of 295 ~ 39.66%
B 100 of 295 ~ 33.9'%

%26.44
%39.66
%33.9

CMYK color model

#4E7564 color CMYK value is (33,0,15,54).

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

CMYK: (33,0,15,54)
C33M0Y15K54 (33%, 0%, 15%, 54%)
(0.33 / 0.00 / 0.15 / 0.54)

CMYK percentages

%33.33
%0
%14.53
%54.12

Codes

Color #4E7564 in popluar color models

4E 75 64
RGB 78 117 100
HSL 154° 20.00% 38.24%
HSB/HSV 154° 33.33% 45.88%
CMYK 33.33% 0.00% 14.53%
54.12%

Color #4E7564 in popluar number systems.

HEX 4E 75 64
Decimal 78 117 100
Binary 1001110 1110101 1100100
Octal 116 165 144

Shades and tints

Shades of #4E7564

#4E7564
(78,117,100)
#476B5B
(71,107,91)
#406152
(64,97,82)
#395749
(57,87,73)
#324D40
(50,77,64)
#2B4337
(43,67,55)
#24392E
(36,57,46)
#1D2F25
(29,47,37)
#16251C
(22,37,28)
#0F1B13
(15,27,19)
#08110A
(8,17,10)
#000000
(0,0,0)

Tints of #4E7564

#4E7564
(78,117,100)
#5E8172
(94,129,114)
#6E8D80
(110,141,128)
#7E998E
(126,153,142)
#8EA59C
(142,165,156)
#9EB1AA
(158,177,170)
#AEBDB8
(174,189,184)
#BEC9C6
(190,201,198)
#CED5D4
(206,213,212)
#DEE1E2
(222,225,226)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E7564; }

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

This text font color is #4E7564.

Background Color

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

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

This div background color is #4E7564.

Border color

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

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

This div border color is #4E7564.

Opacity

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

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

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

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

This text has shadow with #4E7564 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E7564.

Preview

Color preview on black background

This text has color #4E7564 on black background.


Color preview on white background

This text has color #4E7564 on white background.


Black color preview on #4E7564 background

This text has black color on #4E7564 background.


White color preview on #4E7564 background

This text has white color on #4E7564 background.


Related colors

Complementary color

Complementary color for #hex is #B18A9B.


I love getcolorcode.com

Triadic colors

1 #644E75 and #75644E with #4E7564 are triadic colors.

2 #64754E and #754E64 with #4E7564 are triadic colors.