Color Hex Logo

#07292f Color Hex

#07292F
(7,41,47)
0 Favorites   0 Comments

Color spaces of #07292f

RGB 74147
HSL0.530.740.11
HSV189°85°18°
CMYK 0.850.130.00   0.82
XYZ1.39371.83632.9703
Yxy1.83630.22480.2962
Hunter Lab13.5510-5.3558-3.5103
CIE-Lab14.6036-9.5312-7.4417

#07292f color RGB value is (7,41,47).

#07292f hex color red value is 7, green value is 41 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #07292f hue: 0.53 , saturation: 0.74 and the lightness value of 07292f is 0.11.

The process color (four color CMYK) of #07292f color hex is 0.85, 0.13, 0.00, 0.82. Web safe color of #07292f is #003333. Color #07292f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101001 00101111
Octal 7 51 57
Decimal 7 41 47
Hex 7 29 2F

RGB Percentages of Color #07292f

%7.37
%43.16
%49.47

CMYK Percentages of Color #07292f

%85
%13
%0
%82

Triadic Colors of #07292f

#07292f #2f0729 #292f07

Analogous Colors of #07292f

#07292f #07152f #072f21

Monochromatic Colors of #07292f

#07292f

Complementary Color

#07292f #2f0d07

#07292f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07292f Color Preview on White Background

Lorem ipsum dolor sit amet.

#07292f Color CSS Codes

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

#07292f Text Font Color

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

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


#07292f Background Color

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

This div background color is #07292f


#07292f Border Color

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

This div border color is #07292f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07292f


Comments

No comments written yet.

Please login to write comment.