Color Hex Logo

#075e0f Color Hex

#075E0F
(7,94,15)
0 Favorites   0 Comments

Color spaces of #075e0f

RGB 79415
HSL0.350.860.20
HSV126°93°37°
CMYK 0.930.000.84   0.63
XYZ4.17658.08511.7924
Yxy8.08510.29720.5753
Hunter Lab28.4343-23.541516.1666
CIE-Lab34.1595-39.765735.6049

#075e0f color RGB value is (7,94,15).

#075e0f hex color red value is 7, green value is 94 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #075e0f hue: 0.35 , saturation: 0.86 and the lightness value of 075e0f is 0.20.

The process color (four color CMYK) of #075e0f color hex is 0.93, 0.00, 0.84, 0.63. Web safe color of #075e0f is #006600. Color #075e0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011110 00001111
Octal 7 136 17
Decimal 7 94 15
Hex 7 5E F

RGB Percentages of Color #075e0f

%6.03
%81.03
%12.93

CMYK Percentages of Color #075e0f

%93
%0
%84
%63

Triadic Colors of #075e0f

#075e0f #0f075e #5e0f07

Analogous Colors of #075e0f

#075e0f #075e3b #2b5e07

Monochromatic Colors of #075e0f

#075e0f

Complementary Color

#075e0f #5e0756

#075e0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075e0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#075e0f Color CSS Codes

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

#075e0f Text Font Color

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

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


#075e0f Background Color

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

This div background color is #075e0f


#075e0f Border Color

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

This div border color is #075e0f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,94,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #075e0f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #075e0f;
  -webkit-box-shadow: 1px 1px 3px 2px #075e0f;
  box-shadow:         1px 1px 3px 2px #075e0f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075e0f


Comments

No comments written yet.

Please login to write comment.