COLOR #4D4F5F

HEX: #4D4F5F
RGB: (77,79,95)

Color info

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

RGB color model

#4D4F5F color RGB value is (77,79,95).

  • red value is 77;
  • green value is 79;
  • blue value is 95.
RGB:
(77,79,95)
(30%,31%,37%)

RGB channels and saturation

R 77 of 255 = 30%
G 79 of 255 = 31%
B 95 of 255 = 37%

77
79
95

R + G + B ~ 33%. #4D4F5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 79 + 95 = 251 (100%)
R 77 of 251 ~ 30.68%
G 79 of 251 ~ 31.47%
B 95 of 251 ~ 37.85%

%30.68
%31.47
%37.85

CMYK color model

#4D4F5F color CMYK value is (19,17,0,63).

  • cyan value is 18.95%
  • magenta value is 16.84%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(19,17,0,63)
C19M17Y0K63 
(19%,17%,0%,63%)
(0.19/0.17/0.00/0.63)	

CMYK percentages

%18.95
%16.84
%0
%62.75

Codes

Color #4D4F5F in popluar color models

4D4F5F
RGB777995
HSL233°10.47%33.73%
HSB/HSV233°18.95%37.25%
CMYK18.95%16.84%0.00%
62.75%

Color #4D4F5F in popluar number systems.

HEX4D4F5F
Decimal777995
Binary100110110011111011111
Octal115117137

Shades and tints

Shades of #4D4F5F

#4D4F5F
(77,79,95)
#464857
(70,72,87)
#3F414F
(63,65,79)
#383A47
(56,58,71)
#31333F
(49,51,63)
#2A2C37
(42,44,55)
#23252F
(35,37,47)
#1C1E27
(28,30,39)
#15171F
(21,23,31)
#0E1017
(14,16,23)
#07090F
(7,9,15)
#000000
(0,0,0)

Tints of #4D4F5F

#4D4F5F
(77,79,95)
#5D5F6D
(93,95,109)
#6D6F7B
(109,111,123)
#7D7F89
(125,127,137)
#8D8F97
(141,143,151)
#9D9FA5
(157,159,165)
#ADAFB3
(173,175,179)
#BDBFC1
(189,191,193)
#CDCFCF
(205,207,207)
#DDDFDD
(221,223,221)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4F5F color. Also use rgb(77,79,95) instead hex code.

Text Font Color

.myTextColor { color: #4D4F5F; }

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

This text font color is #4D4F5F.


Background Color

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

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

This div background color is #4D4F5F.


Border color

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

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

This div border color is #4D4F5F.


Opacity

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

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

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

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

This text has shadow with #4D4F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4F5F on black background.


Color preview on white background

This text has color #4D4F5F on white background.



Black color preview on #4D4F5F background

This text has black color on #4D4F5F background.


White color preview on #4D4F5F background

This text has white color on #4D4F5F background.