COLOR #4D6D6B

HEX: #4D6D6B
RGB: (77,109,107)

Color info

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

RGB color model

#4D6D6B color RGB value is (77,109,107).

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

RGB channels and saturation

R 77 of 255 = 30%
G 109 of 255 = 43%
B 107 of 255 = 42%

77
109
107

R + G + B ~ 38%. #4D6D6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 109 + 107 = 293 (100%)
R 77 of 293 ~ 26.28%
G 109 of 293 ~ 37.2%
B 107 of 293 ~ 36.52%

%26.28
%37.2
%36.52

CMYK color model

#4D6D6B color CMYK value is (29,0,2,57).

  • cyan value is 29.36%
  • magenta value is 0.00%
  • yellow value is 1.83%
  • key color value is 57.25%
CMYK:
(29,0,2,57)
C29M0Y2K57 
(29%,0%,2%,57%)
(0.29/0.00/0.02/0.57)	

CMYK percentages

%29.36
%0
%1.83
%57.25

Codes

Color #4D6D6B in popluar color models

4D6D6B
RGB77109107
HSL176°17.20%36.47%
HSB/HSV176°29.36%42.75%
CMYK29.36%0.00%1.83%
57.25%

Color #4D6D6B in popluar number systems.

HEX4D6D6B
Decimal77109107
Binary100110111011011101011
Octal115155153

Shades and tints

Shades of #4D6D6B

#4D6D6B
(77,109,107)
#466462
(70,100,98)
#3F5B59
(63,91,89)
#385250
(56,82,80)
#314947
(49,73,71)
#2A403E
(42,64,62)
#233735
(35,55,53)
#1C2E2C
(28,46,44)
#152523
(21,37,35)
#0E1C1A
(14,28,26)
#071311
(7,19,17)
#000000
(0,0,0)

Tints of #4D6D6B

#4D6D6B
(77,109,107)
#5D7A78
(93,122,120)
#6D8785
(109,135,133)
#7D9492
(125,148,146)
#8DA19F
(141,161,159)
#9DAEAC
(157,174,172)
#ADBBB9
(173,187,185)
#BDC8C6
(189,200,198)
#CDD5D3
(205,213,211)
#DDE2E0
(221,226,224)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6D6B; }

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

This text font color is #4D6D6B.


Background Color

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

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

This div background color is #4D6D6B.


Border color

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

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

This div border color is #4D6D6B.


Opacity

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

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

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

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

This text has shadow with #4D6D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6D6B on black background.


Color preview on white background

This text has color #4D6D6B on white background.



Black color preview on #4D6D6B background

This text has black color on #4D6D6B background.


White color preview on #4D6D6B background

This text has white color on #4D6D6B background.