COLOR #4D5448

HEX: #4D5448 RGB: (77,84,72)

Color info

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

RGB color model

#4D5448 color RGB value is (77,84,72).

RGB: (77,84,72) (30%, 33%, 28%)

RGB channels and saturation

R 77 of 255 = 30%
G 84 of 255 = 33%
B 72 of 255 = 28%

77
84
72

R + G + B ~ 30%. #4D5448 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 84 + 72 = 233 (100%)
R 77 of 233 ~ 33.05%
G 84 of 233 ~ 36.05%
B 72 of 233 ~ 30.9'%

%33.05
%36.05
%30.9

CMYK color model

#4D5448 color CMYK value is (8,0,14,67).

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

CMYK: (8,0,14,67)
C8M0Y14K67 (8%, 0%, 14%, 67%)
(0.08 / 0.00 / 0.14 / 0.67)

CMYK percentages

%8.33
%0
%14.29
%67.06

Codes

Color #4D5448 in popluar color models

4D 54 48
RGB 77 84 72
HSL 95° 7.69% 30.59%
HSB/HSV 95° 14.29% 32.94%
CMYK 8.33% 0.00% 14.29%
67.06%

Color #4D5448 in popluar number systems.

HEX 4D 54 48
Decimal 77 84 72
Binary 1001101 1010100 1001000
Octal 115 124 110

Shades and tints

Shades of #4D5448

#4D5448
(77,84,72)
#464D42
(70,77,66)
#3F463C
(63,70,60)
#383F36
(56,63,54)
#313830
(49,56,48)
#2A312A
(42,49,42)
#232A24
(35,42,36)
#1C231E
(28,35,30)
#151C18
(21,28,24)
#0E1512
(14,21,18)
#070E0C
(7,14,12)
#000000
(0,0,0)

Tints of #4D5448

#4D5448
(77,84,72)
#5D6358
(93,99,88)
#6D7268
(109,114,104)
#7D8178
(125,129,120)
#8D9088
(141,144,136)
#9D9F98
(157,159,152)
#ADAEA8
(173,174,168)
#BDBDB8
(189,189,184)
#CDCCC8
(205,204,200)
#DDDBD8
(221,219,216)
#EDEAE8
(237,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5448; }

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

This text font color is #4D5448.

Background Color

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

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

This div background color is #4D5448.

Border color

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

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

This div border color is #4D5448.

Opacity

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

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

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

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

This text has shadow with #4D5448 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D5448.

Preview

Color preview on black background

This text has color #4D5448 on black background.


Color preview on white background

This text has color #4D5448 on white background.


Black color preview on #4D5448 background

This text has black color on #4D5448 background.


White color preview on #4D5448 background

This text has white color on #4D5448 background.


Related colors

Complementary color

Complementary color for #hex is #B2ABB7.


I love getcolorcode.com

Triadic colors

1 #484D54 and #54484D with #4D5448 are triadic colors.

2 #48544D and #544D48 with #4D5448 are triadic colors.