Color Hex Logo

#072c4c Color Hex

#072C4C
(7,44,76)
0 Favorites   0 Comments

Color spaces of #072c4c

RGB 74476
HSL0.580.830.16
HSV208°91°30°
CMYK 0.910.420.00   0.70
XYZ2.29282.36837.1738
Yxy2.36830.19370.2001
Hunter Lab15.3893-0.3371-16.8659
CIE-Lab17.31220.8834-23.3431

#072c4c color RGB value is (7,44,76).

#072c4c hex color red value is 7, green value is 44 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #072c4c hue: 0.58 , saturation: 0.83 and the lightness value of 072c4c is 0.16.

The process color (four color CMYK) of #072c4c color hex is 0.91, 0.42, 0.00, 0.70. Web safe color of #072c4c is #003333. Color #072c4c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101100 01001100
Octal 7 54 114
Decimal 7 44 76
Hex 7 2C 4C

RGB Percentages of Color #072c4c

%5.51
%34.65
%59.84

CMYK Percentages of Color #072c4c

%91
%42
%0
%70

Triadic Colors of #072c4c

#072c4c #4c072c #2c4c07

Analogous Colors of #072c4c

#072c4c #070a4c #074c4a

Monochromatic Colors of #072c4c

#072c4c

Complementary Color

#072c4c #4c2707

#072c4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072c4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#072c4c Color CSS Codes

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

#072c4c Text Font Color

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

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


#072c4c Background Color

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

This div background color is #072c4c


#072c4c Border Color

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

This div border color is #072c4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072c4c


Comments

No comments written yet.

Please login to write comment.