COLOR #4D6565

HEX: #4D6565
RGB: (77,101,101)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

77
101
101

R + G + B ~ 37%. #4D6565 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 101 + 101 = 279 (100%)
R 77 of 279 ~ 27.6%
G 101 of 279 ~ 36.2%
B 101 of 279 ~ 36.2%

%27.6
%36.2
%36.2

CMYK color model

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

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

CMYK percentages

%23.76
%0
%0
%60.39

Codes

Color #4D6565 in popluar color models

4D6565
RGB77101101
HSL180°13.48%34.90%
HSB/HSV180°23.76%39.61%
CMYK23.76%0.00%0.00%
60.39%

Color #4D6565 in popluar number systems.

HEX4D6565
Decimal77101101
Binary100110111001011100101
Octal115145145

Shades and tints

Shades of #4D6565

#4D6565
(77,101,101)
#465C5C
(70,92,92)
#3F5353
(63,83,83)
#384A4A
(56,74,74)
#314141
(49,65,65)
#2A3838
(42,56,56)
#232F2F
(35,47,47)
#1C2626
(28,38,38)
#151D1D
(21,29,29)
#0E1414
(14,20,20)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #4D6565

#4D6565
(77,101,101)
#5D7373
(93,115,115)
#6D8181
(109,129,129)
#7D8F8F
(125,143,143)
#8D9D9D
(141,157,157)
#9DABAB
(157,171,171)
#ADB9B9
(173,185,185)
#BDC7C7
(189,199,199)
#CDD5D5
(205,213,213)
#DDE3E3
(221,227,227)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6565; }

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

This text font color is #4D6565.


Background Color

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

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

This div background color is #4D6565.


Border color

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

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

This div border color is #4D6565.


Opacity

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

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

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

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

This text has shadow with #4D6565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6565 on black background.


Color preview on white background

This text has color #4D6565 on white background.



Black color preview on #4D6565 background

This text has black color on #4D6565 background.


White color preview on #4D6565 background

This text has white color on #4D6565 background.