COLOR #4D9A46

HEX: #4D9A46
RGB: (77,154,70)

Renk bilgisi

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

RGB renk modeli

#4D9A46 color RGB value is (77,154,70).

  • kırmız ton 77;
  • yeşil ton 154;
  • mavi ton 70.
RGB:
(77,154,70)
(30%,60%,27%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 154 of 255 = 60%
B 70 of 255 = 27%

77
154
70

R + G + B ~ 39%. #4D9A46 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 154 + 70 = 301 (100%)
R 77 of 301 ~ 25.58%
G 154 of 301 ~ 51.16%
B 70 of 301 ~ 23.26%

%25.58
%51.16
%23.26

CMYK RENK MODELİ

#4D9A46 rengi CMYK tonu (50,0,55,40).

  • camgöbeği tonu 50.00%
  • eflatun tonu 0.00%
  • sarı tonu 54.55%
  • ana renk tonu 39.61%
CMYK:
(50,0,55,40)
C50M0Y55K40 
(50%,0%,55%,40%)
(0.50/0.00/0.55/0.40)	

CMYK yüzdeleri

%50
%0
%54.55
%39.61

Codes

Color #4D9A46 in popluar color models

4D9A46
RGB7715470
HSL115°37.50%43.92%
HSB/HSV115°54.55%60.39%
CMYK50.00%0.00%54.55%
39.61%

Color #4D9A46 in popluar number systems.

HEX4D9A46
Decimal7715470
Binary1001101100110101000110
Octal115232106

Shades and tints

Shades of #4D9A46

#4D9A46
(77,154,70)
#468C40
(70,140,64)
#3F7E3A
(63,126,58)
#387034
(56,112,52)
#31622E
(49,98,46)
#2A5428
(42,84,40)
#234622
(35,70,34)
#1C381C
(28,56,28)
#152A16
(21,42,22)
#0E1C10
(14,28,16)
#070E0A
(7,14,10)
#000000
(0,0,0)

Tints of #4D9A46

#4D9A46
(77,154,70)
#5DA356
(93,163,86)
#6DAC66
(109,172,102)
#7DB576
(125,181,118)
#8DBE86
(141,190,134)
#9DC796
(157,199,150)
#ADD0A6
(173,208,166)
#BDD9B6
(189,217,182)
#CDE2C6
(205,226,198)
#DDEBD6
(221,235,214)
#EDF4E6
(237,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D9A46 color. Also use rgb(77,154,70) instead hex code.

Text Font Color

.myTextColor { color: #4D9A46; }

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

This text font color is #4D9A46.


Background Color

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

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

This div background color is #4D9A46.


Border color

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

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

This div border color is #4D9A46.


Opacity

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

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

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

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

This text has shadow with #4D9A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9A46 on black background.


Color preview on white background

This text has color #4D9A46 on white background.



Black color preview on #4D9A46 background

This text has black color on #4D9A46 background.


White color preview on #4D9A46 background

This text has white color on #4D9A46 background.