COLOR #4D8F39

HEX: #4D8F39
RGB: (77,143,57)

Color info

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

RGB color model

#4D8F39 color RGB value is (77,143,57).

  • red value is 77;
  • green value is 143;
  • blue value is 57.
RGB:
(77,143,57)
(30%,56%,22%)

RGB channels and saturation

R 77 of 255 = 30%
G 143 of 255 = 56%
B 57 of 255 = 22%

77
143
57

R + G + B ~ 36%. #4D8F39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 143 + 57 = 277 (100%)
R 77 of 277 ~ 27.8%
G 143 of 277 ~ 51.62%
B 57 of 277 ~ 20.58%

%27.8
%51.62
%20.58

CMYK color model

#4D8F39 color CMYK value is (46,0,60,44).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 60.14%
  • key color value is 43.92%
CMYK:
(46,0,60,44)
C46M0Y60K44 
(46%,0%,60%,44%)
(0.46/0.00/0.60/0.44)	

CMYK percentages

%46.15
%0
%60.14
%43.92

Codes

Color #4D8F39 in popluar color models

4D8F39
RGB7714357
HSL106°43.00%39.22%
HSB/HSV106°60.14%56.08%
CMYK46.15%0.00%60.14%
43.92%

Color #4D8F39 in popluar number systems.

HEX4D8F39
Decimal7714357
Binary100110110001111111001
Octal11521771

Shades and tints

Shades of #4D8F39

#4D8F39
(77,143,57)
#468234
(70,130,52)
#3F752F
(63,117,47)
#38682A
(56,104,42)
#315B25
(49,91,37)
#2A4E20
(42,78,32)
#23411B
(35,65,27)
#1C3416
(28,52,22)
#152711
(21,39,17)
#0E1A0C
(14,26,12)
#070D07
(7,13,7)
#000000
(0,0,0)

Tints of #4D8F39

#4D8F39
(77,143,57)
#5D994B
(93,153,75)
#6DA35D
(109,163,93)
#7DAD6F
(125,173,111)
#8DB781
(141,183,129)
#9DC193
(157,193,147)
#ADCBA5
(173,203,165)
#BDD5B7
(189,213,183)
#CDDFC9
(205,223,201)
#DDE9DB
(221,233,219)
#EDF3ED
(237,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8F39 color. Also use rgb(77,143,57) instead hex code.

Text Font Color

.myTextColor { color: #4D8F39; }

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

This text font color is #4D8F39.


Background Color

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

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

This div background color is #4D8F39.


Border color

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

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

This div border color is #4D8F39.


Opacity

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

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

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

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

This text has shadow with #4D8F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8F39 on black background.


Color preview on white background

This text has color #4D8F39 on white background.



Black color preview on #4D8F39 background

This text has black color on #4D8F39 background.


White color preview on #4D8F39 background

This text has white color on #4D8F39 background.