COLOR #4D564D

HEX: #4D564D
RGB: (77,86,77)

Color info

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

RGB color model

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

  • red value is 77;
  • green value is 86;
  • blue value is 77.
RGB:
(77,86,77)
(30%,34%,30%)

RGB channels and saturation

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

77
86
77

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

Portions of RGB colors in percentages

R + G + B =
77 + 86 + 77 = 240 (100%)
R 77 of 240 ~ 32.08%
G 86 of 240 ~ 35.83%
B 77 of 240 ~ 32.08%

%32.08
%35.83
%32.08

CMYK color model

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

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

CMYK percentages

%10.47
%0
%10.47
%66.27

Codes

Color #4D564D in popluar color models

4D564D
RGB778677
HSL120°5.52%31.96%
HSB/HSV120°10.47%33.73%
CMYK10.47%0.00%10.47%
66.27%

Color #4D564D in popluar number systems.

HEX4D564D
Decimal778677
Binary100110110101101001101
Octal115126115

Shades and tints

Shades of #4D564D

#4D564D
(77,86,77)
#464F46
(70,79,70)
#3F483F
(63,72,63)
#384138
(56,65,56)
#313A31
(49,58,49)
#2A332A
(42,51,42)
#232C23
(35,44,35)
#1C251C
(28,37,28)
#151E15
(21,30,21)
#0E170E
(14,23,14)
#071007
(7,16,7)
#000000
(0,0,0)

Tints of #4D564D

#4D564D
(77,86,77)
#5D655D
(93,101,93)
#6D746D
(109,116,109)
#7D837D
(125,131,125)
#8D928D
(141,146,141)
#9DA19D
(157,161,157)
#ADB0AD
(173,176,173)
#BDBFBD
(189,191,189)
#CDCECD
(205,206,205)
#DDDDDD
(221,221,221)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D564D; }

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

This text font color is #4D564D.


Background Color

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

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

This div background color is #4D564D.


Border color

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

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

This div border color is #4D564D.


Opacity

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

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

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

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

This text has shadow with #4D564D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D564D on black background.


Color preview on white background

This text has color #4D564D on white background.



Black color preview on #4D564D background

This text has black color on #4D564D background.


White color preview on #4D564D background

This text has white color on #4D564D background.