COLOR #4D9C6F

HEX: #4D9C6F
RGB: (77,156,111)

Renk bilgisi

#4D9C6F contains mainly green and blue colors. #4D9C6F ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#4D9C6F color RGB value is (77,156,111).

  • kırmız ton 77;
  • yeşil ton 156;
  • mavi ton 111.
RGB:
(77,156,111)
(30%,61%,44%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 156 of 255 = 61%
B 111 of 255 = 44%

77
156
111

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 156 + 111 = 344 (100%)
R 77 of 344 ~ 22.38%
G 156 of 344 ~ 45.35%
B 111 of 344 ~ 32.27%

%22.38
%45.35
%32.27

CMYK RENK MODELİ

#4D9C6F rengi CMYK tonu (51,0,29,39).

  • camgöbeği tonu 50.64%
  • eflatun tonu 0.00%
  • sarı tonu 28.85%
  • ana renk tonu 38.82%
CMYK:
(51,0,29,39)
C51M0Y29K39 
(51%,0%,29%,39%)
(0.51/0.00/0.29/0.39)	

CMYK yüzdeleri

%50.64
%0
%28.85
%38.82

Codes

Color #4D9C6F in popluar color models

4D9C6F
RGB77156111
HSL146°33.91%45.69%
HSB/HSV146°50.64%61.18%
CMYK50.64%0.00%28.85%
38.82%

Color #4D9C6F in popluar number systems.

HEX4D9C6F
Decimal77156111
Binary1001101100111001101111
Octal115234157

Shades and tints

Shades of #4D9C6F

#4D9C6F
(77,156,111)
#468E65
(70,142,101)
#3F805B
(63,128,91)
#387251
(56,114,81)
#316447
(49,100,71)
#2A563D
(42,86,61)
#234833
(35,72,51)
#1C3A29
(28,58,41)
#152C1F
(21,44,31)
#0E1E15
(14,30,21)
#07100B
(7,16,11)
#000000
(0,0,0)

Tints of #4D9C6F

#4D9C6F
(77,156,111)
#5DA57C
(93,165,124)
#6DAE89
(109,174,137)
#7DB796
(125,183,150)
#8DC0A3
(141,192,163)
#9DC9B0
(157,201,176)
#ADD2BD
(173,210,189)
#BDDBCA
(189,219,202)
#CDE4D7
(205,228,215)
#DDEDE4
(221,237,228)
#EDF6F1
(237,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D9C6F color. Also use rgb(77,156,111) instead hex code.

Text Font Color

.myTextColor { color: #4D9C6F; }

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

This text font color is #4D9C6F.


Background Color

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

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

This div background color is #4D9C6F.


Border color

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

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

This div border color is #4D9C6F.


Opacity

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

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

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

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

This text has shadow with #4D9C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9C6F on black background.


Color preview on white background

This text has color #4D9C6F on white background.



Black color preview on #4D9C6F background

This text has black color on #4D9C6F background.


White color preview on #4D9C6F background

This text has white color on #4D9C6F background.