COLOR #4D5866

HEX: #4D5866
RGB: (77,88,102)

Color info

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

RGB color model

#4D5866 color RGB value is (77,88,102).

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

RGB channels and saturation

R 77 of 255 = 30%
G 88 of 255 = 35%
B 102 of 255 = 40%

77
88
102

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

Portions of RGB colors in percentages

R + G + B =
77 + 88 + 102 = 267 (100%)
R 77 of 267 ~ 28.84%
G 88 of 267 ~ 32.96%
B 102 of 267 ~ 38.2%

%28.84
%32.96
%38.2

CMYK color model

#4D5866 color CMYK value is (25,14,0,60).

  • cyan value is 24.51%
  • magenta value is 13.73%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(25,14,0,60)
C25M14Y0K60 
(25%,14%,0%,60%)
(0.25/0.14/0.00/0.60)	

CMYK percentages

%24.51
%13.73
%0
%60

Codes

Color #4D5866 in popluar color models

4D5866
RGB7788102
HSL214°13.97%35.10%
HSB/HSV214°24.51%40.00%
CMYK24.51%13.73%0.00%
60.00%

Color #4D5866 in popluar number systems.

HEX4D5866
Decimal7788102
Binary100110110110001100110
Octal115130146

Shades and tints

Shades of #4D5866

#4D5866
(77,88,102)
#46505D
(70,80,93)
#3F4854
(63,72,84)
#38404B
(56,64,75)
#313842
(49,56,66)
#2A3039
(42,48,57)
#232830
(35,40,48)
#1C2027
(28,32,39)
#15181E
(21,24,30)
#0E1015
(14,16,21)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #4D5866

#4D5866
(77,88,102)
#5D6773
(93,103,115)
#6D7680
(109,118,128)
#7D858D
(125,133,141)
#8D949A
(141,148,154)
#9DA3A7
(157,163,167)
#ADB2B4
(173,178,180)
#BDC1C1
(189,193,193)
#CDD0CE
(205,208,206)
#DDDFDB
(221,223,219)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5866; }

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

This text font color is #4D5866.


Background Color

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

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

This div background color is #4D5866.


Border color

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

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

This div border color is #4D5866.


Opacity

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

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

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

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

This text has shadow with #4D5866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5866 on black background.


Color preview on white background

This text has color #4D5866 on white background.



Black color preview on #4D5866 background

This text has black color on #4D5866 background.


White color preview on #4D5866 background

This text has white color on #4D5866 background.