Color Hex Logo

#075e4e Color Hex

#075E4E
(7,94,78)
0 Favorites   0 Comments

Color spaces of #075e4e

RGB 79478
HSL0.470.860.20
HSV169°93°37°
CMYK 0.930.000.17   0.63
XYZ5.46558.60068.5798
Yxy8.60060.24130.3798
Hunter Lab29.3268-18.05563.1829
CIE-Lab35.2036-27.71582.5384

#075e4e color RGB value is (7,94,78).

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

The process color (four color CMYK) of #075e4e color hex is 0.93, 0.00, 0.17, 0.63. Web safe color of #075e4e is #006666. Color #075e4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011110 01001110
Octal 7 136 116
Decimal 7 94 78
Hex 7 5E 4E

RGB Percentages of Color #075e4e

%3.91
%52.51
%43.58

CMYK Percentages of Color #075e4e

%93
%0
%17
%63

Triadic Colors of #075e4e

#075e4e #4e075e #5e4e07

Analogous Colors of #075e4e

#075e4e #07425e #075e23

Monochromatic Colors of #075e4e

#075e4e

Complementary Color

#075e4e #5e0717

#075e4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075e4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#075e4e Color CSS Codes

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

#075e4e Text Font Color

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

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


#075e4e Background Color

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

This div background color is #075e4e


#075e4e Border Color

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

This div border color is #075e4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075e4e


Comments

No comments written yet.

Please login to write comment.