COLOR #4D5A65

HEX: #4D5A65 RGB: (77,90,101)

Color info

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

RGB color model

#4D5A65 color RGB value is (77,90,101).

RGB: (77,90,101) (30%, 35%, 40%)

RGB channels and saturation

R 77 of 255 = 30%
G 90 of 255 = 35%
B 101 of 255 = 40%

77
90
101

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

Portions of RGB colors in percentages

R + G + B = 77 + 90 + 101 = 268 (100%)
R 77 of 268 ~ 28.73%
G 90 of 268 ~ 33.58%
B 101 of 268 ~ 37.69'%

%28.73
%33.58
%37.69

CMYK color model

#4D5A65 color CMYK value is (24,11,0,60).

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

CMYK: (24,11,0,60)
C24M11Y0K60 (24%, 11%, 0%, 60%)
(0.24 / 0.11 / 0.00 / 0.60)

CMYK percentages

%23.76
%10.89
%0
%60.39

Codes

Color #4D5A65 in popluar color models

4D 5A 65
RGB 77 90 101
HSL 208° 13.48% 34.90%
HSB/HSV 208° 23.76% 39.61%
CMYK 23.76% 10.89% 0.00%
60.39%

Color #4D5A65 in popluar number systems.

HEX 4D 5A 65
Decimal 77 90 101
Binary 1001101 1011010 1100101
Octal 115 132 145

Shades and tints

Shades of #4D5A65

#4D5A65
(77,90,101)
#46525C
(70,82,92)
#3F4A53
(63,74,83)
#38424A
(56,66,74)
#313A41
(49,58,65)
#2A3238
(42,50,56)
#232A2F
(35,42,47)
#1C2226
(28,34,38)
#151A1D
(21,26,29)
#0E1214
(14,18,20)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #4D5A65

#4D5A65
(77,90,101)
#5D6973
(93,105,115)
#6D7881
(109,120,129)
#7D878F
(125,135,143)
#8D969D
(141,150,157)
#9DA5AB
(157,165,171)
#ADB4B9
(173,180,185)
#BDC3C7
(189,195,199)
#CDD2D5
(205,210,213)
#DDE1E3
(221,225,227)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5A65; }

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

This text font color is #4D5A65.

Background Color

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

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

This div background color is #4D5A65.

Border color

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

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

This div border color is #4D5A65.

Opacity

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

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

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

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

This text has shadow with #4D5A65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D5A65.

Preview

Color preview on black background

This text has color #4D5A65 on black background.


Color preview on white background

This text has color #4D5A65 on white background.


Black color preview on #4D5A65 background

This text has black color on #4D5A65 background.


White color preview on #4D5A65 background

This text has white color on #4D5A65 background.


Related colors

Complementary color

Complementary color for #hex is #B2A59A.


I love getcolorcode.com

Triadic colors

1 #654D5A and #5A654D with #4D5A65 are triadic colors.

2 #655A4D and #5A4D65 with #4D5A65 are triadic colors.