Color Hex Logo

#075013 Color Hex

#075013
(7,80,19)
0 Favorites   0 Comments

Color spaces of #075013

RGB 78019
HSL0.360.840.17
HSV130°91°31°
CMYK 0.910.000.76   0.69
XYZ3.07385.82951.5793
Yxy5.82950.29320.5561
Hunter Lab24.1444-19.527913.0228
CIE-Lab28.9782-34.571428.7735

#075013 color RGB value is (7,80,19).

#075013 hex color red value is 7, green value is 80 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #075013 hue: 0.36 , saturation: 0.84 and the lightness value of 075013 is 0.17.

The process color (four color CMYK) of #075013 color hex is 0.91, 0.00, 0.76, 0.69. Web safe color of #075013 is #006600. Color #075013 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01010000 00010011
Octal 7 120 23
Decimal 7 80 19
Hex 7 50 13

RGB Percentages of Color #075013

%6.60
%75.47
%17.92

CMYK Percentages of Color #075013

%91
%0
%76
%69

Triadic Colors of #075013

#075013 #130750 #501307

Analogous Colors of #075013

#075013 #075038 #205007

Monochromatic Colors of #075013

#075013

Complementary Color

#075013 #500744

#075013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#075013 Color CSS Codes

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

#075013 Text Font Color

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

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


#075013 Background Color

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

This div background color is #075013


#075013 Border Color

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

This div border color is #075013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075013


Comments

No comments written yet.

Please login to write comment.