COLOR #49908D

HEX: #49908D
RGB: (73,144,141)

Color info

#49908D contains mainly green and blue colors. Web safe color of #49908D is #339999 (or #399).

RGB color model

#49908D color RGB value is (73,144,141).

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

RGB channels and saturation

R 73 of 255 = 29%
G 144 of 255 = 56%
B 141 of 255 = 55%

73
144
141

R + G + B ~ 47%. #49908D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 144 + 141 = 358 (100%)
R 73 of 358 ~ 20.39%
G 144 of 358 ~ 40.22%
B 141 of 358 ~ 39.39%

%20.39
%40.22
%39.39

CMYK color model

#49908D color CMYK value is (49,0,2,44).

  • cyan value is 49.31%
  • magenta value is 0.00%
  • yellow value is 2.08%
  • key color value is 43.53%
CMYK:
(49,0,2,44)
C49M0Y2K44 
(49%,0%,2%,44%)
(0.49/0.00/0.02/0.44)	

CMYK percentages

%49.31
%0
%2.08
%43.53

Codes

Color #49908D in popluar color models

49908D
RGB73144141
HSL177°32.72%42.55%
HSB/HSV177°49.31%56.47%
CMYK49.31%0.00%2.08%
43.53%

Color #49908D in popluar number systems.

HEX49908D
Decimal73144141
Binary10010011001000010001101
Octal111220215

Shades and tints

Shades of #49908D

#49908D
(73,144,141)
#438381
(67,131,129)
#3D7675
(61,118,117)
#376969
(55,105,105)
#315C5D
(49,92,93)
#2B4F51
(43,79,81)
#254245
(37,66,69)
#1F3539
(31,53,57)
#19282D
(25,40,45)
#131B21
(19,27,33)
#0D0E15
(13,14,21)
#000000
(0,0,0)

Tints of #49908D

#49908D
(73,144,141)
#599A97
(89,154,151)
#69A4A1
(105,164,161)
#79AEAB
(121,174,171)
#89B8B5
(137,184,181)
#99C2BF
(153,194,191)
#A9CCC9
(169,204,201)
#B9D6D3
(185,214,211)
#C9E0DD
(201,224,221)
#D9EAE7
(217,234,231)
#E9F4F1
(233,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49908D color. Also use rgb(73,144,141) instead hex code.

Text Font Color

.myTextColor { color: #49908D; }

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

This text font color is #49908D.


Background Color

.myBgColor { background-color: #49908D; }

<div style="background-color:#49908D">Inner text</div>

This div background color is #49908D.


Border color

.myBorderColor { border: 1px solid #49908D; }

<div style="border:3px solid #49908D">Div</div>

This div border color is #49908D.


Opacity

.myOpacity80 { color: #49908D; opacity: 0.8; }

<p style="color:#49908D;opacity:0.8;">80%</p>

Text with #49908D 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 #49908D;}

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

This text has shadow with #49908D color.

.textShadow {text-shadow: 3px 3px 1px #49908D, 3px 3px 1px red;}

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

This text has shadow with #49908D primary color and red secondary color.


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

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

This text has shadow with #49908D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49908D on black background.


Color preview on white background

This text has color #49908D on white background.



Black color preview on #49908D background

This text has black color on #49908D background.


White color preview on #49908D background

This text has white color on #49908D background.