COLOR #49B46B

HEX: #49B46B RGB: (73,180,107)

Color info

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

RGB color model

#49B46B color RGB value is (73,180,107).

RGB: (73,180,107) (29%, 71%, 42%)

RGB channels and saturation

R 73 of 255 = 29%
G 180 of 255 = 71%
B 107 of 255 = 42%

73
180
107

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

Portions of RGB colors in percentages

R + G + B = 73 + 180 + 107 = 360 (100%)
R 73 of 360 ~ 20.28%
G 180 of 360 ~ 50%
B 107 of 360 ~ 29.72'%

%20.28
%50
%29.72

CMYK color model

#49B46B color CMYK value is (59,0,41,29).

  • cyan value is 59.44%
  • magenta value is 0.00%
  • yellow value is 40.56%
  • key color value is 29.41%

CMYK: (59,0,41,29)
C59M0Y41K29 (59%, 0%, 41%, 29%)
(0.59 / 0.00 / 0.41 / 0.29)

CMYK percentages

%59.44
%0
%40.56
%29.41

Codes

Color #49B46B in popluar color models

49 B4 6B
RGB 73 180 107
HSL 139° 42.29% 49.61%
HSB/HSV 139° 59.44% 70.59%
CMYK 59.44% 0.00% 40.56%
29.41%

Color #49B46B in popluar number systems.

HEX 49 B4 6B
Decimal 73 180 107
Binary 1001001 10110100 1101011
Octal 111 264 153

Shades and tints

Shades of #49B46B

#49B46B
(73,180,107)
#43A462
(67,164,98)
#3D9459
(61,148,89)
#378450
(55,132,80)
#317447
(49,116,71)
#2B643E
(43,100,62)
#255435
(37,84,53)
#1F442C
(31,68,44)
#193423
(25,52,35)
#13241A
(19,36,26)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #49B46B

#49B46B
(73,180,107)
#59BA78
(89,186,120)
#69C085
(105,192,133)
#79C692
(121,198,146)
#89CC9F
(137,204,159)
#99D2AC
(153,210,172)
#A9D8B9
(169,216,185)
#B9DEC6
(185,222,198)
#C9E4D3
(201,228,211)
#D9EAE0
(217,234,224)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49B46B; }

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

This text font color is #49B46B.

Background Color

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

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

This div background color is #49B46B.

Border color

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

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

This div border color is #49B46B.

Opacity

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

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

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

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

This text has shadow with #49B46B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #49B46B.

Preview

Color preview on black background

This text has color #49B46B on black background.


Color preview on white background

This text has color #49B46B on white background.


Black color preview on #49B46B background

This text has black color on #49B46B background.


White color preview on #49B46B background

This text has white color on #49B46B background.


Related colors

Complementary color

Complementary color for #hex is #B64B94.


I love getcolorcode.com

Triadic colors

1 #6B49B4 and #B46B49 with #49B46B are triadic colors.

2 #6BB449 and #B4496B with #49B46B are triadic colors.