COLOR #4D564C

HEX: #4D564C RGB: (77,86,76)

Color info

#4D564C contains red, green and blue colors in about the same proportion. Web safe color of #4D564C is #336633 (or #363).

RGB color model

#4D564C color RGB value is (77,86,76).

RGB: (77,86,76) (30%, 34%, 30%)

RGB channels and saturation

R 77 of 255 = 30%
G 86 of 255 = 34%
B 76 of 255 = 30%

77
86
76

R + G + B ~ 31%. #4D564C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 86 + 76 = 239 (100%)
R 77 of 239 ~ 32.22%
G 86 of 239 ~ 35.98%
B 76 of 239 ~ 31.8'%

%32.22
%35.98
%31.8

CMYK color model

#4D564C color CMYK value is (10,0,12,66).

  • cyan value is 10.47%
  • magenta value is 0.00%
  • yellow value is 11.63%
  • key color value is 66.27%
CMYK: (10,0,12,66) C10M0Y12K66 (10%,0%,12%,66%) (0.10/0.00/0.12/0.66) 

CMYK percentages

%10.47
%0
%11.63
%66.27

Codes

Color #4D564C in popluar color models

4D 56 4C
RGB 77 86 76
HSL 114° 6.17% 31.76%
HSB/HSV 114° 11.63% 33.73%
CMYK 10.47% 0.00% 11.63%
66.27%

Color #4D564C in popluar number systems.

HEX 4D 56 4C
Decimal 77 86 76
Binary 1001101 1010110 1001100
Octal 115 126 114

Shades and tints

Shades of #4D564C

#4D564C
(77,86,76)
#464F46
(70,79,70)
#3F4840
(63,72,64)
#38413A
(56,65,58)
#313A34
(49,58,52)
#2A332E
(42,51,46)
#232C28
(35,44,40)
#1C2522
(28,37,34)
#151E1C
(21,30,28)
#0E1716
(14,23,22)
#071010
(7,16,16)
#000000
(0,0,0)

Tints of #4D564C

#4D564C
(77,86,76)
#5D655C
(93,101,92)
#6D746C
(109,116,108)
#7D837C
(125,131,124)
#8D928C
(141,146,140)
#9DA19C
(157,161,156)
#ADB0AC
(173,176,172)
#BDBFBC
(189,191,188)
#CDCECC
(205,206,204)
#DDDDDC
(221,221,220)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D564C color. Also use rgb(77,86,76) instead hex code.

Text Font Color

.myTextColor { color: #4D564C; }

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

This text font color is #4D564C.

Background Color

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

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

This div background color is #4D564C.

Border color

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

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

This div border color is #4D564C.

Opacity

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

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

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

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

This text has shadow with #4D564C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D564C.

Preview

Color preview on black background

This text has color #4D564C on black background.


Color preview on white background

This text has color #4D564C on white background.


Black color preview on #4D564C background

This text has black color on #4D564C background.


White color preview on #4D564C background

This text has white color on #4D564C background.


Related colors

Complementary color

Complementary color for #hex is #B2A9B3.


I love getcolorcode.com

Triadic colors

1 #4C4D56 and #564C4D with #4D564C are triadic colors.

2 #4C564D and #564D4C with #4D564C are triadic colors.