COLOR #49917B

HEX: #49917B RGB: (73,145,123)

Color info

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

RGB color model

#49917B color RGB value is (73,145,123).

RGB: (73,145,123) (29%, 57%, 48%)

RGB channels and saturation

R 73 of 255 = 29%
G 145 of 255 = 57%
B 123 of 255 = 48%

73
145
123

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

Portions of RGB colors in percentages

R + G + B = 73 + 145 + 123 = 341 (100%)
R 73 of 341 ~ 21.41%
G 145 of 341 ~ 42.52%
B 123 of 341 ~ 36.07'%

%21.41
%42.52
%36.07

CMYK color model

#49917B color CMYK value is (50,0,15,43).

  • cyan value is 49.66%
  • magenta value is 0.00%
  • yellow value is 15.17%
  • key color value is 43.14%

CMYK: (50,0,15,43)
C50M0Y15K43 (50%, 0%, 15%, 43%)
(0.50 / 0.00 / 0.15 / 0.43)

CMYK percentages

%49.66
%0
%15.17
%43.14

Codes

Color #49917B in popluar color models

49 91 7B
RGB 73 145 123
HSL 162° 33.03% 42.75%
HSB/HSV 162° 49.66% 56.86%
CMYK 49.66% 0.00% 15.17%
43.14%

Color #49917B in popluar number systems.

HEX 49 91 7B
Decimal 73 145 123
Binary 1001001 10010001 1111011
Octal 111 221 173

Shades and tints

Shades of #49917B

#49917B
(73,145,123)
#438470
(67,132,112)
#3D7765
(61,119,101)
#376A5A
(55,106,90)
#315D4F
(49,93,79)
#2B5044
(43,80,68)
#254339
(37,67,57)
#1F362E
(31,54,46)
#192923
(25,41,35)
#131C18
(19,28,24)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #49917B

#49917B
(73,145,123)
#599B87
(89,155,135)
#69A593
(105,165,147)
#79AF9F
(121,175,159)
#89B9AB
(137,185,171)
#99C3B7
(153,195,183)
#A9CDC3
(169,205,195)
#B9D7CF
(185,215,207)
#C9E1DB
(201,225,219)
#D9EBE7
(217,235,231)
#E9F5F3
(233,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49917B; }

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

This text font color is #49917B.

Background Color

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

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

This div background color is #49917B.

Border color

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

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

This div border color is #49917B.

Opacity

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

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

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

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

This text has shadow with #49917B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #49917B.

Preview

Color preview on black background

This text has color #49917B on black background.


Color preview on white background

This text has color #49917B on white background.


Black color preview on #49917B background

This text has black color on #49917B background.


White color preview on #49917B background

This text has white color on #49917B background.


Related colors

Complementary color

Complementary color for #hex is #B66E84.


I love getcolorcode.com

Triadic colors

1 #7B4991 and #917B49 with #49917B are triadic colors.

2 #7B9149 and #91497B with #49917B are triadic colors.