COLOR #4D505B

HEX: #4D505B
RGB: (77,80,91)

Color info

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

RGB color model

#4D505B color RGB value is (77,80,91).

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

RGB channels and saturation

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

77
80
91

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

Portions of RGB colors in percentages

R + G + B =
77 + 80 + 91 = 248 (100%)
R 77 of 248 ~ 31.05%
G 80 of 248 ~ 32.26%
B 91 of 248 ~ 36.69%

%31.05
%32.26
%36.69

CMYK color model

#4D505B color CMYK value is (15,12,0,64).

  • cyan value is 15.38%
  • magenta value is 12.09%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(15,12,0,64)
C15M12Y0K64 
(15%,12%,0%,64%)
(0.15/0.12/0.00/0.64)	

CMYK percentages

%15.38
%12.09
%0
%64.31

Codes

Color #4D505B in popluar color models

4D505B
RGB778091
HSL227°8.33%32.94%
HSB/HSV227°15.38%35.69%
CMYK15.38%12.09%0.00%
64.31%

Color #4D505B in popluar number systems.

HEX4D505B
Decimal778091
Binary100110110100001011011
Octal115120133

Shades and tints

Shades of #4D505B

#4D505B
(77,80,91)
#464953
(70,73,83)
#3F424B
(63,66,75)
#383B43
(56,59,67)
#31343B
(49,52,59)
#2A2D33
(42,45,51)
#23262B
(35,38,43)
#1C1F23
(28,31,35)
#15181B
(21,24,27)
#0E1113
(14,17,19)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #4D505B

#4D505B
(77,80,91)
#5D5F69
(93,95,105)
#6D6E77
(109,110,119)
#7D7D85
(125,125,133)
#8D8C93
(141,140,147)
#9D9BA1
(157,155,161)
#ADAAAF
(173,170,175)
#BDB9BD
(189,185,189)
#CDC8CB
(205,200,203)
#DDD7D9
(221,215,217)
#EDE6E7
(237,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D505B; }

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

This text font color is #4D505B.


Background Color

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

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

This div background color is #4D505B.


Border color

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

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

This div border color is #4D505B.


Opacity

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

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

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

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

This text has shadow with #4D505B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D505B on black background.


Color preview on white background

This text has color #4D505B on white background.



Black color preview on #4D505B background

This text has black color on #4D505B background.


White color preview on #4D505B background

This text has white color on #4D505B background.