Color Hex Logo

#047606 Color Hex

#047606
(4,118,6)
0 Favorites   0 Comments

Color spaces of #047606

RGB 41186
HSL0.340.930.24
HSV121°97°46°
CMYK 0.970.000.95   0.54
XYZ6.561412.99582.3349
Yxy12.99580.29970.5936
Hunter Lab36.0497-30.598221.3946
CIE-Lab42.7569-48.151445.7403

#047606 color RGB value is (4,118,6).

#047606 hex color red value is 4, green value is 118 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #047606 hue: 0.34 , saturation: 0.93 and the lightness value of 047606 is 0.24.

The process color (four color CMYK) of #047606 color hex is 0.97, 0.00, 0.95, 0.54. Web safe color of #047606 is #006600. Color #047606 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01110110 00000110
Octal 4 166 6
Decimal 4 118 6
Hex 4 76 6

RGB Percentages of Color #047606

%3.13
%92.19
%4.69

CMYK Percentages of Color #047606

%97
%0
%95
%54

Triadic Colors of #047606

#047606 #060476 #760604

Analogous Colors of #047606

#047606 #04763f #3b7604

Monochromatic Colors of #047606

#047606

Complementary Color

#047606 #760474

#047606 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#047606 Color Preview on White Background

Lorem ipsum dolor sit amet.

#047606 Color CSS Codes

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

#047606 Text Font Color

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

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


#047606 Background Color

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

This div background color is #047606


#047606 Border Color

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

This div border color is #047606


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #047606


Comments

No comments written yet.

Please login to write comment.