COLOR #4D5666

HEX: #4D5666
RGB: (77,86,102)

Color info

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

RGB color model

#4D5666 color RGB value is (77,86,102).

  • red value is 77;
  • green value is 86;
  • blue value is 102.
RGB:
(77,86,102)
(30%,34%,40%)

RGB channels and saturation

R 77 of 255 = 30%
G 86 of 255 = 34%
B 102 of 255 = 40%

77
86
102

R + G + B ~ 35%. #4D5666 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 86 + 102 = 265 (100%)
R 77 of 265 ~ 29.06%
G 86 of 265 ~ 32.45%
B 102 of 265 ~ 38.49%

%29.06
%32.45
%38.49

CMYK color model

#4D5666 color CMYK value is (25,16,0,60).

  • cyan value is 24.51%
  • magenta value is 15.69%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(25,16,0,60)
C25M16Y0K60 
(25%,16%,0%,60%)
(0.25/0.16/0.00/0.60)	

CMYK percentages

%24.51
%15.69
%0
%60

Codes

Color #4D5666 in popluar color models

4D5666
RGB7786102
HSL218°13.97%35.10%
HSB/HSV218°24.51%40.00%
CMYK24.51%15.69%0.00%
60.00%

Color #4D5666 in popluar number systems.

HEX4D5666
Decimal7786102
Binary100110110101101100110
Octal115126146

Shades and tints

Shades of #4D5666

#4D5666
(77,86,102)
#464F5D
(70,79,93)
#3F4854
(63,72,84)
#38414B
(56,65,75)
#313A42
(49,58,66)
#2A3339
(42,51,57)
#232C30
(35,44,48)
#1C2527
(28,37,39)
#151E1E
(21,30,30)
#0E1715
(14,23,21)
#07100C
(7,16,12)
#000000
(0,0,0)

Tints of #4D5666

#4D5666
(77,86,102)
#5D6573
(93,101,115)
#6D7480
(109,116,128)
#7D838D
(125,131,141)
#8D929A
(141,146,154)
#9DA1A7
(157,161,167)
#ADB0B4
(173,176,180)
#BDBFC1
(189,191,193)
#CDCECE
(205,206,206)
#DDDDDB
(221,221,219)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5666 color. Also use rgb(77,86,102) instead hex code.

Text Font Color

.myTextColor { color: #4D5666; }

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

This text font color is #4D5666.


Background Color

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

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

This div background color is #4D5666.


Border color

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

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

This div border color is #4D5666.


Opacity

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

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

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

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

This text has shadow with #4D5666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5666 on black background.


Color preview on white background

This text has color #4D5666 on white background.



Black color preview on #4D5666 background

This text has black color on #4D5666 background.


White color preview on #4D5666 background

This text has white color on #4D5666 background.