COLOR #4D6365

HEX: #4D6365
RGB: (77,99,101)

Color info

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

RGB color model

#4D6365 color RGB value is (77,99,101).

  • red value is 77;
  • green value is 99;
  • blue value is 101.
RGB:
(77,99,101)
(30%,39%,40%)

RGB channels and saturation

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

77
99
101

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

Portions of RGB colors in percentages

R + G + B =
77 + 99 + 101 = 277 (100%)
R 77 of 277 ~ 27.8%
G 99 of 277 ~ 35.74%
B 101 of 277 ~ 36.46%

%27.8
%35.74
%36.46

CMYK color model

#4D6365 color CMYK value is (24,2,0,60).

  • cyan value is 23.76%
  • magenta value is 1.98%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(24,2,0,60)
C24M2Y0K60 
(24%,2%,0%,60%)
(0.24/0.02/0.00/0.60)	

CMYK percentages

%23.76
%1.98
%0
%60.39

Codes

Color #4D6365 in popluar color models

4D6365
RGB7799101
HSL185°13.48%34.90%
HSB/HSV185°23.76%39.61%
CMYK23.76%1.98%0.00%
60.39%

Color #4D6365 in popluar number systems.

HEX4D6365
Decimal7799101
Binary100110111000111100101
Octal115143145

Shades and tints

Shades of #4D6365

#4D6365
(77,99,101)
#465A5C
(70,90,92)
#3F5153
(63,81,83)
#38484A
(56,72,74)
#313F41
(49,63,65)
#2A3638
(42,54,56)
#232D2F
(35,45,47)
#1C2426
(28,36,38)
#151B1D
(21,27,29)
#0E1214
(14,18,20)
#07090B
(7,9,11)
#000000
(0,0,0)

Tints of #4D6365

#4D6365
(77,99,101)
#5D7173
(93,113,115)
#6D7F81
(109,127,129)
#7D8D8F
(125,141,143)
#8D9B9D
(141,155,157)
#9DA9AB
(157,169,171)
#ADB7B9
(173,183,185)
#BDC5C7
(189,197,199)
#CDD3D5
(205,211,213)
#DDE1E3
(221,225,227)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6365; }

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

This text font color is #4D6365.


Background Color

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

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

This div background color is #4D6365.


Border color

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

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

This div border color is #4D6365.


Opacity

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

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

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

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

This text has shadow with #4D6365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6365 on black background.


Color preview on white background

This text has color #4D6365 on white background.



Black color preview on #4D6365 background

This text has black color on #4D6365 background.


White color preview on #4D6365 background

This text has white color on #4D6365 background.