Color Hex Logo

#49b97f Color Hex

#49B97F
(73,185,127)
0 Favorites   0 Comments

Color spaces of #49b97f

RGB 73185127
HSL0.410.440.51
HSV149°61°73°
CMYK 0.610.000.31   0.27
XYZ23.927437.646726.0841
Yxy37.64670.27300.4295
Hunter Lab61.3569-37.764817.7444
CIE-Lab67.7594-45.321420.1993

#49b97f color RGB value is (73,185,127).

#49b97f hex color red value is 73, green value is 185 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #49b97f hue: 0.41 , saturation: 0.44 and the lightness value of 49b97f is 0.51.

The process color (four color CMYK) of #49b97f color hex is 0.61, 0.00, 0.31, 0.27. Web safe color of #49b97f is #33cc66. Color #49b97f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10111001 01111111
Octal 111 271 177
Decimal 73 185 127
Hex 49 B9 7F

RGB Percentages of Color #49b97f

%18.96
%48.05
%32.99

CMYK Percentages of Color #49b97f

%61
%0
%31
%27

Triadic Colors of #49b97f

#49b97f #7f49b9 #b97f49

Analogous Colors of #49b97f

#49b97f #49b9b7 #4bb949

Monochromatic Colors of #49b97f

#49b97f

Complementary Color

#49b97f #b94983

#49b97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49b97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#49b97f Color CSS Codes

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

#49b97f Text Font Color

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

This sample text font color is #49b97f
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.


#49b97f Background Color

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

This div background color is #49b97f


#49b97f Border Color

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

This div border color is #49b97f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49b97f


Comments

No comments written yet.

Please login to write comment.