COLOR #49B766

HEX: #49B766 RGB: (73,183,102)

Color info

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

RGB color model

#49B766 color RGB value is (73,183,102).

RGB: (73,183,102) (29%, 72%, 40%)

RGB channels and saturation

R 73 of 255 = 29%
G 183 of 255 = 72%
B 102 of 255 = 40%

73
183
102

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

Portions of RGB colors in percentages

R + G + B = 73 + 183 + 102 = 358 (100%)
R 73 of 358 ~ 20.39%
G 183 of 358 ~ 51.12%
B 102 of 358 ~ 28.49'%

%20.39
%51.12
%28.49

CMYK color model

#49B766 color CMYK value is (60,0,44,28).

  • cyan value is 60.11%
  • magenta value is 0.00%
  • yellow value is 44.26%
  • key color value is 28.24%

CMYK: (60,0,44,28)
C60M0Y44K28 (60%, 0%, 44%, 28%)
(0.60 / 0.00 / 0.44 / 0.28)

CMYK percentages

%60.11
%0
%44.26
%28.24

Codes

Color #49B766 in popluar color models

49 B7 66
RGB 73 183 102
HSL 136° 43.31% 50.20%
HSB/HSV 136° 60.11% 71.76%
CMYK 60.11% 0.00% 44.26%
28.24%

Color #49B766 in popluar number systems.

HEX 49 B7 66
Decimal 73 183 102
Binary 1001001 10110111 1100110
Octal 111 267 146

Shades and tints

Shades of #49B766

#49B766
(73,183,102)
#43A75D
(67,167,93)
#3D9754
(61,151,84)
#37874B
(55,135,75)
#317742
(49,119,66)
#2B6739
(43,103,57)
#255730
(37,87,48)
#1F4727
(31,71,39)
#19371E
(25,55,30)
#132715
(19,39,21)
#0D170C
(13,23,12)
#000000
(0,0,0)

Tints of #49B766

#49B766
(73,183,102)
#59BD73
(89,189,115)
#69C380
(105,195,128)
#79C98D
(121,201,141)
#89CF9A
(137,207,154)
#99D5A7
(153,213,167)
#A9DBB4
(169,219,180)
#B9E1C1
(185,225,193)
#C9E7CE
(201,231,206)
#D9EDDB
(217,237,219)
#E9F3E8
(233,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49B766 color. Also use rgb(73,183,102) instead hex code.

Text Font Color

.myTextColor { color: #49B766; }

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

This text font color is #49B766.

Background Color

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

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

This div background color is #49B766.

Border color

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

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

This div border color is #49B766.

Opacity

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

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

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

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

This text has shadow with #49B766 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #49B766.

Preview

Color preview on black background

This text has color #49B766 on black background.


Color preview on white background

This text has color #49B766 on white background.


Black color preview on #49B766 background

This text has black color on #49B766 background.


White color preview on #49B766 background

This text has white color on #49B766 background.


Related colors

Complementary color

Complementary color for #hex is #B64899.


I love getcolorcode.com

Triadic colors

1 #6649B7 and #B76649 with #49B766 are triadic colors.

2 #66B749 and #B74966 with #49B766 are triadic colors.