COLOR #4D6C4F

HEX: #4D6C4F
RGB: (77,108,79)

Color info

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

RGB color model

#4D6C4F color RGB value is (77,108,79).

  • red value is 77;
  • green value is 108;
  • blue value is 79.
RGB:
(77,108,79)
(30%,42%,31%)

RGB channels and saturation

R 77 of 255 = 30%
G 108 of 255 = 42%
B 79 of 255 = 31%

77
108
79

R + G + B ~ 34%. #4D6C4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 108 + 79 = 264 (100%)
R 77 of 264 ~ 29.17%
G 108 of 264 ~ 40.91%
B 79 of 264 ~ 29.92%

%29.17
%40.91
%29.92

CMYK color model

#4D6C4F color CMYK value is (29,0,27,58).

  • cyan value is 28.70%
  • magenta value is 0.00%
  • yellow value is 26.85%
  • key color value is 57.65%
CMYK:
(29,0,27,58)
C29M0Y27K58 
(29%,0%,27%,58%)
(0.29/0.00/0.27/0.58)	

CMYK percentages

%28.7
%0
%26.85
%57.65

Codes

Color #4D6C4F in popluar color models

4D6C4F
RGB7710879
HSL124°16.76%36.27%
HSB/HSV124°28.70%42.35%
CMYK28.70%0.00%26.85%
57.65%

Color #4D6C4F in popluar number systems.

HEX4D6C4F
Decimal7710879
Binary100110111011001001111
Octal115154117

Shades and tints

Shades of #4D6C4F

#4D6C4F
(77,108,79)
#466348
(70,99,72)
#3F5A41
(63,90,65)
#38513A
(56,81,58)
#314833
(49,72,51)
#2A3F2C
(42,63,44)
#233625
(35,54,37)
#1C2D1E
(28,45,30)
#152417
(21,36,23)
#0E1B10
(14,27,16)
#071209
(7,18,9)
#000000
(0,0,0)

Tints of #4D6C4F

#4D6C4F
(77,108,79)
#5D795F
(93,121,95)
#6D866F
(109,134,111)
#7D937F
(125,147,127)
#8DA08F
(141,160,143)
#9DAD9F
(157,173,159)
#ADBAAF
(173,186,175)
#BDC7BF
(189,199,191)
#CDD4CF
(205,212,207)
#DDE1DF
(221,225,223)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6C4F; }

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

This text font color is #4D6C4F.


Background Color

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

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

This div background color is #4D6C4F.


Border color

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

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

This div border color is #4D6C4F.


Opacity

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

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

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

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

This text has shadow with #4D6C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6C4F on black background.


Color preview on white background

This text has color #4D6C4F on white background.



Black color preview on #4D6C4F background

This text has black color on #4D6C4F background.


White color preview on #4D6C4F background

This text has white color on #4D6C4F background.