Color Hex Logo

#078047 Color Hex

#078047
(7,128,71)
0 Favorites   0 Comments

Color spaces of #078047

RGB 712871
HSL0.420.900.26
HSV152°95°50°
CMYK 0.950.000.45   0.50
XYZ8.944115.93848.5663
Yxy15.93840.26740.4765
Hunter Lab39.9229-29.875015.2241
CIE-Lab46.8936-43.669122.7385

#078047 color RGB value is (7,128,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10000000 01000111
Octal 7 200 107
Decimal 7 128 71
Hex 7 80 47

RGB Percentages of Color #078047

%3.40
%62.14
%34.47

CMYK Percentages of Color #078047

%95
%0
%45
%50

Triadic Colors of #078047

#078047 #470780 #804707

Analogous Colors of #078047

#078047 #077d80 #07800b

Monochromatic Colors of #078047

#078047

Complementary Color

#078047 #800740

#078047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#078047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#078047 Color CSS Codes

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

#078047 Text Font Color

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

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


#078047 Background Color

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

This div background color is #078047


#078047 Border Color

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

This div border color is #078047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #078047


Comments

No comments written yet.

Please login to write comment.