Color Hex Logo

#49984f Color Hex

#49984F
(73,152,79)
0 Favorites   0 Comments

Color spaces of #49984f

RGB 7315279
HSL0.350.350.44
HSV125°52°60°
CMYK 0.520.000.48   0.40
XYZ15.387224.437511.3030
Yxy24.43750.30100.4780
Hunter Lab49.4343-30.949121.0475
CIE-Lab56.5232-40.093331.0443

#49984f color RGB value is (73,152,79).

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

The process color (four color CMYK) of #49984f color hex is 0.52, 0.00, 0.48, 0.40. Web safe color of #49984f is #339966. Color #49984f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011000 01001111
Octal 111 230 117
Decimal 73 152 79
Hex 49 98 4F

RGB Percentages of Color #49984f

%24.01
%50.00
%25.99

CMYK Percentages of Color #49984f

%52
%0
%48
%40

Triadic Colors of #49984f

#49984f #4f4998 #984f49

Analogous Colors of #49984f

#49984f #499877 #6b9849

Monochromatic Colors of #49984f

#49984f

Complementary Color

#49984f #984992

#49984f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49984f Color Preview on White Background

Lorem ipsum dolor sit amet.

#49984f Color CSS Codes

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

#49984f Text Font Color

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

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


#49984f Background Color

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

This div background color is #49984f


#49984f Border Color

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

This div border color is #49984f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49984f


Comments

No comments written yet.

Please login to write comment.