Color Hex Logo

#07282a Color Hex

#07282A
(7,40,42)
0 Favorites   0 Comments

Color spaces of #07282a

RGB 74042
HSL0.510.710.10
HSV183°83°16°
CMYK 0.830.050.00   0.84
XYZ1.26431.72992.4578
Yxy1.72990.23190.3173
Hunter Lab13.1526-5.8585-1.8726
CIE-Lab14.0007-10.8438-4.7977

#07282a color RGB value is (7,40,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101000 00101010
Octal 7 50 52
Decimal 7 40 42
Hex 7 28 2A

RGB Percentages of Color #07282a

%7.87
%44.94
%47.19

CMYK Percentages of Color #07282a

%83
%5
%0
%84

Triadic Colors of #07282a

#07282a #2a0728 #282a07

Analogous Colors of #07282a

#07282a #07172a #072a1b

Monochromatic Colors of #07282a

#07282a

Complementary Color

#07282a #2a0907

#07282a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07282a Color Preview on White Background

Lorem ipsum dolor sit amet.

#07282a Color CSS Codes

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

#07282a Text Font Color

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

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


#07282a Background Color

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

This div background color is #07282a


#07282a Border Color

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

This div border color is #07282a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07282a


Comments

No comments written yet.

Please login to write comment.