Color Hex Logo

#07242a Color Hex

#07242A
(7,36,42)
0 Favorites   0 Comments

Color spaces of #07242a

RGB 73642
HSL0.530.710.10
HSV190°83°16°
CMYK 0.830.140.00   0.84
XYZ1.13641.47412.4151
Yxy1.47410.22610.2933
Hunter Lab12.1413-4.5399-3.2949
CIE-Lab12.4424-8.2648-7.1551

#07242a color RGB value is (7,36,42).

#07242a hex color red value is 7, green value is 36 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #07242a hue: 0.53 , saturation: 0.71 and the lightness value of 07242a is 0.10.

The process color (four color CMYK) of #07242a color hex is 0.83, 0.14, 0.00, 0.84. Web safe color of #07242a is #003333. Color #07242a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100100 00101010
Octal 7 44 52
Decimal 7 36 42
Hex 7 24 2A

RGB Percentages of Color #07242a

%8.24
%42.35
%49.41

CMYK Percentages of Color #07242a

%83
%14
%0
%84

Triadic Colors of #07242a

#07242a #2a0724 #242a07

Analogous Colors of #07242a

#07242a #07132a #072a1f

Monochromatic Colors of #07242a

#07242a

Complementary Color

#07242a #2a0d07

#07242a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07242a Color Preview on White Background

Lorem ipsum dolor sit amet.

#07242a Color CSS Codes

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

#07242a Text Font Color

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

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


#07242a Background Color

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

This div background color is #07242a


#07242a Border Color

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

This div border color is #07242a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,36,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 #07242a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07242a


Comments

No comments written yet.

Please login to write comment.