Color Hex Logo

#074448 Color Hex

#074448
(7,68,72)
0 Favorites   0 Comments

Color spaces of #074448

RGB 76872
HSL0.510.820.15
HSV184°90°28°
CMYK 0.900.060.00   0.72
XYZ3.32444.64736.8527
Yxy4.64730.22430.3135
Hunter Lab21.5576-10.1993-3.7567
CIE-Lab25.7053-16.2478-7.6486

#074448 color RGB value is (7,68,72).

#074448 hex color red value is 7, green value is 68 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #074448 hue: 0.51 , saturation: 0.82 and the lightness value of 074448 is 0.15.

The process color (four color CMYK) of #074448 color hex is 0.90, 0.06, 0.00, 0.72. Web safe color of #074448 is #003333. Color #074448 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01000100 01001000
Octal 7 104 110
Decimal 7 68 72
Hex 7 44 48

RGB Percentages of Color #074448

%4.76
%46.26
%48.98

CMYK Percentages of Color #074448

%90
%6
%0
%72

Triadic Colors of #074448

#074448 #480744 #444807

Analogous Colors of #074448

#074448 #072448 #07482c

Monochromatic Colors of #074448

#074448

Complementary Color

#074448 #480b07

#074448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#074448 Color CSS Codes

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

#074448 Text Font Color

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

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


#074448 Background Color

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

This div background color is #074448


#074448 Border Color

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

This div border color is #074448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074448


Comments

No comments written yet.

Please login to write comment.