COLOR #49BB70

HEX: #49BB70
RGB: (73,187,112)

Color info

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

RGB color model

#49BB70 color RGB value is (73,187,112).

  • red value is 73;
  • green value is 187;
  • blue value is 112.
RGB:
(73,187,112)
(29%,73%,44%)

RGB channels and saturation

R 73 of 255 = 29%
G 187 of 255 = 73%
B 112 of 255 = 44%

73
187
112

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

Portions of RGB colors in percentages

R + G + B =
73 + 187 + 112 = 372 (100%)
R 73 of 372 ~ 19.62%
G 187 of 372 ~ 50.27%
B 112 of 372 ~ 30.11%

%19.62
%50.27
%30.11

CMYK color model

#49BB70 color CMYK value is (61,0,40,27).

  • cyan value is 60.96%
  • magenta value is 0.00%
  • yellow value is 40.11%
  • key color value is 26.67%
CMYK:
(61,0,40,27)
C61M0Y40K27 
(61%,0%,40%,27%)
(0.61/0.00/0.40/0.27)	

CMYK percentages

%60.96
%0
%40.11
%26.67

Codes

Color #49BB70 in popluar color models

49BB70
RGB73187112
HSL141°45.60%50.98%
HSB/HSV141°60.96%73.33%
CMYK60.96%0.00%40.11%
26.67%

Color #49BB70 in popluar number systems.

HEX49BB70
Decimal73187112
Binary1001001101110111110000
Octal111273160

Shades and tints

Shades of #49BB70

#49BB70
(73,187,112)
#43AA66
(67,170,102)
#3D995C
(61,153,92)
#378852
(55,136,82)
#317748
(49,119,72)
#2B663E
(43,102,62)
#255534
(37,85,52)
#1F442A
(31,68,42)
#193320
(25,51,32)
#132216
(19,34,22)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #49BB70

#49BB70
(73,187,112)
#59C17D
(89,193,125)
#69C78A
(105,199,138)
#79CD97
(121,205,151)
#89D3A4
(137,211,164)
#99D9B1
(153,217,177)
#A9DFBE
(169,223,190)
#B9E5CB
(185,229,203)
#C9EBD8
(201,235,216)
#D9F1E5
(217,241,229)
#E9F7F2
(233,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49BB70 color. Also use rgb(73,187,112) instead hex code.

Text Font Color

.myTextColor { color: #49BB70; }

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

This text font color is #49BB70.


Background Color

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

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

This div background color is #49BB70.


Border color

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

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

This div border color is #49BB70.


Opacity

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

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

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

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

This text has shadow with #49BB70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49BB70 on black background.


Color preview on white background

This text has color #49BB70 on white background.



Black color preview on #49BB70 background

This text has black color on #49BB70 background.


White color preview on #49BB70 background

This text has white color on #49BB70 background.