Color Hex Logo

#093646 Color Hex

#093646
(9,54,70)
1 Favorites   0 Comments

Color spaces of #093646

RGB 95470
HSL0.540.770.15
HSV196°87°27°
CMYK 0.870.230.00   0.73
XYZ2.53733.13866.2664
Yxy3.13860.21250.2628
Hunter Lab17.7161-5.4384-8.5703
CIE-Lab20.5906-8.2848-14.1302

#093646 color RGB value is (9,54,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110110 01000110
Octal 11 66 106
Decimal 9 54 70
Hex 9 36 46

RGB Percentages of Color #093646

%6.77
%40.60
%52.63

CMYK Percentages of Color #093646

%87
%23
%0
%73

Triadic Colors of #093646

#093646 #460936 #364609

Analogous Colors of #093646

#093646 #091846 #094638

Monochromatic Colors of #093646

#093646

Complementary Color

#093646 #461909

#093646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#093646 Color CSS Codes

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

#093646 Text Font Color

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

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


#093646 Background Color

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

This div background color is #093646


#093646 Border Color

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

This div border color is #093646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093646


Comments

No comments written yet.

Please login to write comment.