Color Hex Logo

#49b39f Color Hex

#49B39F
(73,179,159)
0 Favorites   0 Comments

Color spaces of #49b39f

RGB 73179159
HSL0.470.420.49
HSV169°59°70°
CMYK 0.590.000.11   0.30
XYZ25.125836.159938.4562
Yxy36.15990.25190.3625
Hunter Lab60.1331-30.64914.1762
CIE-Lab66.6419-35.31951.1134

#49b39f color RGB value is (73,179,159).

#49b39f hex color red value is 73, green value is 179 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #49b39f hue: 0.47 , saturation: 0.42 and the lightness value of 49b39f is 0.49.

The process color (four color CMYK) of #49b39f color hex is 0.59, 0.00, 0.11, 0.30. Web safe color of #49b39f is #33cc99. Color #49b39f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10110011 10011111
Octal 111 263 237
Decimal 73 179 159
Hex 49 B3 9F

RGB Percentages of Color #49b39f

%17.76
%43.55
%38.69

CMYK Percentages of Color #49b39f

%59
%0
%11
%30

Triadic Colors of #49b39f

#49b39f #9f49b3 #b39f49

Analogous Colors of #49b39f

#49b39f #4992b3 #49b36a

Monochromatic Colors of #49b39f

#49b39f

Complementary Color

#49b39f #b3495d

#49b39f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49b39f Color Preview on White Background

Lorem ipsum dolor sit amet.

#49b39f Color CSS Codes

.mybgcolor {background-color:#49b39f; } 
.myforecolor {color:#49b39f; }
.mybordercolor {border:3px solid #49b39f; }

#49b39f Text Font Color

<p style="color:#49b39f">Text here</p>

This sample text font color is #49b39f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#49b39f Background Color

<div style="background-color:#49b39f">
Div content here</div>

This div background color is #49b39f


#49b39f Border Color

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

This div border color is #49b39f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,179,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49b39f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49b39f;
  -webkit-box-shadow: 1px 1px 3px 2px #49b39f;
  box-shadow:         1px 1px 3px 2px #49b39f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,179,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #49b39f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #49b39f;
  -webkit-box-shadow: 1px 1px 3px 2px #49b39f;
  box-shadow:         1px 1px 3px 2px #49b39f;">
Div content here</div>

This div box has shadow with color #49b39f


Comments

No comments written yet.

Please login to write comment.