COLOR #49977B

HEX: #49977B RGB: (73,151,123)

Color info

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

RGB color model

#49977B color RGB value is (73,151,123).

RGB: (73,151,123) (29%, 59%, 48%)

RGB channels and saturation

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

73
151
123

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

Portions of RGB colors in percentages

R + G + B = 73 + 151 + 123 = 347 (100%)
R 73 of 347 ~ 21.04%
G 151 of 347 ~ 43.52%
B 123 of 347 ~ 35.45'%

%21.04
%43.52
%35.45

CMYK color model

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

  • cyan value is 51.66%
  • magenta value is 0.00%
  • yellow value is 18.54%
  • 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
%18.54
%40.78

Codes

Color #49977B in popluar color models

49 97 7B
RGB 73 151 123
HSL 158° 34.82% 43.92%
HSB/HSV 158° 51.66% 59.22%
CMYK 51.66% 0.00% 18.54%
40.78%

Color #49977B in popluar number systems.

HEX 49 97 7B
Decimal 73 151 123
Binary 1001001 10010111 1111011
Octal 111 227 173

Shades and tints

Shades of #49977B

#49977B
(73,151,123)
#438A70
(67,138,112)
#3D7D65
(61,125,101)
#37705A
(55,112,90)
#31634F
(49,99,79)
#2B5644
(43,86,68)
#254939
(37,73,57)
#1F3C2E
(31,60,46)
#192F23
(25,47,35)
#132218
(19,34,24)
#0D150D
(13,21,13)
#000000
(0,0,0)

Tints of #49977B

#49977B
(73,151,123)
#59A087
(89,160,135)
#69A993
(105,169,147)
#79B29F
(121,178,159)
#89BBAB
(137,187,171)
#99C4B7
(153,196,183)
#A9CDC3
(169,205,195)
#B9D6CF
(185,214,207)
#C9DFDB
(201,223,219)
#D9E8E7
(217,232,231)
#E9F1F3
(233,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49977B; }

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

This text font color is #49977B.

Background Color

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

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

This div background color is #49977B.

Border color

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

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

This div border color is #49977B.

Opacity

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

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

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

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

This text has shadow with #49977B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #49977B.

Preview

Color preview on black background

This text has color #49977B on black background.


Color preview on white background

This text has color #49977B on white background.


Black color preview on #49977B background

This text has black color on #49977B background.


White color preview on #49977B background

This text has white color on #49977B background.


Related colors

Complementary color

Complementary color for #hex is #B66884.


I love getcolorcode.com

Triadic colors

1 #7B4997 and #977B49 with #49977B are triadic colors.

2 #7B9749 and #97497B with #49977B are triadic colors.