COLOR #4D4854

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

Color info

#4D4854 contains red, green and blue colors in about the same proportion. Web safe color of #4D4854 is #333366 (or #336).

RGB color model

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

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

RGB channels and saturation

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

77
72
84

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

Portions of RGB colors in percentages

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

%33.05
%30.9
%36.05

CMYK color model

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

  • cyan value is 8.33%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK: (8,14,0,67) C8M14Y0K67 (8%,14%,0%,67%) (0.08/0.14/0.00/0.67) 

CMYK percentages

%8.33
%14.29
%0
%67.06

Codes

Color #4D4854 in popluar color models

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

Color #4D4854 in popluar number systems.

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

Shades and tints

Shades of #4D4854

#4D4854
(77,72,84)
#46424D
(70,66,77)
#3F3C46
(63,60,70)
#38363F
(56,54,63)
#313038
(49,48,56)
#2A2A31
(42,42,49)
#23242A
(35,36,42)
#1C1E23
(28,30,35)
#15181C
(21,24,28)
#0E1215
(14,18,21)
#070C0E
(7,12,14)
#000000
(0,0,0)

Tints of #4D4854

#4D4854
(77,72,84)
#5D5863
(93,88,99)
#6D6872
(109,104,114)
#7D7881
(125,120,129)
#8D8890
(141,136,144)
#9D989F
(157,152,159)
#ADA8AE
(173,168,174)
#BDB8BD
(189,184,189)
#CDC8CC
(205,200,204)
#DDD8DB
(221,216,219)
#EDE8EA
(237,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4854; }

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

This text font color is #4D4854.

Background Color

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

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

This div background color is #4D4854.

Border color

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

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

This div border color is #4D4854.

Opacity

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

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

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

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

This text has shadow with #4D4854 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D4854.

Preview

Color preview on black background

This text has color #4D4854 on black background.


Color preview on white background

This text has color #4D4854 on white background.


Black color preview on #4D4854 background

This text has black color on #4D4854 background.


White color preview on #4D4854 background

This text has white color on #4D4854 background.


Related colors

Complementary color

Complementary color for #hex is #B2B7AB.


I love getcolorcode.com

Triadic colors

1 #544D48 and #48544D with #4D4854 are triadic colors.

2 #54484D and #484D54 with #4D4854 are triadic colors.