COLOR #4D9B6A

HEX: #4D9B6A
RGB: (77,155,106)

Color info

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

RGB color model

#4D9B6A color RGB value is (77,155,106).

  • red value is 77;
  • green value is 155;
  • blue value is 106.
RGB:
(77,155,106)
(30%,61%,42%)

RGB channels and saturation

R 77 of 255 = 30%
G 155 of 255 = 61%
B 106 of 255 = 42%

77
155
106

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

Portions of RGB colors in percentages

R + G + B =
77 + 155 + 106 = 338 (100%)
R 77 of 338 ~ 22.78%
G 155 of 338 ~ 45.86%
B 106 of 338 ~ 31.36%

%22.78
%45.86
%31.36

CMYK color model

#4D9B6A color CMYK value is (50,0,32,39).

  • cyan value is 50.32%
  • magenta value is 0.00%
  • yellow value is 31.61%
  • key color value is 39.22%
CMYK:
(50,0,32,39)
C50M0Y32K39 
(50%,0%,32%,39%)
(0.50/0.00/0.32/0.39)	

CMYK percentages

%50.32
%0
%31.61
%39.22

Codes

Color #4D9B6A in popluar color models

4D9B6A
RGB77155106
HSL142°33.62%45.49%
HSB/HSV142°50.32%60.78%
CMYK50.32%0.00%31.61%
39.22%

Color #4D9B6A in popluar number systems.

HEX4D9B6A
Decimal77155106
Binary1001101100110111101010
Octal115233152

Shades and tints

Shades of #4D9B6A

#4D9B6A
(77,155,106)
#468D61
(70,141,97)
#3F7F58
(63,127,88)
#38714F
(56,113,79)
#316346
(49,99,70)
#2A553D
(42,85,61)
#234734
(35,71,52)
#1C392B
(28,57,43)
#152B22
(21,43,34)
#0E1D19
(14,29,25)
#070F10
(7,15,16)
#000000
(0,0,0)

Tints of #4D9B6A

#4D9B6A
(77,155,106)
#5DA477
(93,164,119)
#6DAD84
(109,173,132)
#7DB691
(125,182,145)
#8DBF9E
(141,191,158)
#9DC8AB
(157,200,171)
#ADD1B8
(173,209,184)
#BDDAC5
(189,218,197)
#CDE3D2
(205,227,210)
#DDECDF
(221,236,223)
#EDF5EC
(237,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D9B6A color. Also use rgb(77,155,106) instead hex code.

Text Font Color

.myTextColor { color: #4D9B6A; }

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

This text font color is #4D9B6A.


Background Color

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

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

This div background color is #4D9B6A.


Border color

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

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

This div border color is #4D9B6A.


Opacity

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

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

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

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

This text has shadow with #4D9B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9B6A on black background.


Color preview on white background

This text has color #4D9B6A on white background.



Black color preview on #4D9B6A background

This text has black color on #4D9B6A background.


White color preview on #4D9B6A background

This text has white color on #4D9B6A background.