Color Hex Logo

#075608 Color Hex

#075608
(7,86,8)
0 Favorites   0 Comments

Color spaces of #075608

RGB 7868
HSL0.340.850.18
HSV121°92°34°
CMYK 0.920.000.91   0.66
XYZ3.45926.71831.3442
Yxy6.71830.30020.5831
Hunter Lab25.9197-21.537115.0690
CIE-Lab31.1568-37.564735.0812

#075608 color RGB value is (7,86,8).

#075608 hex color red value is 7, green value is 86 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #075608 hue: 0.34 , saturation: 0.85 and the lightness value of 075608 is 0.18.

The process color (four color CMYK) of #075608 color hex is 0.92, 0.00, 0.91, 0.66. Web safe color of #075608 is #006600. Color #075608 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01010110 00001000
Octal 7 126 10
Decimal 7 86 8
Hex 7 56 8

RGB Percentages of Color #075608

%6.93
%85.15
%7.92

CMYK Percentages of Color #075608

%92
%0
%91
%66

Triadic Colors of #075608

#075608 #080756 #560807

Analogous Colors of #075608

#075608 #075630 #2e5607

Monochromatic Colors of #075608

#075608

Complementary Color

#075608 #560755

#075608 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075608 Color Preview on White Background

Lorem ipsum dolor sit amet.

#075608 Color CSS Codes

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

#075608 Text Font Color

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

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


#075608 Background Color

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

This div background color is #075608


#075608 Border Color

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

This div border color is #075608


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075608


Comments

No comments written yet.

Please login to write comment.