Color Hex Logo

#49936e Color Hex

#49936E
(73,147,110)
0 Favorites   0 Comments

Color spaces of #49936e

RGB 73147110
HSL0.420.340.43
HSV150°50°58°
CMYK 0.500.000.25   0.42
XYZ15.995823.409718.4273
Yxy23.40970.27660.4048
Hunter Lab48.3836-25.658411.2874
CIE-Lab55.4919-32.101512.6341

#49936e color RGB value is (73,147,110).

#49936e hex color red value is 73, green value is 147 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #49936e hue: 0.42 , saturation: 0.34 and the lightness value of 49936e is 0.43.

The process color (four color CMYK) of #49936e color hex is 0.50, 0.00, 0.25, 0.42. Web safe color of #49936e is #339966. Color #49936e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010011 01101110
Octal 111 223 156
Decimal 73 147 110
Hex 49 93 6E

RGB Percentages of Color #49936e

%22.12
%44.55
%33.33

CMYK Percentages of Color #49936e

%50
%0
%25
%42

Triadic Colors of #49936e

#49936e #6e4993 #936e49

Analogous Colors of #49936e

#49936e #499393 #499349

Monochromatic Colors of #49936e

#49936e

Complementary Color

#49936e #93496e

#49936e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49936e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49936e Color CSS Codes

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

#49936e Text Font Color

<p style="color:#49936e">Text here</p>

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


#49936e Background Color

<div style="background-color:#49936e">
Div content here</div>

This div background color is #49936e


#49936e Border Color

<div style="border:3px solid #49936e">
Div here</div>

This div border color is #49936e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,147,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49936e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49936e;
  -webkit-box-shadow: 1px 1px 3px 2px #49936e;
  box-shadow:         1px 1px 3px 2px #49936e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49936e


Comments

No comments written yet.

Please login to write comment.