COLOR #4D6F2F

HEX: #4D6F2F RGB: (77,111,47)

Color info

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

RGB color model

#4D6F2F color RGB value is (77,111,47).

RGB: (77,111,47) (30%, 44%, 18%)

RGB channels and saturation

R 77 of 255 = 30%
G 111 of 255 = 44%
B 47 of 255 = 18%

77
111
47

R + G + B ~ 31%. #4D6F2F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 111 + 47 = 235 (100%)
R 77 of 235 ~ 32.77%
G 111 of 235 ~ 47.23%
B 47 of 235 ~ 20'%

%32.77
%47.23
%20

CMYK color model

#4D6F2F color CMYK value is (31,0,58,56).

  • cyan value is 30.63%
  • magenta value is 0.00%
  • yellow value is 57.66%
  • key color value is 56.47%

CMYK: (31,0,58,56)
C31M0Y58K56 (31%, 0%, 58%, 56%)
(0.31 / 0.00 / 0.58 / 0.56)

CMYK percentages

%30.63
%0
%57.66
%56.47

Codes

Color #4D6F2F in popluar color models

4D 6F 2F
RGB 77 111 47
HSL 92° 40.51% 30.98%
HSB/HSV 92° 57.66% 43.53%
CMYK 30.63% 0.00% 57.66%
56.47%

Color #4D6F2F in popluar number systems.

HEX 4D 6F 2F
Decimal 77 111 47
Binary 1001101 1101111 101111
Octal 115 157 57

Shades and tints

Shades of #4D6F2F

#4D6F2F
(77,111,47)
#46652B
(70,101,43)
#3F5B27
(63,91,39)
#385123
(56,81,35)
#31471F
(49,71,31)
#2A3D1B
(42,61,27)
#233317
(35,51,23)
#1C2913
(28,41,19)
#151F0F
(21,31,15)
#0E150B
(14,21,11)
#070B07
(7,11,7)
#000000
(0,0,0)

Tints of #4D6F2F

#4D6F2F
(77,111,47)
#5D7C41
(93,124,65)
#6D8953
(109,137,83)
#7D9665
(125,150,101)
#8DA377
(141,163,119)
#9DB089
(157,176,137)
#ADBD9B
(173,189,155)
#BDCAAD
(189,202,173)
#CDD7BF
(205,215,191)
#DDE4D1
(221,228,209)
#EDF1E3
(237,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6F2F; }

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

This text font color is #4D6F2F.

Background Color

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

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

This div background color is #4D6F2F.

Border color

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

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

This div border color is #4D6F2F.

Opacity

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

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

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

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

This text has shadow with #4D6F2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D6F2F.

Preview

Color preview on black background

This text has color #4D6F2F on black background.


Color preview on white background

This text has color #4D6F2F on white background.


Black color preview on #4D6F2F background

This text has black color on #4D6F2F background.


White color preview on #4D6F2F background

This text has white color on #4D6F2F background.


Related colors

Complementary color

Complementary color for #hex is #B290D0.


I love getcolorcode.com

Triadic colors

1 #2F4D6F and #6F2F4D with #4D6F2F are triadic colors.

2 #2F6F4D and #6F4D2F with #4D6F2F are triadic colors.