Color Hex Logo

#075029 Color Hex

#075029
(7,80,41)
0 Favorites   0 Comments

Color spaces of #075029

RGB 78041
HSL0.410.840.17
HSV148°91°31°
CMYK 0.910.000.49   0.69
XYZ3.35655.94263.0679
Yxy5.94260.27140.4805
Hunter Lab24.3774-18.08319.6026
CIE-Lab29.2672-31.076017.1880

#075029 color RGB value is (7,80,41).

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

The process color (four color CMYK) of #075029 color hex is 0.91, 0.00, 0.49, 0.69. Web safe color of #075029 is #006633. Color #075029 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01010000 00101001
Octal 7 120 51
Decimal 7 80 41
Hex 7 50 29

RGB Percentages of Color #075029

%5.47
%62.50
%32.03

CMYK Percentages of Color #075029

%91
%0
%49
%69

Triadic Colors of #075029

#075029 #290750 #502907

Analogous Colors of #075029

#075029 #07504e #0a5007

Monochromatic Colors of #075029

#075029

Complementary Color

#075029 #50072e

#075029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#075029 Color CSS Codes

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

#075029 Text Font Color

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

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


#075029 Background Color

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

This div background color is #075029


#075029 Border Color

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

This div border color is #075029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075029


Comments

No comments written yet.

Please login to write comment.