COLOR #49997C

HEX: #49997C
RGB: (73,153,124)

Color info

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

RGB color model

#49997C color RGB value is (73,153,124).

  • red value is 73;
  • green value is 153;
  • blue value is 124.
RGB:
(73,153,124)
(29%,60%,49%)

RGB channels and saturation

R 73 of 255 = 29%
G 153 of 255 = 60%
B 124 of 255 = 49%

73
153
124

R + G + B ~ 46%. #49997C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 153 + 124 = 350 (100%)
R 73 of 350 ~ 20.86%
G 153 of 350 ~ 43.71%
B 124 of 350 ~ 35.43%

%20.86
%43.71
%35.43

CMYK color model

#49997C color CMYK value is (52,0,19,40).

  • cyan value is 52.29%
  • magenta value is 0.00%
  • yellow value is 18.95%
  • key color value is 40.00%
CMYK:
(52,0,19,40)
C52M0Y19K40 
(52%,0%,19%,40%)
(0.52/0.00/0.19/0.40)	

CMYK percentages

%52.29
%0
%18.95
%40

Codes

Color #49997C in popluar color models

49997C
RGB73153124
HSL158°35.40%44.31%
HSB/HSV158°52.29%60.00%
CMYK52.29%0.00%18.95%
40.00%

Color #49997C in popluar number systems.

HEX49997C
Decimal73153124
Binary1001001100110011111100
Octal111231174

Shades and tints

Shades of #49997C

#49997C
(73,153,124)
#438C71
(67,140,113)
#3D7F66
(61,127,102)
#37725B
(55,114,91)
#316550
(49,101,80)
#2B5845
(43,88,69)
#254B3A
(37,75,58)
#1F3E2F
(31,62,47)
#193124
(25,49,36)
#132419
(19,36,25)
#0D170E
(13,23,14)
#000000
(0,0,0)

Tints of #49997C

#49997C
(73,153,124)
#59A287
(89,162,135)
#69AB92
(105,171,146)
#79B49D
(121,180,157)
#89BDA8
(137,189,168)
#99C6B3
(153,198,179)
#A9CFBE
(169,207,190)
#B9D8C9
(185,216,201)
#C9E1D4
(201,225,212)
#D9EADF
(217,234,223)
#E9F3EA
(233,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49997C color. Also use rgb(73,153,124) instead hex code.

Text Font Color

.myTextColor { color: #49997C; }

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

This text font color is #49997C.


Background Color

.myBgColor { background-color: #49997C; }

<div style="background-color:#49997C">Inner text</div>

This div background color is #49997C.


Border color

.myBorderColor { border: 1px solid #49997C; }

<div style="border:3px solid #49997C">Div</div>

This div border color is #49997C.


Opacity

.myOpacity80 { color: #49997C; opacity: 0.8; }

<p style="color:#49997C;opacity:0.8;">80%</p>

Text with #49997C 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 #49997C;}

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

This text has shadow with #49997C color.

.textShadow {text-shadow: 3px 3px 1px #49997C, 3px 3px 1px red;}

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

This text has shadow with #49997C primary color and red secondary color.


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

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

This text has shadow with #49997C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49997C on black background.


Color preview on white background

This text has color #49997C on white background.



Black color preview on #49997C background

This text has black color on #49997C background.


White color preview on #49997C background

This text has white color on #49997C background.