Color Hex Logo

#054349 Color Hex

#054349
(5,67,73)
0 Favorites   0 Comments

Color spaces of #054349

RGB 56773
HSL0.510.870.15
HSV185°93°29°
CMYK 0.930.080.00   0.71
XYZ3.27234.52767.0048
Yxy4.52760.22100.3058
Hunter Lab21.2782-9.7858-4.6236
CIE-Lab25.3441-15.5497-8.8556

#054349 color RGB value is (5,67,73).

#054349 hex color red value is 5, green value is 67 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #054349 hue: 0.51 , saturation: 0.87 and the lightness value of 054349 is 0.15.

The process color (four color CMYK) of #054349 color hex is 0.93, 0.08, 0.00, 0.71. Web safe color of #054349 is #003333. Color #054349 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01000011 01001001
Octal 5 103 111
Decimal 5 67 73
Hex 5 43 49

RGB Percentages of Color #054349

%3.45
%46.21
%50.34

CMYK Percentages of Color #054349

%93
%8
%0
%71

Triadic Colors of #054349

#054349 #490543 #434905

Analogous Colors of #054349

#054349 #052149 #05492d

Monochromatic Colors of #054349

#054349

Complementary Color

#054349 #490b05

#054349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#054349 Color CSS Codes

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

#054349 Text Font Color

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

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


#054349 Background Color

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

This div background color is #054349


#054349 Border Color

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

This div border color is #054349


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,67,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #054349; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #054349;
  -webkit-box-shadow: 1px 1px 3px 2px #054349;
  box-shadow:         1px 1px 3px 2px #054349; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,67,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054349


Comments

No comments written yet.

Please login to write comment.