COLOR #49944B

HEX: #49944B
RGB: (73,148,75)

Color info

#49944B contains mainly green color. Web safe color of #49944B is #339933 (or #393).

RGB color model

#49944B color RGB value is (73,148,75).

  • red value is 73;
  • green value is 148;
  • blue value is 75.
RGB:
(73,148,75)
(29%,58%,29%)

RGB channels and saturation

R 73 of 255 = 29%
G 148 of 255 = 58%
B 75 of 255 = 29%

73
148
75

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

Portions of RGB colors in percentages

R + G + B =
73 + 148 + 75 = 296 (100%)
R 73 of 296 ~ 24.66%
G 148 of 296 ~ 50%
B 75 of 296 ~ 25.34%

%24.66
%50
%25.34

CMYK color model

#49944B color CMYK value is (51,0,49,42).

  • cyan value is 50.68%
  • magenta value is 0.00%
  • yellow value is 49.32%
  • key color value is 41.96%
CMYK:
(51,0,49,42)
C51M0Y49K42 
(51%,0%,49%,42%)
(0.51/0.00/0.49/0.42)	

CMYK percentages

%50.68
%0
%49.32
%41.96

Codes

Color #49944B in popluar color models

49944B
RGB7314875
HSL122°33.94%43.33%
HSB/HSV122°50.68%58.04%
CMYK50.68%0.00%49.32%
41.96%

Color #49944B in popluar number systems.

HEX49944B
Decimal7314875
Binary1001001100101001001011
Octal111224113

Shades and tints

Shades of #49944B

#49944B
(73,148,75)
#438745
(67,135,69)
#3D7A3F
(61,122,63)
#376D39
(55,109,57)
#316033
(49,96,51)
#2B532D
(43,83,45)
#254627
(37,70,39)
#1F3921
(31,57,33)
#192C1B
(25,44,27)
#131F15
(19,31,21)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #49944B

#49944B
(73,148,75)
#599D5B
(89,157,91)
#69A66B
(105,166,107)
#79AF7B
(121,175,123)
#89B88B
(137,184,139)
#99C19B
(153,193,155)
#A9CAAB
(169,202,171)
#B9D3BB
(185,211,187)
#C9DCCB
(201,220,203)
#D9E5DB
(217,229,219)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49944B color. Also use rgb(73,148,75) instead hex code.

Text Font Color

.myTextColor { color: #49944B; }

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

This text font color is #49944B.


Background Color

.myBgColor { background-color: #49944B; }

<div style="background-color:#49944B">Inner text</div>

This div background color is #49944B.


Border color

.myBorderColor { border: 1px solid #49944B; }

<div style="border:3px solid #49944B">Div</div>

This div border color is #49944B.


Opacity

.myOpacity80 { color: #49944B; opacity: 0.8; }

<p style="color:#49944B;opacity:0.8;">80%</p>

Text with #49944B 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 #49944B;}

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

This text has shadow with #49944B color.

.textShadow {text-shadow: 3px 3px 1px #49944B, 3px 3px 1px red;}

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

This text has shadow with #49944B primary color and red secondary color.


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

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

This text has shadow with #49944B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49944B on black background.


Color preview on white background

This text has color #49944B on white background.



Black color preview on #49944B background

This text has black color on #49944B background.


White color preview on #49944B background

This text has white color on #49944B background.