Color Hex Logo

#07342a Color Hex

#07342A
(7,52,42)
0 Favorites   0 Comments

Color spaces of #07342a

RGB 75242
HSL0.460.760.12
HSV167°87°20°
CMYK 0.870.000.19   0.80
XYZ1.73352.66832.6142
Yxy2.66830.24710.3803
Hunter Lab16.3349-9.64331.9458
CIE-Lab18.6633-17.79772.0669

#07342a color RGB value is (7,52,42).

#07342a hex color red value is 7, green value is 52 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #07342a hue: 0.46 , saturation: 0.76 and the lightness value of 07342a is 0.12.

The process color (four color CMYK) of #07342a color hex is 0.87, 0.00, 0.19, 0.80. Web safe color of #07342a is #003333. Color #07342a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110100 00101010
Octal 7 64 52
Decimal 7 52 42
Hex 7 34 2A

RGB Percentages of Color #07342a

%6.93
%51.49
%41.58

CMYK Percentages of Color #07342a

%87
%0
%19
%80

Triadic Colors of #07342a

#07342a #2a0734 #342a07

Analogous Colors of #07342a

#07342a #072834 #073414

Monochromatic Colors of #07342a

#07342a

Complementary Color

#07342a #340711

#07342a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07342a Color Preview on White Background

Lorem ipsum dolor sit amet.

#07342a Color CSS Codes

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

#07342a Text Font Color

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

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


#07342a Background Color

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

This div background color is #07342a


#07342a Border Color

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

This div border color is #07342a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,52,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07342a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07342a;
  -webkit-box-shadow: 1px 1px 3px 2px #07342a;
  box-shadow:         1px 1px 3px 2px #07342a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07342a


Comments

No comments written yet.

Please login to write comment.