COLOR #4D6D2F

HEX: #4D6D2F RGB: (77,109,47)

Color info

#4D6D2F contains mainly red and green colors. Web safe color of #4D6D2F is #336633 (or #363).

RGB color model

#4D6D2F color RGB value is (77,109,47).

RGB: (77,109,47) (30%, 43%, 18%)

RGB channels and saturation

R 77 of 255 = 30%
G 109 of 255 = 43%
B 47 of 255 = 18%

77
109
47

R + G + B ~ 30%. #4D6D2F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 109 + 47 = 233 (100%)
R 77 of 233 ~ 33.05%
G 109 of 233 ~ 46.78%
B 47 of 233 ~ 20.17'%

%33.05
%46.78
%20.17

CMYK color model

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

  • cyan value is 29.36%
  • magenta value is 0.00%
  • yellow value is 56.88%
  • key color value is 57.25%

CMYK: (29,0,57,57)
C29M0Y57K57 (29%, 0%, 57%, 57%)
(0.29 / 0.00 / 0.57 / 0.57)

CMYK percentages

%29.36
%0
%56.88
%57.25

Codes

Color #4D6D2F in popluar color models

4D 6D 2F
RGB 77 109 47
HSL 91° 39.74% 30.59%
HSB/HSV 91° 56.88% 42.75%
CMYK 29.36% 0.00% 56.88%
57.25%

Color #4D6D2F in popluar number systems.

HEX 4D 6D 2F
Decimal 77 109 47
Binary 1001101 1101101 101111
Octal 115 155 57

Shades and tints

Shades of #4D6D2F

#4D6D2F
(77,109,47)
#46642B
(70,100,43)
#3F5B27
(63,91,39)
#385223
(56,82,35)
#31491F
(49,73,31)
#2A401B
(42,64,27)
#233717
(35,55,23)
#1C2E13
(28,46,19)
#15250F
(21,37,15)
#0E1C0B
(14,28,11)
#071307
(7,19,7)
#000000
(0,0,0)

Tints of #4D6D2F

#4D6D2F
(77,109,47)
#5D7A41
(93,122,65)
#6D8753
(109,135,83)
#7D9465
(125,148,101)
#8DA177
(141,161,119)
#9DAE89
(157,174,137)
#ADBB9B
(173,187,155)
#BDC8AD
(189,200,173)
#CDD5BF
(205,213,191)
#DDE2D1
(221,226,209)
#EDEFE3
(237,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6D2F; }

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

This text font color is #4D6D2F.

Background Color

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

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

This div background color is #4D6D2F.

Border color

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

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

This div border color is #4D6D2F.

Opacity

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

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

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

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

This text has shadow with #4D6D2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D6D2F.

Preview

Color preview on black background

This text has color #4D6D2F on black background.


Color preview on white background

This text has color #4D6D2F on white background.


Black color preview on #4D6D2F background

This text has black color on #4D6D2F background.


White color preview on #4D6D2F background

This text has white color on #4D6D2F background.


Related colors

Complementary color

Complementary color for #hex is #B292D0.


I love getcolorcode.com

Triadic colors

1 #2F4D6D and #6D2F4D with #4D6D2F are triadic colors.

2 #2F6D4D and #6D4D2F with #4D6D2F are triadic colors.