COLOR #4D986D

HEX: #4D986D
RGB: (77,152,109)

Color info

#4D986D contains mainly green and blue colors. Web safe color of #4D986D is #339966 (or #396).

RGB color model

#4D986D color RGB value is (77,152,109).

  • red value is 77;
  • green value is 152;
  • blue value is 109.
RGB:
(77,152,109)
(30%,60%,43%)

RGB channels and saturation

R 77 of 255 = 30%
G 152 of 255 = 60%
B 109 of 255 = 43%

77
152
109

R + G + B ~ 44%. #4D986D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
77 + 152 + 109 = 338 (100%)
R 77 of 338 ~ 22.78%
G 152 of 338 ~ 44.97%
B 109 of 338 ~ 32.25%

%22.78
%44.97
%32.25

CMYK color model

#4D986D color CMYK value is (49,0,28,40).

  • cyan value is 49.34%
  • magenta value is 0.00%
  • yellow value is 28.29%
  • key color value is 40.39%
CMYK:
(49,0,28,40)
C49M0Y28K40 
(49%,0%,28%,40%)
(0.49/0.00/0.28/0.40)	

CMYK percentages

%49.34
%0
%28.29
%40.39

Codes

Color #4D986D in popluar color models

4D986D
RGB77152109
HSL146°32.75%44.90%
HSB/HSV146°49.34%59.61%
CMYK49.34%0.00%28.29%
40.39%

Color #4D986D in popluar number systems.

HEX4D986D
Decimal77152109
Binary1001101100110001101101
Octal115230155

Shades and tints

Shades of #4D986D

#4D986D
(77,152,109)
#468B64
(70,139,100)
#3F7E5B
(63,126,91)
#387152
(56,113,82)
#316449
(49,100,73)
#2A5740
(42,87,64)
#234A37
(35,74,55)
#1C3D2E
(28,61,46)
#153025
(21,48,37)
#0E231C
(14,35,28)
#071613
(7,22,19)
#000000
(0,0,0)

Tints of #4D986D

#4D986D
(77,152,109)
#5DA17A
(93,161,122)
#6DAA87
(109,170,135)
#7DB394
(125,179,148)
#8DBCA1
(141,188,161)
#9DC5AE
(157,197,174)
#ADCEBB
(173,206,187)
#BDD7C8
(189,215,200)
#CDE0D5
(205,224,213)
#DDE9E2
(221,233,226)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D986D color. Also use rgb(77,152,109) instead hex code.

Text Font Color

.myTextColor { color: #4D986D; }

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

This text font color is #4D986D.


Background Color

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

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

This div background color is #4D986D.


Border color

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

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

This div border color is #4D986D.


Opacity

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

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

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

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

This text has shadow with #4D986D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D986D on black background.


Color preview on white background

This text has color #4D986D on white background.



Black color preview on #4D986D background

This text has black color on #4D986D background.


White color preview on #4D986D background

This text has white color on #4D986D background.