Color Hex Logo

#072b3e Color Hex

#072B3E
(7,43,62)
0 Favorites   0 Comments

Color spaces of #072b3e

RGB 74362
HSL0.560.800.14
HSV201°89°24°
CMYK 0.890.310.00   0.76
XYZ1.82102.12074.8708
Yxy2.12070.20660.2406
Hunter Lab14.5626-3.1639-9.6371
CIE-Lab16.1083-4.6069-15.6384

#072b3e color RGB value is (7,43,62).

#072b3e hex color red value is 7, green value is 43 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #072b3e hue: 0.56 , saturation: 0.80 and the lightness value of 072b3e is 0.14.

The process color (four color CMYK) of #072b3e color hex is 0.89, 0.31, 0.00, 0.76. Web safe color of #072b3e is #003333. Color #072b3e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101011 00111110
Octal 7 53 76
Decimal 7 43 62
Hex 7 2B 3E

RGB Percentages of Color #072b3e

%6.25
%38.39
%55.36

CMYK Percentages of Color #072b3e

%89
%31
%0
%76

Triadic Colors of #072b3e

#072b3e #3e072b #2b3e07

Analogous Colors of #072b3e

#072b3e #07103e #073e36

Monochromatic Colors of #072b3e

#072b3e

Complementary Color

#072b3e #3e1a07

#072b3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072b3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#072b3e Color CSS Codes

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

#072b3e Text Font Color

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

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


#072b3e Background Color

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

This div background color is #072b3e


#072b3e Border Color

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

This div border color is #072b3e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,43,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #072b3e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #072b3e;
  -webkit-box-shadow: 1px 1px 3px 2px #072b3e;
  box-shadow:         1px 1px 3px 2px #072b3e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072b3e


Comments

No comments written yet.

Please login to write comment.