COLOR #4D8B48

HEX: #4D8B48
RGB: (77,139,72)

Color info

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

RGB color model

#4D8B48 color RGB value is (77,139,72).

  • red value is 77;
  • green value is 139;
  • blue value is 72.
RGB:
(77,139,72)
(30%,55%,28%)

RGB channels and saturation

R 77 of 255 = 30%
G 139 of 255 = 55%
B 72 of 255 = 28%

77
139
72

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

Portions of RGB colors in percentages

R + G + B =
77 + 139 + 72 = 288 (100%)
R 77 of 288 ~ 26.74%
G 139 of 288 ~ 48.26%
B 72 of 288 ~ 25%

%26.74
%48.26
%25

CMYK color model

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

  • cyan value is 44.60%
  • magenta value is 0.00%
  • yellow value is 48.20%
  • key color value is 45.49%
CMYK:
(45,0,48,45)
C45M0Y48K45 
(45%,0%,48%,45%)
(0.45/0.00/0.48/0.45)	

CMYK percentages

%44.6
%0
%48.2
%45.49

Codes

Color #4D8B48 in popluar color models

4D8B48
RGB7713972
HSL116°31.75%41.37%
HSB/HSV116°48.20%54.51%
CMYK44.60%0.00%48.20%
45.49%

Color #4D8B48 in popluar number systems.

HEX4D8B48
Decimal7713972
Binary1001101100010111001000
Octal115213110

Shades and tints

Shades of #4D8B48

#4D8B48
(77,139,72)
#467F42
(70,127,66)
#3F733C
(63,115,60)
#386736
(56,103,54)
#315B30
(49,91,48)
#2A4F2A
(42,79,42)
#234324
(35,67,36)
#1C371E
(28,55,30)
#152B18
(21,43,24)
#0E1F12
(14,31,18)
#07130C
(7,19,12)
#000000
(0,0,0)

Tints of #4D8B48

#4D8B48
(77,139,72)
#5D9558
(93,149,88)
#6D9F68
(109,159,104)
#7DA978
(125,169,120)
#8DB388
(141,179,136)
#9DBD98
(157,189,152)
#ADC7A8
(173,199,168)
#BDD1B8
(189,209,184)
#CDDBC8
(205,219,200)
#DDE5D8
(221,229,216)
#EDEFE8
(237,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8B48 color. Also use rgb(77,139,72) instead hex code.

Text Font Color

.myTextColor { color: #4D8B48; }

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

This text font color is #4D8B48.


Background Color

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

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

This div background color is #4D8B48.


Border color

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

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

This div border color is #4D8B48.


Opacity

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

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

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

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

This text has shadow with #4D8B48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8B48 on black background.


Color preview on white background

This text has color #4D8B48 on white background.



Black color preview on #4D8B48 background

This text has black color on #4D8B48 background.


White color preview on #4D8B48 background

This text has white color on #4D8B48 background.