COLOR #4D5058

HEX: #4D5058 RGB: (77,80,88)

Color info

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

RGB color model

#4D5058 color RGB value is (77,80,88).

RGB: (77,80,88) (30%, 31%, 35%)

RGB channels and saturation

R 77 of 255 = 30%
G 80 of 255 = 31%
B 88 of 255 = 35%

77
80
88

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

Portions of RGB colors in percentages

R + G + B = 77 + 80 + 88 = 245 (100%)
R 77 of 245 ~ 31.43%
G 80 of 245 ~ 32.65%
B 88 of 245 ~ 35.92'%

%31.43
%32.65
%35.92

CMYK color model

#4D5058 color CMYK value is (13,9,0,65).

  • cyan value is 12.50%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 65.49%

CMYK: (13,9,0,65)
C13M9Y0K65 (13%, 9%, 0%, 65%)
(0.13 / 0.09 / 0.00 / 0.65)

CMYK percentages

%12.5
%9.09
%0
%65.49

Codes

Color #4D5058 in popluar color models

4D 50 58
RGB 77 80 88
HSL 224° 6.67% 32.35%
HSB/HSV 224° 12.50% 34.51%
CMYK 12.50% 9.09% 0.00%
65.49%

Color #4D5058 in popluar number systems.

HEX 4D 50 58
Decimal 77 80 88
Binary 1001101 1010000 1011000
Octal 115 120 130

Shades and tints

Shades of #4D5058

#4D5058
(77,80,88)
#464950
(70,73,80)
#3F4248
(63,66,72)
#383B40
(56,59,64)
#313438
(49,52,56)
#2A2D30
(42,45,48)
#232628
(35,38,40)
#1C1F20
(28,31,32)
#151818
(21,24,24)
#0E1110
(14,17,16)
#070A08
(7,10,8)
#000000
(0,0,0)

Tints of #4D5058

#4D5058
(77,80,88)
#5D5F67
(93,95,103)
#6D6E76
(109,110,118)
#7D7D85
(125,125,133)
#8D8C94
(141,140,148)
#9D9BA3
(157,155,163)
#ADAAB2
(173,170,178)
#BDB9C1
(189,185,193)
#CDC8D0
(205,200,208)
#DDD7DF
(221,215,223)
#EDE6EE
(237,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5058; }

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

This text font color is #4D5058.

Background Color

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

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

This div background color is #4D5058.

Border color

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

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

This div border color is #4D5058.

Opacity

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

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

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

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

This text has shadow with #4D5058 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D5058.

Preview

Color preview on black background

This text has color #4D5058 on black background.


Color preview on white background

This text has color #4D5058 on white background.


Black color preview on #4D5058 background

This text has black color on #4D5058 background.


White color preview on #4D5058 background

This text has white color on #4D5058 background.


Related colors

Complementary color

Complementary color for #hex is #B2AFA7.


I love getcolorcode.com

Triadic colors

1 #584D50 and #50584D with #4D5058 are triadic colors.

2 #58504D and #504D58 with #4D5058 are triadic colors.