COLOR #4D5462

HEX: #4D5462
RGB: (77,84,98)

Color info

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

RGB color model

#4D5462 color RGB value is (77,84,98).

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

RGB channels and saturation

R 77 of 255 = 30%
G 84 of 255 = 33%
B 98 of 255 = 38%

77
84
98

R + G + B ~ 34%. #4D5462 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 84 + 98 = 259 (100%)
R 77 of 259 ~ 29.73%
G 84 of 259 ~ 32.43%
B 98 of 259 ~ 37.84%

%29.73
%32.43
%37.84

CMYK color model

#4D5462 color CMYK value is (21,14,0,62).

  • cyan value is 21.43%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(21,14,0,62)
C21M14Y0K62 
(21%,14%,0%,62%)
(0.21/0.14/0.00/0.62)	

CMYK percentages

%21.43
%14.29
%0
%61.57

Codes

Color #4D5462 in popluar color models

4D5462
RGB778498
HSL220°12.00%34.31%
HSB/HSV220°21.43%38.43%
CMYK21.43%14.29%0.00%
61.57%

Color #4D5462 in popluar number systems.

HEX4D5462
Decimal778498
Binary100110110101001100010
Octal115124142

Shades and tints

Shades of #4D5462

#4D5462
(77,84,98)
#464D5A
(70,77,90)
#3F4652
(63,70,82)
#383F4A
(56,63,74)
#313842
(49,56,66)
#2A313A
(42,49,58)
#232A32
(35,42,50)
#1C232A
(28,35,42)
#151C22
(21,28,34)
#0E151A
(14,21,26)
#070E12
(7,14,18)
#000000
(0,0,0)

Tints of #4D5462

#4D5462
(77,84,98)
#5D6370
(93,99,112)
#6D727E
(109,114,126)
#7D818C
(125,129,140)
#8D909A
(141,144,154)
#9D9FA8
(157,159,168)
#ADAEB6
(173,174,182)
#BDBDC4
(189,189,196)
#CDCCD2
(205,204,210)
#DDDBE0
(221,219,224)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5462; }

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

This text font color is #4D5462.


Background Color

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

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

This div background color is #4D5462.


Border color

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

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

This div border color is #4D5462.


Opacity

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

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

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

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

This text has shadow with #4D5462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5462 on black background.


Color preview on white background

This text has color #4D5462 on white background.



Black color preview on #4D5462 background

This text has black color on #4D5462 background.


White color preview on #4D5462 background

This text has white color on #4D5462 background.