COLOR #49B67D

HEX: #49B67D
RGB: (73,182,125)

Color info

#49B67D contains mainly green and blue colors. Web safe color of #49B67D is #33CC66 (or #3C6).

RGB color model

#49B67D color RGB value is (73,182,125).

  • red value is 73;
  • green value is 182;
  • blue value is 125.
RGB:
(73,182,125)
(29%,71%,49%)

RGB channels and saturation

R 73 of 255 = 29%
G 182 of 255 = 71%
B 125 of 255 = 49%

73
182
125

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

Portions of RGB colors in percentages

R + G + B =
73 + 182 + 125 = 380 (100%)
R 73 of 380 ~ 19.21%
G 182 of 380 ~ 47.89%
B 125 of 380 ~ 32.89%

%19.21
%47.89
%32.89

CMYK color model

#49B67D color CMYK value is (60,0,31,29).

  • cyan value is 59.89%
  • magenta value is 0.00%
  • yellow value is 31.32%
  • key color value is 28.63%
CMYK:
(60,0,31,29)
C60M0Y31K29 
(60%,0%,31%,29%)
(0.60/0.00/0.31/0.29)	

CMYK percentages

%59.89
%0
%31.32
%28.63

Codes

Color #49B67D in popluar color models

49B67D
RGB73182125
HSL149°42.75%50.00%
HSB/HSV149°59.89%71.37%
CMYK59.89%0.00%31.32%
28.63%

Color #49B67D in popluar number systems.

HEX49B67D
Decimal73182125
Binary1001001101101101111101
Octal111266175

Shades and tints

Shades of #49B67D

#49B67D
(73,182,125)
#43A672
(67,166,114)
#3D9667
(61,150,103)
#37865C
(55,134,92)
#317651
(49,118,81)
#2B6646
(43,102,70)
#25563B
(37,86,59)
#1F4630
(31,70,48)
#193625
(25,54,37)
#13261A
(19,38,26)
#0D160F
(13,22,15)
#000000
(0,0,0)

Tints of #49B67D

#49B67D
(73,182,125)
#59BC88
(89,188,136)
#69C293
(105,194,147)
#79C89E
(121,200,158)
#89CEA9
(137,206,169)
#99D4B4
(153,212,180)
#A9DABF
(169,218,191)
#B9E0CA
(185,224,202)
#C9E6D5
(201,230,213)
#D9ECE0
(217,236,224)
#E9F2EB
(233,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49B67D color. Also use rgb(73,182,125) instead hex code.

Text Font Color

.myTextColor { color: #49B67D; }

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

This text font color is #49B67D.


Background Color

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

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

This div background color is #49B67D.


Border color

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

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

This div border color is #49B67D.


Opacity

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

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

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

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

This text has shadow with #49B67D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49B67D on black background.


Color preview on white background

This text has color #49B67D on white background.



Black color preview on #49B67D background

This text has black color on #49B67D background.


White color preview on #49B67D background

This text has white color on #49B67D background.