COLOR #4D6366

HEX: #4D6366 RGB: (77,99,102)

Color info

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

RGB color model

#4D6366 color RGB value is (77,99,102).

RGB: (77,99,102) (30%, 39%, 40%)

RGB channels and saturation

R 77 of 255 = 30%
G 99 of 255 = 39%
B 102 of 255 = 40%

77
99
102

R + G + B ~ 36%. #4D6366 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 99 + 102 = 278 (100%)
R 77 of 278 ~ 27.7%
G 99 of 278 ~ 35.61%
B 102 of 278 ~ 36.69'%

%27.7
%35.61
%36.69

CMYK color model

#4D6366 color CMYK value is (25,3,0,60).

  • cyan value is 24.51%
  • magenta value is 2.94%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (25,3,0,60)
C25M3Y0K60 (25%, 3%, 0%, 60%)
(0.25 / 0.03 / 0.00 / 0.60)

CMYK percentages

%24.51
%2.94
%0
%60

Codes

Color #4D6366 in popluar color models

4D 63 66
RGB 77 99 102
HSL 187° 13.97% 35.10%
HSB/HSV 187° 24.51% 40.00%
CMYK 24.51% 2.94% 0.00%
60.00%

Color #4D6366 in popluar number systems.

HEX 4D 63 66
Decimal 77 99 102
Binary 1001101 1100011 1100110
Octal 115 143 146

Shades and tints

Shades of #4D6366

#4D6366
(77,99,102)
#465A5D
(70,90,93)
#3F5154
(63,81,84)
#38484B
(56,72,75)
#313F42
(49,63,66)
#2A3639
(42,54,57)
#232D30
(35,45,48)
#1C2427
(28,36,39)
#151B1E
(21,27,30)
#0E1215
(14,18,21)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #4D6366

#4D6366
(77,99,102)
#5D7173
(93,113,115)
#6D7F80
(109,127,128)
#7D8D8D
(125,141,141)
#8D9B9A
(141,155,154)
#9DA9A7
(157,169,167)
#ADB7B4
(173,183,180)
#BDC5C1
(189,197,193)
#CDD3CE
(205,211,206)
#DDE1DB
(221,225,219)
#EDEFE8
(237,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6366; }

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

This text font color is #4D6366.

Background Color

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

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

This div background color is #4D6366.

Border color

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

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

This div border color is #4D6366.

Opacity

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

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

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

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

This text has shadow with #4D6366 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D6366.

Preview

Color preview on black background

This text has color #4D6366 on black background.


Color preview on white background

This text has color #4D6366 on white background.


Black color preview on #4D6366 background

This text has black color on #4D6366 background.


White color preview on #4D6366 background

This text has white color on #4D6366 background.


Related colors

Complementary color

Complementary color for #hex is #B29C99.


I love getcolorcode.com

Triadic colors

1 #664D63 and #63664D with #4D6366 are triadic colors.

2 #66634D and #634D66 with #4D6366 are triadic colors.