Color Hex Logo

#49940e Color Hex

#49940E
(73,148,14)
0 Favorites   0 Comments

Color spaces of #49940e

RGB 7314814
HSL0.260.830.32
HSV94°91°58°
CMYK 0.510.000.91   0.42
XYZ13.416822.62804.0760
Yxy22.62800.33440.5640
Hunter Lab47.5689-32.899728.2179
CIE-Lab54.6871-44.346154.9699

#49940e color RGB value is (73,148,14).

#49940e hex color red value is 73, green value is 148 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #49940e hue: 0.26 , saturation: 0.83 and the lightness value of 49940e is 0.32.

The process color (four color CMYK) of #49940e color hex is 0.51, 0.00, 0.91, 0.42. Web safe color of #49940e is #339900. Color #49940e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010100 00001110
Octal 111 224 16
Decimal 73 148 14
Hex 49 94 E

RGB Percentages of Color #49940e

%31.06
%62.98
%5.96

CMYK Percentages of Color #49940e

%51
%0
%91
%42

Triadic Colors of #49940e

#49940e #0e4994 #940e49

Analogous Colors of #49940e

#49940e #0e9416 #8c940e

Monochromatic Colors of #49940e

#49940e

Complementary Color

#49940e #590e94

#49940e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49940e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49940e Color CSS Codes

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

#49940e Text Font Color

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

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


#49940e Background Color

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

This div background color is #49940e


#49940e Border Color

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

This div border color is #49940e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49940e


Comments

No comments written yet.

Please login to write comment.