COLOR #4D6D6F

HEX: #4D6D6F
RGB: (77,109,111)

Color info

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

RGB color model

#4D6D6F color RGB value is (77,109,111).

  • red value is 77;
  • green value is 109;
  • blue value is 111.
RGB:
(77,109,111)
(30%,43%,44%)

RGB channels and saturation

R 77 of 255 = 30%
G 109 of 255 = 43%
B 111 of 255 = 44%

77
109
111

R + G + B ~ 39%. #4D6D6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 109 + 111 = 297 (100%)
R 77 of 297 ~ 25.93%
G 109 of 297 ~ 36.7%
B 111 of 297 ~ 37.37%

%25.93
%36.7
%37.37

CMYK color model

#4D6D6F color CMYK value is (31,2,0,56).

  • cyan value is 30.63%
  • magenta value is 1.80%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(31,2,0,56)
C31M2Y0K56 
(31%,2%,0%,56%)
(0.31/0.02/0.00/0.56)	

CMYK percentages

%30.63
%1.8
%0
%56.47

Codes

Color #4D6D6F in popluar color models

4D6D6F
RGB77109111
HSL184°18.09%36.86%
HSB/HSV184°30.63%43.53%
CMYK30.63%1.80%0.00%
56.47%

Color #4D6D6F in popluar number systems.

HEX4D6D6F
Decimal77109111
Binary100110111011011101111
Octal115155157

Shades and tints

Shades of #4D6D6F

#4D6D6F
(77,109,111)
#466465
(70,100,101)
#3F5B5B
(63,91,91)
#385251
(56,82,81)
#314947
(49,73,71)
#2A403D
(42,64,61)
#233733
(35,55,51)
#1C2E29
(28,46,41)
#15251F
(21,37,31)
#0E1C15
(14,28,21)
#07130B
(7,19,11)
#000000
(0,0,0)

Tints of #4D6D6F

#4D6D6F
(77,109,111)
#5D7A7C
(93,122,124)
#6D8789
(109,135,137)
#7D9496
(125,148,150)
#8DA1A3
(141,161,163)
#9DAEB0
(157,174,176)
#ADBBBD
(173,187,189)
#BDC8CA
(189,200,202)
#CDD5D7
(205,213,215)
#DDE2E4
(221,226,228)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6D6F; }

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

This text font color is #4D6D6F.


Background Color

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

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

This div background color is #4D6D6F.


Border color

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

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

This div border color is #4D6D6F.


Opacity

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

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

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

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

This text has shadow with #4D6D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6D6F on black background.


Color preview on white background

This text has color #4D6D6F on white background.



Black color preview on #4D6D6F background

This text has black color on #4D6D6F background.


White color preview on #4D6D6F background

This text has white color on #4D6D6F background.