COLOR #4D8D49

HEX: #4D8D49
RGB: (77,141,73)

Color info

#4D8D49 contains mainly green color. Web safe color of #4D8D49 is #339933 (or #393).

RGB color model

#4D8D49 color RGB value is (77,141,73).

  • red value is 77;
  • green value is 141;
  • blue value is 73.
RGB:
(77,141,73)
(30%,55%,29%)

RGB channels and saturation

R 77 of 255 = 30%
G 141 of 255 = 55%
B 73 of 255 = 29%

77
141
73

R + G + B ~ 38%. #4D8D49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 141 + 73 = 291 (100%)
R 77 of 291 ~ 26.46%
G 141 of 291 ~ 48.45%
B 73 of 291 ~ 25.09%

%26.46
%48.45
%25.09

CMYK color model

#4D8D49 color CMYK value is (45,0,48,45).

  • cyan value is 45.39%
  • magenta value is 0.00%
  • yellow value is 48.23%
  • key color value is 44.71%
CMYK:
(45,0,48,45)
C45M0Y48K45 
(45%,0%,48%,45%)
(0.45/0.00/0.48/0.45)	

CMYK percentages

%45.39
%0
%48.23
%44.71

Codes

Color #4D8D49 in popluar color models

4D8D49
RGB7714173
HSL116°31.78%41.96%
HSB/HSV116°48.23%55.29%
CMYK45.39%0.00%48.23%
44.71%

Color #4D8D49 in popluar number systems.

HEX4D8D49
Decimal7714173
Binary1001101100011011001001
Octal115215111

Shades and tints

Shades of #4D8D49

#4D8D49
(77,141,73)
#468143
(70,129,67)
#3F753D
(63,117,61)
#386937
(56,105,55)
#315D31
(49,93,49)
#2A512B
(42,81,43)
#234525
(35,69,37)
#1C391F
(28,57,31)
#152D19
(21,45,25)
#0E2113
(14,33,19)
#07150D
(7,21,13)
#000000
(0,0,0)

Tints of #4D8D49

#4D8D49
(77,141,73)
#5D9759
(93,151,89)
#6DA169
(109,161,105)
#7DAB79
(125,171,121)
#8DB589
(141,181,137)
#9DBF99
(157,191,153)
#ADC9A9
(173,201,169)
#BDD3B9
(189,211,185)
#CDDDC9
(205,221,201)
#DDE7D9
(221,231,217)
#EDF1E9
(237,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8D49 color. Also use rgb(77,141,73) instead hex code.

Text Font Color

.myTextColor { color: #4D8D49; }

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

This text font color is #4D8D49.


Background Color

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

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

This div background color is #4D8D49.


Border color

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

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

This div border color is #4D8D49.


Opacity

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

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

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

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

This text has shadow with #4D8D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8D49 on black background.


Color preview on white background

This text has color #4D8D49 on white background.



Black color preview on #4D8D49 background

This text has black color on #4D8D49 background.


White color preview on #4D8D49 background

This text has white color on #4D8D49 background.