COLOR #49904F

HEX: #49904F
RGB: (73,144,79)

Renk bilgisi

#49904F contains mainly green color. #49904F ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#49904F color RGB value is (73,144,79).

  • kırmız ton 73;
  • yeşil ton 144;
  • mavi ton 79.
RGB:
(73,144,79)
(29%,56%,31%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 144 of 255 = 56%
B 79 of 255 = 31%

73
144
79

R + G + B ~ 39%. #49904F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 144 + 79 = 296 (100%)
R 73 of 296 ~ 24.66%
G 144 of 296 ~ 48.65%
B 79 of 296 ~ 26.69%

%24.66
%48.65
%26.69

CMYK RENK MODELİ

#49904F rengi CMYK tonu (49,0,45,44).

  • camgöbeği tonu 49.31%
  • eflatun tonu 0.00%
  • sarı tonu 45.14%
  • ana renk tonu 43.53%
CMYK:
(49,0,45,44)
C49M0Y45K44 
(49%,0%,45%,44%)
(0.49/0.00/0.45/0.44)	

CMYK yüzdeleri

%49.31
%0
%45.14
%43.53

Codes

Color #49904F in popluar color models

49904F
RGB7314479
HSL125°32.72%42.55%
HSB/HSV125°49.31%56.47%
CMYK49.31%0.00%45.14%
43.53%

Color #49904F in popluar number systems.

HEX49904F
Decimal7314479
Binary1001001100100001001111
Octal111220117

Shades and tints

Shades of #49904F

#49904F
(73,144,79)
#438348
(67,131,72)
#3D7641
(61,118,65)
#37693A
(55,105,58)
#315C33
(49,92,51)
#2B4F2C
(43,79,44)
#254225
(37,66,37)
#1F351E
(31,53,30)
#192817
(25,40,23)
#131B10
(19,27,16)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #49904F

#49904F
(73,144,79)
#599A5F
(89,154,95)
#69A46F
(105,164,111)
#79AE7F
(121,174,127)
#89B88F
(137,184,143)
#99C29F
(153,194,159)
#A9CCAF
(169,204,175)
#B9D6BF
(185,214,191)
#C9E0CF
(201,224,207)
#D9EADF
(217,234,223)
#E9F4EF
(233,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49904F color. Also use rgb(73,144,79) instead hex code.

Text Font Color

.myTextColor { color: #49904F; }

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

This text font color is #49904F.


Background Color

.myBgColor { background-color: #49904F; }

<div style="background-color:#49904F">Inner text</div>

This div background color is #49904F.


Border color

.myBorderColor { border: 1px solid #49904F; }

<div style="border:3px solid #49904F">Div</div>

This div border color is #49904F.


Opacity

.myOpacity80 { color: #49904F; opacity: 0.8; }

<p style="color:#49904F;opacity:0.8;">80%</p>

Text with #49904F 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 #49904F;}

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

This text has shadow with #49904F color.

.textShadow {text-shadow: 3px 3px 1px #49904F, 3px 3px 1px red;}

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

This text has shadow with #49904F primary color and red secondary color.


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

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

This text has shadow with #49904F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49904F on black background.


Color preview on white background

This text has color #49904F on white background.



Black color preview on #49904F background

This text has black color on #49904F background.


White color preview on #49904F background

This text has white color on #49904F background.