COLOR #4D8A47

HEX: #4D8A47
RGB: (77,138,71)

Color info

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

RGB color model

#4D8A47 color RGB value is (77,138,71).

  • red value is 77;
  • green value is 138;
  • blue value is 71.
RGB:
(77,138,71)
(30%,54%,28%)

RGB channels and saturation

R 77 of 255 = 30%
G 138 of 255 = 54%
B 71 of 255 = 28%

77
138
71

R + G + B ~ 37%. #4D8A47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 138 + 71 = 286 (100%)
R 77 of 286 ~ 26.92%
G 138 of 286 ~ 48.25%
B 71 of 286 ~ 24.83%

%26.92
%48.25
%24.83

CMYK color model

#4D8A47 color CMYK value is (44,0,49,46).

  • cyan value is 44.20%
  • magenta value is 0.00%
  • yellow value is 48.55%
  • key color value is 45.88%
CMYK:
(44,0,49,46)
C44M0Y49K46 
(44%,0%,49%,46%)
(0.44/0.00/0.49/0.46)	

CMYK percentages

%44.2
%0
%48.55
%45.88

Codes

Color #4D8A47 in popluar color models

4D8A47
RGB7713871
HSL115°32.06%40.98%
HSB/HSV115°48.55%54.12%
CMYK44.20%0.00%48.55%
45.88%

Color #4D8A47 in popluar number systems.

HEX4D8A47
Decimal7713871
Binary1001101100010101000111
Octal115212107

Shades and tints

Shades of #4D8A47

#4D8A47
(77,138,71)
#467E41
(70,126,65)
#3F723B
(63,114,59)
#386635
(56,102,53)
#315A2F
(49,90,47)
#2A4E29
(42,78,41)
#234223
(35,66,35)
#1C361D
(28,54,29)
#152A17
(21,42,23)
#0E1E11
(14,30,17)
#07120B
(7,18,11)
#000000
(0,0,0)

Tints of #4D8A47

#4D8A47
(77,138,71)
#5D9457
(93,148,87)
#6D9E67
(109,158,103)
#7DA877
(125,168,119)
#8DB287
(141,178,135)
#9DBC97
(157,188,151)
#ADC6A7
(173,198,167)
#BDD0B7
(189,208,183)
#CDDAC7
(205,218,199)
#DDE4D7
(221,228,215)
#EDEEE7
(237,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8A47 color. Also use rgb(77,138,71) instead hex code.

Text Font Color

.myTextColor { color: #4D8A47; }

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

This text font color is #4D8A47.


Background Color

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

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

This div background color is #4D8A47.


Border color

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

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

This div border color is #4D8A47.


Opacity

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

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

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

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

This text has shadow with #4D8A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8A47 on black background.


Color preview on white background

This text has color #4D8A47 on white background.



Black color preview on #4D8A47 background

This text has black color on #4D8A47 background.


White color preview on #4D8A47 background

This text has white color on #4D8A47 background.