COLOR #49945B

HEX: #49945B
RGB: (73,148,91)

Color info

#49945B contains mainly green and blue colors. Web safe color of #49945B is #339966 (or #396).

RGB color model

#49945B color RGB value is (73,148,91).

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

RGB channels and saturation

R 73 of 255 = 29%
G 148 of 255 = 58%
B 91 of 255 = 36%

73
148
91

R + G + B ~ 41%. #49945B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 148 + 91 = 312 (100%)
R 73 of 312 ~ 23.4%
G 148 of 312 ~ 47.44%
B 91 of 312 ~ 29.17%

%23.4
%47.44
%29.17

CMYK color model

#49945B color CMYK value is (51,0,39,42).

  • cyan value is 50.68%
  • magenta value is 0.00%
  • yellow value is 38.51%
  • key color value is 41.96%
CMYK:
(51,0,39,42)
C51M0Y39K42 
(51%,0%,39%,42%)
(0.51/0.00/0.39/0.42)	

CMYK percentages

%50.68
%0
%38.51
%41.96

Codes

Color #49945B in popluar color models

49945B
RGB7314891
HSL134°33.94%43.33%
HSB/HSV134°50.68%58.04%
CMYK50.68%0.00%38.51%
41.96%

Color #49945B in popluar number systems.

HEX49945B
Decimal7314891
Binary1001001100101001011011
Octal111224133

Shades and tints

Shades of #49945B

#49945B
(73,148,91)
#438753
(67,135,83)
#3D7A4B
(61,122,75)
#376D43
(55,109,67)
#31603B
(49,96,59)
#2B5333
(43,83,51)
#25462B
(37,70,43)
#1F3923
(31,57,35)
#192C1B
(25,44,27)
#131F13
(19,31,19)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #49945B

#49945B
(73,148,91)
#599D69
(89,157,105)
#69A677
(105,166,119)
#79AF85
(121,175,133)
#89B893
(137,184,147)
#99C1A1
(153,193,161)
#A9CAAF
(169,202,175)
#B9D3BD
(185,211,189)
#C9DCCB
(201,220,203)
#D9E5D9
(217,229,217)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49945B; }

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

This text font color is #49945B.


Background Color

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

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

This div background color is #49945B.


Border color

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

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

This div border color is #49945B.


Opacity

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

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

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

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

This text has shadow with #49945B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49945B on black background.


Color preview on white background

This text has color #49945B on white background.



Black color preview on #49945B background

This text has black color on #49945B background.


White color preview on #49945B background

This text has white color on #49945B background.