Color Hex Logo

#093544 Color Hex

#093544
(9,53,68)
0 Favorites   0 Comments

Color spaces of #093544

RGB 95368
HSL0.540.770.15
HSV195°87°27°
CMYK 0.870.220.00   0.73
XYZ2.42913.02165.9240
Yxy3.02160.21360.2656
Hunter Lab17.3828-5.4759-8.0380
CIE-Lab20.1302-8.4552-13.4913

#093544 color RGB value is (9,53,68).

#093544 hex color red value is 9, green value is 53 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #093544 hue: 0.54 , saturation: 0.77 and the lightness value of 093544 is 0.15.

The process color (four color CMYK) of #093544 color hex is 0.87, 0.22, 0.00, 0.73. Web safe color of #093544 is #003333. Color #093544 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110101 01000100
Octal 11 65 104
Decimal 9 53 68
Hex 9 35 44

RGB Percentages of Color #093544

%6.92
%40.77
%52.31

CMYK Percentages of Color #093544

%87
%22
%0
%73

Triadic Colors of #093544

#093544 #440935 #354409

Analogous Colors of #093544

#093544 #091844 #094436

Monochromatic Colors of #093544

#093544

Complementary Color

#093544 #441809

#093544 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093544 Color Preview on White Background

Lorem ipsum dolor sit amet.

#093544 Color CSS Codes

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

#093544 Text Font Color

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

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


#093544 Background Color

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

This div background color is #093544


#093544 Border Color

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

This div border color is #093544


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093544


Comments

No comments written yet.

Please login to write comment.