Color Hex Logo

#49950f Color Hex

#49950F
(73,149,15)
0 Favorites   0 Comments

Color spaces of #49950f

RGB 7314915
HSL0.260.820.32
HSV94°90°58°
CMYK 0.510.000.90   0.42
XYZ13.581322.94584.1651
Yxy22.94580.33380.5639
Hunter Lab47.9018-33.219128.3759
CIE-Lab55.0165-44.706255.0538

#49950f color RGB value is (73,149,15).

#49950f hex color red value is 73, green value is 149 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #49950f hue: 0.26 , saturation: 0.82 and the lightness value of 49950f is 0.32.

The process color (four color CMYK) of #49950f color hex is 0.51, 0.00, 0.90, 0.42. Web safe color of #49950f is #339900. Color #49950f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010101 00001111
Octal 111 225 17
Decimal 73 149 15
Hex 49 95 F

RGB Percentages of Color #49950f

%30.80
%62.87
%6.33

CMYK Percentages of Color #49950f

%51
%0
%90
%42

Triadic Colors of #49950f

#49950f #0f4995 #950f49

Analogous Colors of #49950f

#49950f #0f9518 #8c950f

Monochromatic Colors of #49950f

#49950f

Complementary Color

#49950f #5b0f95

#49950f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49950f Color Preview on White Background

Lorem ipsum dolor sit amet.

#49950f Color CSS Codes

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

#49950f Text Font Color

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

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


#49950f Background Color

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

This div background color is #49950f


#49950f Border Color

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

This div border color is #49950f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49950f


Comments

No comments written yet.

Please login to write comment.