Color Hex Logo

#49966f Color Hex

#49966F
(73,150,111)
0 Favorites   0 Comments

Color spaces of #49966f

RGB 73150111
HSL0.420.350.44
HSV150°51°59°
CMYK 0.510.000.26   0.41
XYZ16.523224.376918.8733
Yxy24.37690.27640.4078
Hunter Lab49.3730-26.665711.8969
CIE-Lab56.4632-33.287113.4234

#49966f color RGB value is (73,150,111).

#49966f hex color red value is 73, green value is 150 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #49966f hue: 0.42 , saturation: 0.35 and the lightness value of 49966f is 0.44.

The process color (four color CMYK) of #49966f color hex is 0.51, 0.00, 0.26, 0.41. Web safe color of #49966f is #339966. Color #49966f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010110 01101111
Octal 111 226 157
Decimal 73 150 111
Hex 49 96 6F

RGB Percentages of Color #49966f

%21.86
%44.91
%33.23

CMYK Percentages of Color #49966f

%51
%0
%26
%41

Triadic Colors of #49966f

#49966f #6f4996 #966f49

Analogous Colors of #49966f

#49966f #499696 #4a9649

Monochromatic Colors of #49966f

#49966f

Complementary Color

#49966f #964970

#49966f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49966f Color Preview on White Background

Lorem ipsum dolor sit amet.

#49966f Color CSS Codes

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

#49966f Text Font Color

<p style="color:#49966f">Text here</p>

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


#49966f Background Color

<div style="background-color:#49966f">
Div content here</div>

This div background color is #49966f


#49966f Border Color

<div style="border:3px solid #49966f">
Div here</div>

This div border color is #49966f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,150,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49966f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49966f;
  -webkit-box-shadow: 1px 1px 3px 2px #49966f;
  box-shadow:         1px 1px 3px 2px #49966f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49966f


Comments

No comments written yet.

Please login to write comment.