Color Hex Logo

#478006 Color Hex

#478006
(71,128,6)
0 Favorites   0 Comments

Color spaces of #478006

RGB 711286
HSL0.240.910.26
HSV88°95°50°
CMYK 0.450.000.95   0.50
XYZ10.350616.79112.8678
Yxy16.79110.34490.5595
Hunter Lab40.9769-26.621324.5344
CIE-Lab47.9957-37.074150.8316

#478006 color RGB value is (71,128,6).

#478006 hex color red value is 71, green value is 128 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #478006 hue: 0.24 , saturation: 0.91 and the lightness value of 478006 is 0.26.

The process color (four color CMYK) of #478006 color hex is 0.45, 0.00, 0.95, 0.50. Web safe color of #478006 is #339900. Color #478006 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10000000 00000110
Octal 107 200 6
Decimal 71 128 6
Hex 47 80 6

RGB Percentages of Color #478006

%34.63
%62.44
%2.93

CMYK Percentages of Color #478006

%45
%0
%95
%50

Triadic Colors of #478006

#478006 #064780 #800647

Analogous Colors of #478006

#478006 #0a8006 #807c06

Monochromatic Colors of #478006

#478006

Complementary Color

#478006 #3f0680

#478006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#478006 Color CSS Codes

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

#478006 Text Font Color

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

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


#478006 Background Color

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

This div background color is #478006


#478006 Border Color

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

This div border color is #478006


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,128,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 #478006">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478006


Comments

No comments written yet.

Please login to write comment.