COLOR #4D6465

HEX: #4D6465 RGB: (77,100,101)

Color info

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

RGB color model

#4D6465 color RGB value is (77,100,101).

RGB: (77,100,101) (30%, 39%, 40%)

RGB channels and saturation

R 77 of 255 = 30%
G 100 of 255 = 39%
B 101 of 255 = 40%

77
100
101

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

Portions of RGB colors in percentages

R + G + B = 77 + 100 + 101 = 278 (100%)
R 77 of 278 ~ 27.7%
G 100 of 278 ~ 35.97%
B 101 of 278 ~ 36.33'%

%27.7
%35.97
%36.33

CMYK color model

#4D6465 color CMYK value is (24,1,0,60).

  • cyan value is 23.76%
  • magenta value is 0.99%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (24,1,0,60)
C24M1Y0K60 (24%, 1%, 0%, 60%)
(0.24 / 0.01 / 0.00 / 0.60)

CMYK percentages

%23.76
%0.99
%0
%60.39

Codes

Color #4D6465 in popluar color models

4D 64 65
RGB 77 100 101
HSL 183° 13.48% 34.90%
HSB/HSV 183° 23.76% 39.61%
CMYK 23.76% 0.99% 0.00%
60.39%

Color #4D6465 in popluar number systems.

HEX 4D 64 65
Decimal 77 100 101
Binary 1001101 1100100 1100101
Octal 115 144 145

Shades and tints

Shades of #4D6465

#4D6465
(77,100,101)
#465B5C
(70,91,92)
#3F5253
(63,82,83)
#38494A
(56,73,74)
#314041
(49,64,65)
#2A3738
(42,55,56)
#232E2F
(35,46,47)
#1C2526
(28,37,38)
#151C1D
(21,28,29)
#0E1314
(14,19,20)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #4D6465

#4D6465
(77,100,101)
#5D7273
(93,114,115)
#6D8081
(109,128,129)
#7D8E8F
(125,142,143)
#8D9C9D
(141,156,157)
#9DAAAB
(157,170,171)
#ADB8B9
(173,184,185)
#BDC6C7
(189,198,199)
#CDD4D5
(205,212,213)
#DDE2E3
(221,226,227)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6465 color. Also use rgb(77,100,101) instead hex code.

Text Font Color

.myTextColor { color: #4D6465; }

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

This text font color is #4D6465.

Background Color

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

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

This div background color is #4D6465.

Border color

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

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

This div border color is #4D6465.

Opacity

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

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

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

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

This text has shadow with #4D6465 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D6465.

Preview

Color preview on black background

This text has color #4D6465 on black background.


Color preview on white background

This text has color #4D6465 on white background.


Black color preview on #4D6465 background

This text has black color on #4D6465 background.


White color preview on #4D6465 background

This text has white color on #4D6465 background.


Related colors

Complementary color

Complementary color for #hex is #B29B9A.


I love getcolorcode.com

Triadic colors

1 #654D64 and #64654D with #4D6465 are triadic colors.

2 #65644D and #644D65 with #4D6465 are triadic colors.