COLOR #4D544C

HEX: #4D544C RGB: (77,84,76)

Color info

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

RGB color model

#4D544C color RGB value is (77,84,76).

RGB: (77,84,76) (30%, 33%, 30%)

RGB channels and saturation

R 77 of 255 = 30%
G 84 of 255 = 33%
B 76 of 255 = 30%

77
84
76

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

Portions of RGB colors in percentages

R + G + B = 77 + 84 + 76 = 237 (100%)
R 77 of 237 ~ 32.49%
G 84 of 237 ~ 35.44%
B 76 of 237 ~ 32.07'%

%32.49
%35.44
%32.07

CMYK color model

#4D544C color CMYK value is (8,0,10,67).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 67.06%

CMYK: (8,0,10,67)
C8M0Y10K67 (8%, 0%, 10%, 67%)
(0.08 / 0.00 / 0.10 / 0.67)

CMYK percentages

%8.33
%0
%9.52
%67.06

Codes

Color #4D544C in popluar color models

4D 54 4C
RGB 77 84 76
HSL 113° 5.00% 31.37%
HSB/HSV 113° 9.52% 32.94%
CMYK 8.33% 0.00% 9.52%
67.06%

Color #4D544C in popluar number systems.

HEX 4D 54 4C
Decimal 77 84 76
Binary 1001101 1010100 1001100
Octal 115 124 114

Shades and tints

Shades of #4D544C

#4D544C
(77,84,76)
#464D46
(70,77,70)
#3F4640
(63,70,64)
#383F3A
(56,63,58)
#313834
(49,56,52)
#2A312E
(42,49,46)
#232A28
(35,42,40)
#1C2322
(28,35,34)
#151C1C
(21,28,28)
#0E1516
(14,21,22)
#070E10
(7,14,16)
#000000
(0,0,0)

Tints of #4D544C

#4D544C
(77,84,76)
#5D635C
(93,99,92)
#6D726C
(109,114,108)
#7D817C
(125,129,124)
#8D908C
(141,144,140)
#9D9F9C
(157,159,156)
#ADAEAC
(173,174,172)
#BDBDBC
(189,189,188)
#CDCCCC
(205,204,204)
#DDDBDC
(221,219,220)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D544C; }

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

This text font color is #4D544C.

Background Color

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

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

This div background color is #4D544C.

Border color

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

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

This div border color is #4D544C.

Opacity

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

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

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

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

This text has shadow with #4D544C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D544C.

Preview

Color preview on black background

This text has color #4D544C on black background.


Color preview on white background

This text has color #4D544C on white background.


Black color preview on #4D544C background

This text has black color on #4D544C background.


White color preview on #4D544C background

This text has white color on #4D544C background.


Related colors

Complementary color

Complementary color for #hex is #B2ABB3.


I love getcolorcode.com

Triadic colors

1 #4C4D54 and #544C4D with #4D544C are triadic colors.

2 #4C544D and #544D4C with #4D544C are triadic colors.