Color Hex Logo

#075e1d Color Hex

#075E1D
(7,94,29)
0 Favorites   0 Comments

Color spaces of #075e1d

RGB 79429
HSL0.380.860.20
HSV135°93°37°
CMYK 0.930.000.69   0.63
XYZ4.31218.13932.5062
Yxy8.13930.28830.5442
Hunter Lab28.5295-22.947114.7622
CIE-Lab34.2713-38.358529.7830

#075e1d color RGB value is (7,94,29).

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

The process color (four color CMYK) of #075e1d color hex is 0.93, 0.00, 0.69, 0.63. Web safe color of #075e1d is #006633. Color #075e1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011110 00011101
Octal 7 136 35
Decimal 7 94 29
Hex 7 5E 1D

RGB Percentages of Color #075e1d

%5.38
%72.31
%22.31

CMYK Percentages of Color #075e1d

%93
%0
%69
%63

Triadic Colors of #075e1d

#075e1d #1d075e #5e1d07

Analogous Colors of #075e1d

#075e1d #075e49 #1d5e07

Monochromatic Colors of #075e1d

#075e1d

Complementary Color

#075e1d #5e0748

#075e1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075e1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#075e1d Color CSS Codes

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

#075e1d Text Font Color

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

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


#075e1d Background Color

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

This div background color is #075e1d


#075e1d Border Color

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

This div border color is #075e1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075e1d


Comments

No comments written yet.

Please login to write comment.