COLOR #4D7E2A

HEX: #4D7E2A
RGB: (77,126,42)

Color info

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

RGB color model

#4D7E2A color RGB value is (77,126,42).

  • red value is 77;
  • green value is 126;
  • blue value is 42.
RGB:
(77,126,42)
(30%,49%,16%)

RGB channels and saturation

R 77 of 255 = 30%
G 126 of 255 = 49%
B 42 of 255 = 16%

77
126
42

R + G + B ~ 32%. #4D7E2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 126 + 42 = 245 (100%)
R 77 of 245 ~ 31.43%
G 126 of 245 ~ 51.43%
B 42 of 245 ~ 17.14%

%31.43
%51.43
%17.14

CMYK color model

#4D7E2A color CMYK value is (39,0,67,51).

  • cyan value is 38.89%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 50.59%
CMYK:
(39,0,67,51)
C39M0Y67K51 
(39%,0%,67%,51%)
(0.39/0.00/0.67/0.51)	

CMYK percentages

%38.89
%0
%66.67
%50.59

Codes

Color #4D7E2A in popluar color models

4D7E2A
RGB7712642
HSL95°50.00%32.94%
HSB/HSV95°66.67%49.41%
CMYK38.89%0.00%66.67%
50.59%

Color #4D7E2A in popluar number systems.

HEX4D7E2A
Decimal7712642
Binary10011011111110101010
Octal11517652

Shades and tints

Shades of #4D7E2A

#4D7E2A
(77,126,42)
#467327
(70,115,39)
#3F6824
(63,104,36)
#385D21
(56,93,33)
#31521E
(49,82,30)
#2A471B
(42,71,27)
#233C18
(35,60,24)
#1C3115
(28,49,21)
#152612
(21,38,18)
#0E1B0F
(14,27,15)
#07100C
(7,16,12)
#000000
(0,0,0)

Tints of #4D7E2A

#4D7E2A
(77,126,42)
#5D893D
(93,137,61)
#6D9450
(109,148,80)
#7D9F63
(125,159,99)
#8DAA76
(141,170,118)
#9DB589
(157,181,137)
#ADC09C
(173,192,156)
#BDCBAF
(189,203,175)
#CDD6C2
(205,214,194)
#DDE1D5
(221,225,213)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7E2A color. Also use rgb(77,126,42) instead hex code.

Text Font Color

.myTextColor { color: #4D7E2A; }

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

This text font color is #4D7E2A.


Background Color

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

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

This div background color is #4D7E2A.


Border color

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

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

This div border color is #4D7E2A.


Opacity

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

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

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

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

This text has shadow with #4D7E2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7E2A on black background.


Color preview on white background

This text has color #4D7E2A on white background.



Black color preview on #4D7E2A background

This text has black color on #4D7E2A background.


White color preview on #4D7E2A background

This text has white color on #4D7E2A background.