COLOR #4D7031

HEX: #4D7031 RGB: (77,112,49)

Color info

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

RGB color model

#4D7031 color RGB value is (77,112,49).

RGB: (77,112,49) (30%, 44%, 19%)

RGB channels and saturation

R 77 of 255 = 30%
G 112 of 255 = 44%
B 49 of 255 = 19%

77
112
49

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

Portions of RGB colors in percentages

R + G + B = 77 + 112 + 49 = 238 (100%)
R 77 of 238 ~ 32.35%
G 112 of 238 ~ 47.06%
B 49 of 238 ~ 20.59'%

%32.35
%47.06
%20.59

CMYK color model

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

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

CMYK: (31,0,56,56)
C31M0Y56K56 (31%, 0%, 56%, 56%)
(0.31 / 0.00 / 0.56 / 0.56)

CMYK percentages

%31.25
%0
%56.25
%56.08

Codes

Color #4D7031 in popluar color models

4D 70 31
RGB 77 112 49
HSL 93° 39.13% 31.57%
HSB/HSV 93° 56.25% 43.92%
CMYK 31.25% 0.00% 56.25%
56.08%

Color #4D7031 in popluar number systems.

HEX 4D 70 31
Decimal 77 112 49
Binary 1001101 1110000 110001
Octal 115 160 61

Shades and tints

Shades of #4D7031

#4D7031
(77,112,49)
#46662D
(70,102,45)
#3F5C29
(63,92,41)
#385225
(56,82,37)
#314821
(49,72,33)
#2A3E1D
(42,62,29)
#233419
(35,52,25)
#1C2A15
(28,42,21)
#152011
(21,32,17)
#0E160D
(14,22,13)
#070C09
(7,12,9)
#000000
(0,0,0)

Tints of #4D7031

#4D7031
(77,112,49)
#5D7D43
(93,125,67)
#6D8A55
(109,138,85)
#7D9767
(125,151,103)
#8DA479
(141,164,121)
#9DB18B
(157,177,139)
#ADBE9D
(173,190,157)
#BDCBAF
(189,203,175)
#CDD8C1
(205,216,193)
#DDE5D3
(221,229,211)
#EDF2E5
(237,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D7031; }

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

This text font color is #4D7031.

Background Color

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

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

This div background color is #4D7031.

Border color

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

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

This div border color is #4D7031.

Opacity

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

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

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

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

This text has shadow with #4D7031 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D7031.

Preview

Color preview on black background

This text has color #4D7031 on black background.


Color preview on white background

This text has color #4D7031 on white background.


Black color preview on #4D7031 background

This text has black color on #4D7031 background.


White color preview on #4D7031 background

This text has white color on #4D7031 background.


Related colors

Complementary color

Complementary color for #hex is #B28FCE.


I love getcolorcode.com

Triadic colors

1 #314D70 and #70314D with #4D7031 are triadic colors.

2 #31704D and #704D31 with #4D7031 are triadic colors.