Color Hex Logo

#072426 Color Hex

#072426
(7,36,38)
0 Favorites   0 Comments

Color spaces of #072426

RGB 73638
HSL0.510.690.09
HSV184°82°15°
CMYK 0.820.050.00   0.85
XYZ1.06841.44692.0567
Yxy1.44690.23370.3165
Hunter Lab12.0287-5.1957-1.7175
CIE-Lab12.2664-9.8336-4.5288

#072426 color RGB value is (7,36,38).

#072426 hex color red value is 7, green value is 36 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #072426 hue: 0.51 , saturation: 0.69 and the lightness value of 072426 is 0.09.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100100 00100110
Octal 7 44 46
Decimal 7 36 38
Hex 7 24 26

RGB Percentages of Color #072426

%8.64
%44.44
%46.91

CMYK Percentages of Color #072426

%82
%5
%0
%85

Triadic Colors of #072426

#072426 #260724 #242607

Analogous Colors of #072426

#072426 #071526 #072619

Monochromatic Colors of #072426

#072426

Complementary Color

#072426 #260907

#072426 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072426 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072426 Color CSS Codes

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

#072426 Text Font Color

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

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


#072426 Background Color

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

This div background color is #072426


#072426 Border Color

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

This div border color is #072426


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072426


Comments

No comments written yet.

Please login to write comment.