COLOR #49924F

HEX: #49924F
RGB: (73,146,79)

Color info

#49924F contains mainly green color. Web safe color of #49924F is #339966 (or #396).

RGB color model

#49924F color RGB value is (73,146,79).

  • red value is 73;
  • green value is 146;
  • blue value is 79.
RGB:
(73,146,79)
(29%,57%,31%)

RGB channels and saturation

R 73 of 255 = 29%
G 146 of 255 = 57%
B 79 of 255 = 31%

73
146
79

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

Portions of RGB colors in percentages

R + G + B =
73 + 146 + 79 = 298 (100%)
R 73 of 298 ~ 24.5%
G 146 of 298 ~ 48.99%
B 79 of 298 ~ 26.51%

%24.5
%48.99
%26.51

CMYK color model

#49924F color CMYK value is (50,0,46,43).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 45.89%
  • key color value is 42.75%
CMYK:
(50,0,46,43)
C50M0Y46K43 
(50%,0%,46%,43%)
(0.50/0.00/0.46/0.43)	

CMYK percentages

%50
%0
%45.89
%42.75

Codes

Color #49924F in popluar color models

49924F
RGB7314679
HSL125°33.33%42.94%
HSB/HSV125°50.00%57.25%
CMYK50.00%0.00%45.89%
42.75%

Color #49924F in popluar number systems.

HEX49924F
Decimal7314679
Binary1001001100100101001111
Octal111222117

Shades and tints

Shades of #49924F

#49924F
(73,146,79)
#438548
(67,133,72)
#3D7841
(61,120,65)
#376B3A
(55,107,58)
#315E33
(49,94,51)
#2B512C
(43,81,44)
#254425
(37,68,37)
#1F371E
(31,55,30)
#192A17
(25,42,23)
#131D10
(19,29,16)
#0D1009
(13,16,9)
#000000
(0,0,0)

Tints of #49924F

#49924F
(73,146,79)
#599B5F
(89,155,95)
#69A46F
(105,164,111)
#79AD7F
(121,173,127)
#89B68F
(137,182,143)
#99BF9F
(153,191,159)
#A9C8AF
(169,200,175)
#B9D1BF
(185,209,191)
#C9DACF
(201,218,207)
#D9E3DF
(217,227,223)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49924F; }

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

This text font color is #49924F.


Background Color

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

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

This div background color is #49924F.


Border color

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

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

This div border color is #49924F.


Opacity

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

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

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

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

This text has shadow with #49924F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49924F on black background.


Color preview on white background

This text has color #49924F on white background.



Black color preview on #49924F background

This text has black color on #49924F background.


White color preview on #49924F background

This text has white color on #49924F background.