COLOR #4DAB4A

HEX: #4DAB4A
RGB: (77,171,74)

Renk bilgisi

#4DAB4A contains mainly green color. #4DAB4A ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#4DAB4A color RGB value is (77,171,74).

  • kırmız ton 77;
  • yeşil ton 171;
  • mavi ton 74.
RGB:
(77,171,74)
(30%,67%,29%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 171 of 255 = 67%
B 74 of 255 = 29%

77
171
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 171 + 74 = 322 (100%)
R 77 of 322 ~ 23.91%
G 171 of 322 ~ 53.11%
B 74 of 322 ~ 22.98%

%23.91
%53.11
%22.98

CMYK RENK MODELİ

#4DAB4A rengi CMYK tonu (55,0,57,33).

  • camgöbeği tonu 54.97%
  • eflatun tonu 0.00%
  • sarı tonu 56.73%
  • ana renk tonu 32.94%
CMYK:
(55,0,57,33)
C55M0Y57K33 
(55%,0%,57%,33%)
(0.55/0.00/0.57/0.33)	

CMYK yüzdeleri

%54.97
%0
%56.73
%32.94

Codes

Color #4DAB4A in popluar color models

4DAB4A
RGB7717174
HSL118°39.59%48.04%
HSB/HSV118°56.73%67.06%
CMYK54.97%0.00%56.73%
32.94%

Color #4DAB4A in popluar number systems.

HEX4DAB4A
Decimal7717174
Binary1001101101010111001010
Octal115253112

Shades and tints

Shades of #4DAB4A

#4DAB4A
(77,171,74)
#469C44
(70,156,68)
#3F8D3E
(63,141,62)
#387E38
(56,126,56)
#316F32
(49,111,50)
#2A602C
(42,96,44)
#235126
(35,81,38)
#1C4220
(28,66,32)
#15331A
(21,51,26)
#0E2414
(14,36,20)
#07150E
(7,21,14)
#000000
(0,0,0)

Tints of #4DAB4A

#4DAB4A
(77,171,74)
#5DB25A
(93,178,90)
#6DB96A
(109,185,106)
#7DC07A
(125,192,122)
#8DC78A
(141,199,138)
#9DCE9A
(157,206,154)
#ADD5AA
(173,213,170)
#BDDCBA
(189,220,186)
#CDE3CA
(205,227,202)
#DDEADA
(221,234,218)
#EDF1EA
(237,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DAB4A color. Also use rgb(77,171,74) instead hex code.

Text Font Color

.myTextColor { color: #4DAB4A; }

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

This text font color is #4DAB4A.


Background Color

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

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

This div background color is #4DAB4A.


Border color

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

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

This div border color is #4DAB4A.


Opacity

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

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

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

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

This text has shadow with #4DAB4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DAB4A on black background.


Color preview on white background

This text has color #4DAB4A on white background.



Black color preview on #4DAB4A background

This text has black color on #4DAB4A background.


White color preview on #4DAB4A background

This text has white color on #4DAB4A background.