COLOR #4D5054

HEX: #4D5054
RGB: (77,80,84)

Color info

#4D5054 contains red, green and blue colors in about the same proportion. Web safe color of #4D5054 is #336666 (or #366).

RGB color model

#4D5054 color RGB value is (77,80,84).

  • red value is 77;
  • green value is 80;
  • blue value is 84.
RGB:
(77,80,84)
(30%,31%,33%)

RGB channels and saturation

R 77 of 255 = 30%
G 80 of 255 = 31%
B 84 of 255 = 33%

77
80
84

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

Portions of RGB colors in percentages

R + G + B =
77 + 80 + 84 = 241 (100%)
R 77 of 241 ~ 31.95%
G 80 of 241 ~ 33.2%
B 84 of 241 ~ 34.85%

%31.95
%33.2
%34.85

CMYK color model

#4D5054 color CMYK value is (8,5,0,67).

  • cyan value is 8.33%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(8,5,0,67)
C8M5Y0K67 
(8%,5%,0%,67%)
(0.08/0.05/0.00/0.67)	

CMYK percentages

%8.33
%4.76
%0
%67.06

Codes

Color #4D5054 in popluar color models

4D5054
RGB778084
HSL214°4.35%31.57%
HSB/HSV214°8.33%32.94%
CMYK8.33%4.76%0.00%
67.06%

Color #4D5054 in popluar number systems.

HEX4D5054
Decimal778084
Binary100110110100001010100
Octal115120124

Shades and tints

Shades of #4D5054

#4D5054
(77,80,84)
#46494D
(70,73,77)
#3F4246
(63,66,70)
#383B3F
(56,59,63)
#313438
(49,52,56)
#2A2D31
(42,45,49)
#23262A
(35,38,42)
#1C1F23
(28,31,35)
#15181C
(21,24,28)
#0E1115
(14,17,21)
#070A0E
(7,10,14)
#000000
(0,0,0)

Tints of #4D5054

#4D5054
(77,80,84)
#5D5F63
(93,95,99)
#6D6E72
(109,110,114)
#7D7D81
(125,125,129)
#8D8C90
(141,140,144)
#9D9B9F
(157,155,159)
#ADAAAE
(173,170,174)
#BDB9BD
(189,185,189)
#CDC8CC
(205,200,204)
#DDD7DB
(221,215,219)
#EDE6EA
(237,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5054; }

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

This text font color is #4D5054.


Background Color

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

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

This div background color is #4D5054.


Border color

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

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

This div border color is #4D5054.


Opacity

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

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

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

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

This text has shadow with #4D5054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5054 on black background.


Color preview on white background

This text has color #4D5054 on white background.



Black color preview on #4D5054 background

This text has black color on #4D5054 background.


White color preview on #4D5054 background

This text has white color on #4D5054 background.