Color Hex Logo

#097331 Color Hex

#097331
(9,115,49)
0 Favorites   0 Comments

Color spaces of #097331

RGB 911549
HSL0.400.850.24
HSV143°92°45°
CMYK 0.920.000.57   0.55
XYZ6.797812.54134.9682
Yxy12.54130.27970.5159
Hunter Lab35.4137-27.710216.4718
CIE-Lab42.0638-42.729528.6423

#097331 color RGB value is (9,115,49).

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

The process color (four color CMYK) of #097331 color hex is 0.92, 0.00, 0.57, 0.55. Web safe color of #097331 is #006633. Color #097331 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01110011 00110001
Octal 11 163 61
Decimal 9 115 49
Hex 9 73 31

RGB Percentages of Color #097331

%5.20
%66.47
%28.32

CMYK Percentages of Color #097331

%92
%0
%57
%55

Triadic Colors of #097331

#097331 #310973 #733109

Analogous Colors of #097331

#097331 #097366 #167309

Monochromatic Colors of #097331

#097331

Complementary Color

#097331 #73094b

#097331 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097331 Color Preview on White Background

Lorem ipsum dolor sit amet.

#097331 Color CSS Codes

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

#097331 Text Font Color

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

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


#097331 Background Color

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

This div background color is #097331


#097331 Border Color

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

This div border color is #097331


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097331


Comments

No comments written yet.

Please login to write comment.