COLOR #4D8B41

HEX: #4D8B41
RGB: (77,139,65)

Color info

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

RGB color model

#4D8B41 color RGB value is (77,139,65).

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

RGB channels and saturation

R 77 of 255 = 30%
G 139 of 255 = 55%
B 65 of 255 = 25%

77
139
65

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

Portions of RGB colors in percentages

R + G + B =
77 + 139 + 65 = 281 (100%)
R 77 of 281 ~ 27.4%
G 139 of 281 ~ 49.47%
B 65 of 281 ~ 23.13%

%27.4
%49.47
%23.13

CMYK color model

#4D8B41 color CMYK value is (45,0,53,45).

  • cyan value is 44.60%
  • magenta value is 0.00%
  • yellow value is 53.24%
  • key color value is 45.49%
CMYK:
(45,0,53,45)
C45M0Y53K45 
(45%,0%,53%,45%)
(0.45/0.00/0.53/0.45)	

CMYK percentages

%44.6
%0
%53.24
%45.49

Codes

Color #4D8B41 in popluar color models

4D8B41
RGB7713965
HSL110°36.27%40.00%
HSB/HSV110°53.24%54.51%
CMYK44.60%0.00%53.24%
45.49%

Color #4D8B41 in popluar number systems.

HEX4D8B41
Decimal7713965
Binary1001101100010111000001
Octal115213101

Shades and tints

Shades of #4D8B41

#4D8B41
(77,139,65)
#467F3C
(70,127,60)
#3F7337
(63,115,55)
#386732
(56,103,50)
#315B2D
(49,91,45)
#2A4F28
(42,79,40)
#234323
(35,67,35)
#1C371E
(28,55,30)
#152B19
(21,43,25)
#0E1F14
(14,31,20)
#07130F
(7,19,15)
#000000
(0,0,0)

Tints of #4D8B41

#4D8B41
(77,139,65)
#5D9552
(93,149,82)
#6D9F63
(109,159,99)
#7DA974
(125,169,116)
#8DB385
(141,179,133)
#9DBD96
(157,189,150)
#ADC7A7
(173,199,167)
#BDD1B8
(189,209,184)
#CDDBC9
(205,219,201)
#DDE5DA
(221,229,218)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D8B41; }

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

This text font color is #4D8B41.


Background Color

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

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

This div background color is #4D8B41.


Border color

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

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

This div border color is #4D8B41.


Opacity

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

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

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

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

This text has shadow with #4D8B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8B41 on black background.


Color preview on white background

This text has color #4D8B41 on white background.



Black color preview on #4D8B41 background

This text has black color on #4D8B41 background.


White color preview on #4D8B41 background

This text has white color on #4D8B41 background.