COLOR #49905E

HEX: #49905E
RGB: (73,144,94)

Color info

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

RGB color model

#49905E color RGB value is (73,144,94).

  • red value is 73;
  • green value is 144;
  • blue value is 94.
RGB:
(73,144,94)
(29%,56%,37%)

RGB channels and saturation

R 73 of 255 = 29%
G 144 of 255 = 56%
B 94 of 255 = 37%

73
144
94

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

Portions of RGB colors in percentages

R + G + B =
73 + 144 + 94 = 311 (100%)
R 73 of 311 ~ 23.47%
G 144 of 311 ~ 46.3%
B 94 of 311 ~ 30.23%

%23.47
%46.3
%30.23

CMYK color model

#49905E color CMYK value is (49,0,35,44).

  • cyan value is 49.31%
  • magenta value is 0.00%
  • yellow value is 34.72%
  • key color value is 43.53%
CMYK:
(49,0,35,44)
C49M0Y35K44 
(49%,0%,35%,44%)
(0.49/0.00/0.35/0.44)	

CMYK percentages

%49.31
%0
%34.72
%43.53

Codes

Color #49905E in popluar color models

49905E
RGB7314494
HSL138°32.72%42.55%
HSB/HSV138°49.31%56.47%
CMYK49.31%0.00%34.72%
43.53%

Color #49905E in popluar number systems.

HEX49905E
Decimal7314494
Binary1001001100100001011110
Octal111220136

Shades and tints

Shades of #49905E

#49905E
(73,144,94)
#438356
(67,131,86)
#3D764E
(61,118,78)
#376946
(55,105,70)
#315C3E
(49,92,62)
#2B4F36
(43,79,54)
#25422E
(37,66,46)
#1F3526
(31,53,38)
#19281E
(25,40,30)
#131B16
(19,27,22)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #49905E

#49905E
(73,144,94)
#599A6C
(89,154,108)
#69A47A
(105,164,122)
#79AE88
(121,174,136)
#89B896
(137,184,150)
#99C2A4
(153,194,164)
#A9CCB2
(169,204,178)
#B9D6C0
(185,214,192)
#C9E0CE
(201,224,206)
#D9EADC
(217,234,220)
#E9F4EA
(233,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49905E color. Also use rgb(73,144,94) instead hex code.

Text Font Color

.myTextColor { color: #49905E; }

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

This text font color is #49905E.


Background Color

.myBgColor { background-color: #49905E; }

<div style="background-color:#49905E">Inner text</div>

This div background color is #49905E.


Border color

.myBorderColor { border: 1px solid #49905E; }

<div style="border:3px solid #49905E">Div</div>

This div border color is #49905E.


Opacity

.myOpacity80 { color: #49905E; opacity: 0.8; }

<p style="color:#49905E;opacity:0.8;">80%</p>

Text with #49905E 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 #49905E;}

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

This text has shadow with #49905E color.

.textShadow {text-shadow: 3px 3px 1px #49905E, 3px 3px 1px red;}

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

This text has shadow with #49905E primary color and red secondary color.


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

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

This text has shadow with #49905E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49905E on black background.


Color preview on white background

This text has color #49905E on white background.



Black color preview on #49905E background

This text has black color on #49905E background.


White color preview on #49905E background

This text has white color on #49905E background.