Color Hex Logo

#049704 Color Hex

#049704
(4,151,4)
0 Favorites   0 Comments

Color spaces of #049704

RGB 41514
HSL0.330.950.30
HSV120°97°59°
CMYK 0.970.000.97   0.41
XYZ11.138622.16783.8066
Yxy22.16780.30010.5973
Hunter Lab47.0827-40.166028.1643
CIE-Lab54.2046-57.924755.6457

#049704 color RGB value is (4,151,4).

#049704 hex color red value is 4, green value is 151 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #049704 hue: 0.33 , saturation: 0.95 and the lightness value of 049704 is 0.30.

The process color (four color CMYK) of #049704 color hex is 0.97, 0.00, 0.97, 0.41. Web safe color of #049704 is #009900. Color #049704 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10010111 00000100
Octal 4 227 4
Decimal 4 151 4
Hex 4 97 4

RGB Percentages of Color #049704

%2.52
%94.97
%2.52

CMYK Percentages of Color #049704

%97
%0
%97
%41

Triadic Colors of #049704

#049704 #040497 #970404

Analogous Colors of #049704

#049704 #04974e #4e9704

Monochromatic Colors of #049704

#049704

Complementary Color

#049704 #970497

#049704 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#049704 Color Preview on White Background

Lorem ipsum dolor sit amet.

#049704 Color CSS Codes

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

#049704 Text Font Color

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

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


#049704 Background Color

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

This div background color is #049704


#049704 Border Color

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

This div border color is #049704


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,151,4, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #049704; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #049704;
  -webkit-box-shadow: 1px 1px 3px 2px #049704;
  box-shadow:         1px 1px 3px 2px #049704; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #049704


Comments

No comments written yet.

Please login to write comment.