Color Hex Logo

#097369 Color Hex

#097369
(9,115,105)
0 Favorites   0 Comments

Color spaces of #097369

RGB 9115105
HSL0.480.850.24
HSV174°92°45°
CMYK 0.920.000.09   0.55
XYZ8.793213.339515.4759
Yxy13.33950.23380.3547
Hunter Lab36.5233-20.94080.4435
CIE-Lab43.2704-29.3382-2.1844

#097369 color RGB value is (9,115,105).

#097369 hex color red value is 9, green value is 115 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #097369 hue: 0.48 , saturation: 0.85 and the lightness value of 097369 is 0.24.

The process color (four color CMYK) of #097369 color hex is 0.92, 0.00, 0.09, 0.55. Web safe color of #097369 is #006666. Color #097369 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01110011 01101001
Octal 11 163 151
Decimal 9 115 105
Hex 9 73 69

RGB Percentages of Color #097369

%3.93
%50.22
%45.85

CMYK Percentages of Color #097369

%92
%0
%9
%55

Triadic Colors of #097369

#097369 #690973 #736909

Analogous Colors of #097369

#097369 #094873 #097334

Monochromatic Colors of #097369

#097369

Complementary Color

#097369 #730913

#097369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#097369 Color CSS Codes

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

#097369 Text Font Color

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

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


#097369 Background Color

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

This div background color is #097369


#097369 Border Color

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

This div border color is #097369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097369


Comments

No comments written yet.

Please login to write comment.