COLOR #4D6464

HEX: #4D6464 RGB: (77,100,100)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

77
100
100

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

Portions of RGB colors in percentages

R + G + B = 77 + 100 + 100 = 277 (100%)
R 77 of 277 ~ 27.8%
G 100 of 277 ~ 36.1%
B 100 of 277 ~ 36.1'%

%27.8
%36.1
%36.1

CMYK color model

#4D6464 color CMYK value is (23,0,0,61).

  • cyan value is 23.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (23,0,0,61)
C23M0Y0K61 (23%, 0%, 0%, 61%)
(0.23 / 0.00 / 0.00 / 0.61)

CMYK percentages

%23
%0
%0
%60.78

Codes

Color #4D6464 in popluar color models

4D 64 64
RGB 77 100 100
HSL 180° 12.99% 34.71%
HSB/HSV 180° 23.00% 39.22%
CMYK 23.00% 0.00% 0.00%
60.78%

Color #4D6464 in popluar number systems.

HEX 4D 64 64
Decimal 77 100 100
Binary 1001101 1100100 1100100
Octal 115 144 144

Shades and tints

Shades of #4D6464

#4D6464
(77,100,100)
#465B5B
(70,91,91)
#3F5252
(63,82,82)
#384949
(56,73,73)
#314040
(49,64,64)
#2A3737
(42,55,55)
#232E2E
(35,46,46)
#1C2525
(28,37,37)
#151C1C
(21,28,28)
#0E1313
(14,19,19)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #4D6464

#4D6464
(77,100,100)
#5D7272
(93,114,114)
#6D8080
(109,128,128)
#7D8E8E
(125,142,142)
#8D9C9C
(141,156,156)
#9DAAAA
(157,170,170)
#ADB8B8
(173,184,184)
#BDC6C6
(189,198,198)
#CDD4D4
(205,212,212)
#DDE2E2
(221,226,226)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6464; }

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

This text font color is #4D6464.

Background Color

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

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

This div background color is #4D6464.

Border color

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

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

This div border color is #4D6464.

Opacity

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

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

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

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

This text has shadow with #4D6464 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D6464.

Preview

Color preview on black background

This text has color #4D6464 on black background.


Color preview on white background

This text has color #4D6464 on white background.


Black color preview on #4D6464 background

This text has black color on #4D6464 background.


White color preview on #4D6464 background

This text has white color on #4D6464 background.


Related colors

Complementary color

Complementary color for #hex is #B29B9B.


I love getcolorcode.com