COLOR #4D5059

HEX: #4D5059
RGB: (77,80,89)

Color info

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

RGB color model

#4D5059 color RGB value is (77,80,89).

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

RGB channels and saturation

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

77
80
89

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

Portions of RGB colors in percentages

R + G + B =
77 + 80 + 89 = 246 (100%)
R 77 of 246 ~ 31.3%
G 80 of 246 ~ 32.52%
B 89 of 246 ~ 36.18%

%31.3
%32.52
%36.18

CMYK color model

#4D5059 color CMYK value is (13,10,0,65).

  • cyan value is 13.48%
  • magenta value is 10.11%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(13,10,0,65)
C13M10Y0K65 
(13%,10%,0%,65%)
(0.13/0.10/0.00/0.65)	

CMYK percentages

%13.48
%10.11
%0
%65.1

Codes

Color #4D5059 in popluar color models

4D5059
RGB778089
HSL225°7.23%32.55%
HSB/HSV225°13.48%34.90%
CMYK13.48%10.11%0.00%
65.10%

Color #4D5059 in popluar number systems.

HEX4D5059
Decimal778089
Binary100110110100001011001
Octal115120131

Shades and tints

Shades of #4D5059

#4D5059
(77,80,89)
#464951
(70,73,81)
#3F4249
(63,66,73)
#383B41
(56,59,65)
#313439
(49,52,57)
#2A2D31
(42,45,49)
#232629
(35,38,41)
#1C1F21
(28,31,33)
#151819
(21,24,25)
#0E1111
(14,17,17)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #4D5059

#4D5059
(77,80,89)
#5D5F68
(93,95,104)
#6D6E77
(109,110,119)
#7D7D86
(125,125,134)
#8D8C95
(141,140,149)
#9D9BA4
(157,155,164)
#ADAAB3
(173,170,179)
#BDB9C2
(189,185,194)
#CDC8D1
(205,200,209)
#DDD7E0
(221,215,224)
#EDE6EF
(237,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5059; }

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

This text font color is #4D5059.


Background Color

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

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

This div background color is #4D5059.


Border color

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

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

This div border color is #4D5059.


Opacity

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

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

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

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

This text has shadow with #4D5059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5059 on black background.


Color preview on white background

This text has color #4D5059 on white background.



Black color preview on #4D5059 background

This text has black color on #4D5059 background.


White color preview on #4D5059 background

This text has white color on #4D5059 background.