COLOR #4D505D

HEX: #4D505D
RGB: (77,80,93)

Color info

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

RGB color model

#4D505D color RGB value is (77,80,93).

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

RGB channels and saturation

R 77 of 255 = 30%
G 80 of 255 = 31%
B 93 of 255 = 36%

77
80
93

R + G + B ~ 32%. #4D505D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 80 + 93 = 250 (100%)
R 77 of 250 ~ 30.8%
G 80 of 250 ~ 32%
B 93 of 250 ~ 37.2%

%30.8
%32
%37.2

CMYK color model

#4D505D color CMYK value is (17,14,0,64).

  • cyan value is 17.20%
  • magenta value is 13.98%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(17,14,0,64)
C17M14Y0K64 
(17%,14%,0%,64%)
(0.17/0.14/0.00/0.64)	

CMYK percentages

%17.2
%13.98
%0
%63.53

Codes

Color #4D505D in popluar color models

4D505D
RGB778093
HSL229°9.41%33.33%
HSB/HSV229°17.20%36.47%
CMYK17.20%13.98%0.00%
63.53%

Color #4D505D in popluar number systems.

HEX4D505D
Decimal778093
Binary100110110100001011101
Octal115120135

Shades and tints

Shades of #4D505D

#4D505D
(77,80,93)
#464955
(70,73,85)
#3F424D
(63,66,77)
#383B45
(56,59,69)
#31343D
(49,52,61)
#2A2D35
(42,45,53)
#23262D
(35,38,45)
#1C1F25
(28,31,37)
#15181D
(21,24,29)
#0E1115
(14,17,21)
#070A0D
(7,10,13)
#000000
(0,0,0)

Tints of #4D505D

#4D505D
(77,80,93)
#5D5F6B
(93,95,107)
#6D6E79
(109,110,121)
#7D7D87
(125,125,135)
#8D8C95
(141,140,149)
#9D9BA3
(157,155,163)
#ADAAB1
(173,170,177)
#BDB9BF
(189,185,191)
#CDC8CD
(205,200,205)
#DDD7DB
(221,215,219)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D505D; }

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

This text font color is #4D505D.


Background Color

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

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

This div background color is #4D505D.


Border color

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

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

This div border color is #4D505D.


Opacity

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

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

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

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

This text has shadow with #4D505D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D505D on black background.


Color preview on white background

This text has color #4D505D on white background.



Black color preview on #4D505D background

This text has black color on #4D505D background.


White color preview on #4D505D background

This text has white color on #4D505D background.