COLOR #49BA6B

HEX: #49BA6B
RGB: (73,186,107)

Color info

#49BA6B contains mainly green color. Web safe color of #49BA6B is #33CC66 (or #3C6).

RGB color model

#49BA6B color RGB value is (73,186,107).

  • red value is 73;
  • green value is 186;
  • blue value is 107.
RGB:
(73,186,107)
(29%,73%,42%)

RGB channels and saturation

R 73 of 255 = 29%
G 186 of 255 = 73%
B 107 of 255 = 42%

73
186
107

R + G + B ~ 48%. #49BA6B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 186 + 107 = 366 (100%)
R 73 of 366 ~ 19.95%
G 186 of 366 ~ 50.82%
B 107 of 366 ~ 29.23%

%19.95
%50.82
%29.23

CMYK color model

#49BA6B color CMYK value is (61,0,42,27).

  • cyan value is 60.75%
  • magenta value is 0.00%
  • yellow value is 42.47%
  • key color value is 27.06%
CMYK:
(61,0,42,27)
C61M0Y42K27 
(61%,0%,42%,27%)
(0.61/0.00/0.42/0.27)	

CMYK percentages

%60.75
%0
%42.47
%27.06

Codes

Color #49BA6B in popluar color models

49BA6B
RGB73186107
HSL138°45.02%50.78%
HSB/HSV138°60.75%72.94%
CMYK60.75%0.00%42.47%
27.06%

Color #49BA6B in popluar number systems.

HEX49BA6B
Decimal73186107
Binary1001001101110101101011
Octal111272153

Shades and tints

Shades of #49BA6B

#49BA6B
(73,186,107)
#43AA62
(67,170,98)
#3D9A59
(61,154,89)
#378A50
(55,138,80)
#317A47
(49,122,71)
#2B6A3E
(43,106,62)
#255A35
(37,90,53)
#1F4A2C
(31,74,44)
#193A23
(25,58,35)
#132A1A
(19,42,26)
#0D1A11
(13,26,17)
#000000
(0,0,0)

Tints of #49BA6B

#49BA6B
(73,186,107)
#59C078
(89,192,120)
#69C685
(105,198,133)
#79CC92
(121,204,146)
#89D29F
(137,210,159)
#99D8AC
(153,216,172)
#A9DEB9
(169,222,185)
#B9E4C6
(185,228,198)
#C9EAD3
(201,234,211)
#D9F0E0
(217,240,224)
#E9F6ED
(233,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49BA6B color. Also use rgb(73,186,107) instead hex code.

Text Font Color

.myTextColor { color: #49BA6B; }

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

This text font color is #49BA6B.


Background Color

.myBgColor { background-color: #49BA6B; }

<div style="background-color:#49BA6B">Inner text</div>

This div background color is #49BA6B.


Border color

.myBorderColor { border: 1px solid #49BA6B; }

<div style="border:3px solid #49BA6B">Div</div>

This div border color is #49BA6B.


Opacity

.myOpacity80 { color: #49BA6B; opacity: 0.8; }

<p style="color:#49BA6B;opacity:0.8;">80%</p>

Text with #49BA6B 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 #49BA6B;}

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

This text has shadow with #49BA6B color.

.textShadow {text-shadow: 3px 3px 1px #49BA6B, 3px 3px 1px red;}

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

This text has shadow with #49BA6B primary color and red secondary color.


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

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

This text has shadow with #49BA6B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49BA6B on black background.


Color preview on white background

This text has color #49BA6B on white background.



Black color preview on #49BA6B background

This text has black color on #49BA6B background.


White color preview on #49BA6B background

This text has white color on #49BA6B background.