Color Hex Logo

#072b38 Color Hex

#072B38
(7,43,56)
0 Favorites   0 Comments

Color spaces of #072b38

RGB 74356
HSL0.540.780.12
HSV196°88°22°
CMYK 0.880.230.00   0.78
XYZ1.66532.05844.0509
Yxy2.05840.21420.2648
Hunter Lab14.3471-4.3886-6.6975
CIE-Lab15.7908-7.1655-11.9551

#072b38 color RGB value is (7,43,56).

#072b38 hex color red value is 7, green value is 43 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #072b38 hue: 0.54 , saturation: 0.78 and the lightness value of 072b38 is 0.12.

The process color (four color CMYK) of #072b38 color hex is 0.88, 0.23, 0.00, 0.78. Web safe color of #072b38 is #003333. Color #072b38 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101011 00111000
Octal 7 53 70
Decimal 7 43 56
Hex 7 2B 38

RGB Percentages of Color #072b38

%6.60
%40.57
%52.83

CMYK Percentages of Color #072b38

%88
%23
%0
%78

Triadic Colors of #072b38

#072b38 #38072b #2b3807

Analogous Colors of #072b38

#072b38 #071338 #07382d

Monochromatic Colors of #072b38

#072b38

Complementary Color

#072b38 #381407

#072b38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072b38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072b38 Color CSS Codes

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

#072b38 Text Font Color

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

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


#072b38 Background Color

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

This div background color is #072b38


#072b38 Border Color

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

This div border color is #072b38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072b38


Comments

No comments written yet.

Please login to write comment.