COLOR #4D5459

HEX: #4D5459
RGB: (77,84,89)

Color info

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

RGB color model

#4D5459 color RGB value is (77,84,89).

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

RGB channels and saturation

R 77 of 255 = 30%
G 84 of 255 = 33%
B 89 of 255 = 35%

77
84
89

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

Portions of RGB colors in percentages

R + G + B =
77 + 84 + 89 = 250 (100%)
R 77 of 250 ~ 30.8%
G 84 of 250 ~ 33.6%
B 89 of 250 ~ 35.6%

%30.8
%33.6
%35.6

CMYK color model

#4D5459 color CMYK value is (13,6,0,65).

  • cyan value is 13.48%
  • magenta value is 5.62%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(13,6,0,65)
C13M6Y0K65 
(13%,6%,0%,65%)
(0.13/0.06/0.00/0.65)	

CMYK percentages

%13.48
%5.62
%0
%65.1

Codes

Color #4D5459 in popluar color models

4D5459
RGB778489
HSL205°7.23%32.55%
HSB/HSV205°13.48%34.90%
CMYK13.48%5.62%0.00%
65.10%

Color #4D5459 in popluar number systems.

HEX4D5459
Decimal778489
Binary100110110101001011001
Octal115124131

Shades and tints

Shades of #4D5459

#4D5459
(77,84,89)
#464D51
(70,77,81)
#3F4649
(63,70,73)
#383F41
(56,63,65)
#313839
(49,56,57)
#2A3131
(42,49,49)
#232A29
(35,42,41)
#1C2321
(28,35,33)
#151C19
(21,28,25)
#0E1511
(14,21,17)
#070E09
(7,14,9)
#000000
(0,0,0)

Tints of #4D5459

#4D5459
(77,84,89)
#5D6368
(93,99,104)
#6D7277
(109,114,119)
#7D8186
(125,129,134)
#8D9095
(141,144,149)
#9D9FA4
(157,159,164)
#ADAEB3
(173,174,179)
#BDBDC2
(189,189,194)
#CDCCD1
(205,204,209)
#DDDBE0
(221,219,224)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5459; }

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

This text font color is #4D5459.


Background Color

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

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

This div background color is #4D5459.


Border color

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

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

This div border color is #4D5459.


Opacity

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

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

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

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

This text has shadow with #4D5459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5459 on black background.


Color preview on white background

This text has color #4D5459 on white background.



Black color preview on #4D5459 background

This text has black color on #4D5459 background.


White color preview on #4D5459 background

This text has white color on #4D5459 background.