COLOR #4D9E30

HEX: #4D9E30
RGB: (77,158,48)

Renk bilgisi

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

RGB renk modeli

#4D9E30 color RGB value is (77,158,48).

  • kırmız ton 77;
  • yeşil ton 158;
  • mavi ton 48.
RGB:
(77,158,48)
(30%,62%,19%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 158 of 255 = 62%
B 48 of 255 = 19%

77
158
48

R + G + B ~ 37%. #4D9E30 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 158 + 48 = 283 (100%)
R 77 of 283 ~ 27.21%
G 158 of 283 ~ 55.83%
B 48 of 283 ~ 16.96%

%27.21
%55.83
%16.96

CMYK RENK MODELİ

#4D9E30 rengi CMYK tonu (51,0,70,38).

  • camgöbeği tonu 51.27%
  • eflatun tonu 0.00%
  • sarı tonu 69.62%
  • ana renk tonu 38.04%
CMYK:
(51,0,70,38)
C51M0Y70K38 
(51%,0%,70%,38%)
(0.51/0.00/0.70/0.38)	

CMYK yüzdeleri

%51.27
%0
%69.62
%38.04

Codes

Color #4D9E30 in popluar color models

4D9E30
RGB7715848
HSL104°53.40%40.39%
HSB/HSV104°69.62%61.96%
CMYK51.27%0.00%69.62%
38.04%

Color #4D9E30 in popluar number systems.

HEX4D9E30
Decimal7715848
Binary100110110011110110000
Octal11523660

Shades and tints

Shades of #4D9E30

#4D9E30
(77,158,48)
#46902C
(70,144,44)
#3F8228
(63,130,40)
#387424
(56,116,36)
#316620
(49,102,32)
#2A581C
(42,88,28)
#234A18
(35,74,24)
#1C3C14
(28,60,20)
#152E10
(21,46,16)
#0E200C
(14,32,12)
#071208
(7,18,8)
#000000
(0,0,0)

Tints of #4D9E30

#4D9E30
(77,158,48)
#5DA642
(93,166,66)
#6DAE54
(109,174,84)
#7DB666
(125,182,102)
#8DBE78
(141,190,120)
#9DC68A
(157,198,138)
#ADCE9C
(173,206,156)
#BDD6AE
(189,214,174)
#CDDEC0
(205,222,192)
#DDE6D2
(221,230,210)
#EDEEE4
(237,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D9E30 color. Also use rgb(77,158,48) instead hex code.

Text Font Color

.myTextColor { color: #4D9E30; }

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

This text font color is #4D9E30.


Background Color

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

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

This div background color is #4D9E30.


Border color

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

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

This div border color is #4D9E30.


Opacity

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

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

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

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

This text has shadow with #4D9E30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9E30 on black background.


Color preview on white background

This text has color #4D9E30 on white background.



Black color preview on #4D9E30 background

This text has black color on #4D9E30 background.


White color preview on #4D9E30 background

This text has white color on #4D9E30 background.