COLOR #4D7040

HEX: #4D7040 RGB: (77,112,64)

Color info

#4D7040 contains red, green and blue colors in about the same proportion. Web safe color of #4D7040 is #336633 (or #363).

RGB color model

#4D7040 color RGB value is (77,112,64).

RGB: (77,112,64) (30%, 44%, 25%)

RGB channels and saturation

R 77 of 255 = 30%
G 112 of 255 = 44%
B 64 of 255 = 25%

77
112
64

R + G + B ~ 33%. #4D7040 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 112 + 64 = 253 (100%)
R 77 of 253 ~ 30.43%
G 112 of 253 ~ 44.27%
B 64 of 253 ~ 25.3'%

%30.43
%44.27
%25.3

CMYK color model

#4D7040 color CMYK value is (31,0,43,56).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 56.08%

CMYK: (31,0,43,56)
C31M0Y43K56 (31%, 0%, 43%, 56%)
(0.31 / 0.00 / 0.43 / 0.56)

CMYK percentages

%31.25
%0
%42.86
%56.08

Codes

Color #4D7040 in popluar color models

4D 70 40
RGB 77 112 64
HSL 104° 27.27% 34.51%
HSB/HSV 104° 42.86% 43.92%
CMYK 31.25% 0.00% 42.86%
56.08%

Color #4D7040 in popluar number systems.

HEX 4D 70 40
Decimal 77 112 64
Binary 1001101 1110000 1000000
Octal 115 160 100

Shades and tints

Shades of #4D7040

#4D7040
(77,112,64)
#46663B
(70,102,59)
#3F5C36
(63,92,54)
#385231
(56,82,49)
#31482C
(49,72,44)
#2A3E27
(42,62,39)
#233422
(35,52,34)
#1C2A1D
(28,42,29)
#152018
(21,32,24)
#0E1613
(14,22,19)
#070C0E
(7,12,14)
#000000
(0,0,0)

Tints of #4D7040

#4D7040
(77,112,64)
#5D7D51
(93,125,81)
#6D8A62
(109,138,98)
#7D9773
(125,151,115)
#8DA484
(141,164,132)
#9DB195
(157,177,149)
#ADBEA6
(173,190,166)
#BDCBB7
(189,203,183)
#CDD8C8
(205,216,200)
#DDE5D9
(221,229,217)
#EDF2EA
(237,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7040 color. Also use rgb(77,112,64) instead hex code.

Text Font Color

.myTextColor { color: #4D7040; }

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

This text font color is #4D7040.

Background Color

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

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

This div background color is #4D7040.

Border color

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

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

This div border color is #4D7040.

Opacity

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

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

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

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

This text has shadow with #4D7040 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D7040.

Preview

Color preview on black background

This text has color #4D7040 on black background.


Color preview on white background

This text has color #4D7040 on white background.


Black color preview on #4D7040 background

This text has black color on #4D7040 background.


White color preview on #4D7040 background

This text has white color on #4D7040 background.


Related colors

Complementary color

Complementary color for #hex is #B28FBF.


I love getcolorcode.com

Triadic colors

1 #404D70 and #70404D with #4D7040 are triadic colors.

2 #40704D and #704D40 with #4D7040 are triadic colors.