COLOR #49977A

HEX: #49977A
RGB: (73,151,122)

Color info

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

RGB color model

#49977A color RGB value is (73,151,122).

  • red value is 73;
  • green value is 151;
  • blue value is 122.
RGB:
(73,151,122)
(29%,59%,48%)

RGB channels and saturation

R 73 of 255 = 29%
G 151 of 255 = 59%
B 122 of 255 = 48%

73
151
122

R + G + B ~ 45%. #49977A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 151 + 122 = 346 (100%)
R 73 of 346 ~ 21.1%
G 151 of 346 ~ 43.64%
B 122 of 346 ~ 35.26%

%21.1
%43.64
%35.26

CMYK color model

#49977A color CMYK value is (52,0,19,41).

  • cyan value is 51.66%
  • magenta value is 0.00%
  • yellow value is 19.21%
  • key color value is 40.78%
CMYK:
(52,0,19,41)
C52M0Y19K41 
(52%,0%,19%,41%)
(0.52/0.00/0.19/0.41)	

CMYK percentages

%51.66
%0
%19.21
%40.78

Codes

Color #49977A in popluar color models

49977A
RGB73151122
HSL158°34.82%43.92%
HSB/HSV158°51.66%59.22%
CMYK51.66%0.00%19.21%
40.78%

Color #49977A in popluar number systems.

HEX49977A
Decimal73151122
Binary1001001100101111111010
Octal111227172

Shades and tints

Shades of #49977A

#49977A
(73,151,122)
#438A6F
(67,138,111)
#3D7D64
(61,125,100)
#377059
(55,112,89)
#31634E
(49,99,78)
#2B5643
(43,86,67)
#254938
(37,73,56)
#1F3C2D
(31,60,45)
#192F22
(25,47,34)
#132217
(19,34,23)
#0D150C
(13,21,12)
#000000
(0,0,0)

Tints of #49977A

#49977A
(73,151,122)
#59A086
(89,160,134)
#69A992
(105,169,146)
#79B29E
(121,178,158)
#89BBAA
(137,187,170)
#99C4B6
(153,196,182)
#A9CDC2
(169,205,194)
#B9D6CE
(185,214,206)
#C9DFDA
(201,223,218)
#D9E8E6
(217,232,230)
#E9F1F2
(233,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49977A color. Also use rgb(73,151,122) instead hex code.

Text Font Color

.myTextColor { color: #49977A; }

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

This text font color is #49977A.


Background Color

.myBgColor { background-color: #49977A; }

<div style="background-color:#49977A">Inner text</div>

This div background color is #49977A.


Border color

.myBorderColor { border: 1px solid #49977A; }

<div style="border:3px solid #49977A">Div</div>

This div border color is #49977A.


Opacity

.myOpacity80 { color: #49977A; opacity: 0.8; }

<p style="color:#49977A;opacity:0.8;">80%</p>

Text with #49977A 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 #49977A;}

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

This text has shadow with #49977A color.

.textShadow {text-shadow: 3px 3px 1px #49977A, 3px 3px 1px red;}

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

This text has shadow with #49977A primary color and red secondary color.


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

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

This text has shadow with #49977A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49977A on black background.


Color preview on white background

This text has color #49977A on white background.



Black color preview on #49977A background

This text has black color on #49977A background.


White color preview on #49977A background

This text has white color on #49977A background.