COLOR #49B88F

HEX: #49B88F RGB: (73,184,143)

Color info

#49B88F contains mainly green and blue colors. Web safe color of #49B88F is #33CC99 (or #3C9).

RGB color model

#49B88F color RGB value is (73,184,143).

RGB: (73,184,143) (29%, 72%, 56%)

RGB channels and saturation

R 73 of 255 = 29%
G 184 of 255 = 72%
B 143 of 255 = 56%

73
184
143

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

Portions of RGB colors in percentages

R + G + B = 73 + 184 + 143 = 400 (100%)
R 73 of 400 ~ 18.25%
G 184 of 400 ~ 46%
B 143 of 400 ~ 35.75'%

%18.25
%46
%35.75

CMYK color model

#49B88F color CMYK value is (60,0,22,28).

  • cyan value is 60.33%
  • magenta value is 0.00%
  • yellow value is 22.28%
  • key color value is 27.84%

CMYK: (60,0,22,28)
C60M0Y22K28 (60%, 0%, 22%, 28%)
(0.60 / 0.00 / 0.22 / 0.28)

CMYK percentages

%60.33
%0
%22.28
%27.84

Codes

Color #49B88F in popluar color models

49 B8 8F
RGB 73 184 143
HSL 158° 43.87% 50.39%
HSB/HSV 158° 60.33% 72.16%
CMYK 60.33% 0.00% 22.28%
27.84%

Color #49B88F in popluar number systems.

HEX 49 B8 8F
Decimal 73 184 143
Binary 1001001 10111000 10001111
Octal 111 270 217

Shades and tints

Shades of #49B88F

#49B88F
(73,184,143)
#43A882
(67,168,130)
#3D9875
(61,152,117)
#378868
(55,136,104)
#31785B
(49,120,91)
#2B684E
(43,104,78)
#255841
(37,88,65)
#1F4834
(31,72,52)
#193827
(25,56,39)
#13281A
(19,40,26)
#0D180D
(13,24,13)
#000000
(0,0,0)

Tints of #49B88F

#49B88F
(73,184,143)
#59BE99
(89,190,153)
#69C4A3
(105,196,163)
#79CAAD
(121,202,173)
#89D0B7
(137,208,183)
#99D6C1
(153,214,193)
#A9DCCB
(169,220,203)
#B9E2D5
(185,226,213)
#C9E8DF
(201,232,223)
#D9EEE9
(217,238,233)
#E9F4F3
(233,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49B88F color. Also use rgb(73,184,143) instead hex code.

Text Font Color

.myTextColor { color: #49B88F; }

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

This text font color is #49B88F.

Background Color

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

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

This div background color is #49B88F.

Border color

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

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

This div border color is #49B88F.

Opacity

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

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

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

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

This text has shadow with #49B88F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #49B88F.

Preview

Color preview on black background

This text has color #49B88F on black background.


Color preview on white background

This text has color #49B88F on white background.


Black color preview on #49B88F background

This text has black color on #49B88F background.


White color preview on #49B88F background

This text has white color on #49B88F background.


Related colors

Complementary color

Complementary color for #hex is #B64770.


I love getcolorcode.com

Triadic colors

1 #8F49B8 and #B88F49 with #49B88F are triadic colors.

2 #8FB849 and #B8498F with #49B88F are triadic colors.