COLOR #4D9449

HEX: #4D9449
RGB: (77,148,73)

Renk bilgisi

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

RGB renk modeli

#4D9449 color RGB value is (77,148,73).

  • kırmız ton 77;
  • yeşil ton 148;
  • mavi ton 73.
RGB:
(77,148,73)
(30%,58%,29%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 148 of 255 = 58%
B 73 of 255 = 29%

77
148
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 148 + 73 = 298 (100%)
R 77 of 298 ~ 25.84%
G 148 of 298 ~ 49.66%
B 73 of 298 ~ 24.5%

%25.84
%49.66
%24.5

CMYK RENK MODELİ

#4D9449 rengi CMYK tonu (48,0,51,42).

  • camgöbeği tonu 47.97%
  • eflatun tonu 0.00%
  • sarı tonu 50.68%
  • ana renk tonu 41.96%
CMYK:
(48,0,51,42)
C48M0Y51K42 
(48%,0%,51%,42%)
(0.48/0.00/0.51/0.42)	

CMYK yüzdeleri

%47.97
%0
%50.68
%41.96

Codes

Color #4D9449 in popluar color models

4D9449
RGB7714873
HSL117°33.94%43.33%
HSB/HSV117°50.68%58.04%
CMYK47.97%0.00%50.68%
41.96%

Color #4D9449 in popluar number systems.

HEX4D9449
Decimal7714873
Binary1001101100101001001001
Octal115224111

Shades and tints

Shades of #4D9449

#4D9449
(77,148,73)
#468743
(70,135,67)
#3F7A3D
(63,122,61)
#386D37
(56,109,55)
#316031
(49,96,49)
#2A532B
(42,83,43)
#234625
(35,70,37)
#1C391F
(28,57,31)
#152C19
(21,44,25)
#0E1F13
(14,31,19)
#07120D
(7,18,13)
#000000
(0,0,0)

Tints of #4D9449

#4D9449
(77,148,73)
#5D9D59
(93,157,89)
#6DA669
(109,166,105)
#7DAF79
(125,175,121)
#8DB889
(141,184,137)
#9DC199
(157,193,153)
#ADCAA9
(173,202,169)
#BDD3B9
(189,211,185)
#CDDCC9
(205,220,201)
#DDE5D9
(221,229,217)
#EDEEE9
(237,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D9449 color. Also use rgb(77,148,73) instead hex code.

Text Font Color

.myTextColor { color: #4D9449; }

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

This text font color is #4D9449.


Background Color

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

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

This div background color is #4D9449.


Border color

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

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

This div border color is #4D9449.


Opacity

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

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

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

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

This text has shadow with #4D9449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9449 on black background.


Color preview on white background

This text has color #4D9449 on white background.



Black color preview on #4D9449 background

This text has black color on #4D9449 background.


White color preview on #4D9449 background

This text has white color on #4D9449 background.