COLOR #4DB126

HEX: #4DB126
RGB: (77,177,38)

Renk bilgisi

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

RGB renk modeli

#4DB126 color RGB value is (77,177,38).

  • kırmız ton 77;
  • yeşil ton 177;
  • mavi ton 38.
RGB:
(77,177,38)
(30%,69%,15%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 177 of 255 = 69%
B 38 of 255 = 15%

77
177
38

R + G + B ~ 38%. #4DB126 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 177 + 38 = 292 (100%)
R 77 of 292 ~ 26.37%
G 177 of 292 ~ 60.62%
B 38 of 292 ~ 13.01%

%26.37
%60.62
%13.01

CMYK RENK MODELİ

#4DB126 rengi CMYK tonu (56,0,79,31).

  • camgöbeği tonu 56.50%
  • eflatun tonu 0.00%
  • sarı tonu 78.53%
  • ana renk tonu 30.59%
CMYK:
(56,0,79,31)
C56M0Y79K31 
(56%,0%,79%,31%)
(0.56/0.00/0.79/0.31)	

CMYK yüzdeleri

%56.5
%0
%78.53
%30.59

Codes

Color #4DB126 in popluar color models

4DB126
RGB7717738
HSL103°64.65%42.16%
HSB/HSV103°78.53%69.41%
CMYK56.50%0.00%78.53%
30.59%

Color #4DB126 in popluar number systems.

HEX4DB126
Decimal7717738
Binary100110110110001100110
Octal11526146

Shades and tints

Shades of #4DB126

#4DB126
(77,177,38)
#46A123
(70,161,35)
#3F9120
(63,145,32)
#38811D
(56,129,29)
#31711A
(49,113,26)
#2A6117
(42,97,23)
#235114
(35,81,20)
#1C4111
(28,65,17)
#15310E
(21,49,14)
#0E210B
(14,33,11)
#071108
(7,17,8)
#000000
(0,0,0)

Tints of #4DB126

#4DB126
(77,177,38)
#5DB839
(93,184,57)
#6DBF4C
(109,191,76)
#7DC65F
(125,198,95)
#8DCD72
(141,205,114)
#9DD485
(157,212,133)
#ADDB98
(173,219,152)
#BDE2AB
(189,226,171)
#CDE9BE
(205,233,190)
#DDF0D1
(221,240,209)
#EDF7E4
(237,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DB126 color. Also use rgb(77,177,38) instead hex code.

Text Font Color

.myTextColor { color: #4DB126; }

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

This text font color is #4DB126.


Background Color

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

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

This div background color is #4DB126.


Border color

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

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

This div border color is #4DB126.


Opacity

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

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

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

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

This text has shadow with #4DB126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DB126 on black background.


Color preview on white background

This text has color #4DB126 on white background.



Black color preview on #4DB126 background

This text has black color on #4DB126 background.


White color preview on #4DB126 background

This text has white color on #4DB126 background.