Color Hex Logo

#097049 Color Hex

#097049
(9,112,73)
0 Favorites   0 Comments

Color spaces of #097049

RGB 911273
HSL0.440.850.24
HSV157°92°44°
CMYK 0.920.000.35   0.56
XYZ7.109412.12758.2695
Yxy12.12750.25850.4409
Hunter Lab34.8246-24.502410.2981
CIE-Lab41.4180-36.822214.2993

#097049 color RGB value is (9,112,73).

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

The process color (four color CMYK) of #097049 color hex is 0.92, 0.00, 0.35, 0.56. Web safe color of #097049 is #006633. Color #097049 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01110000 01001001
Octal 11 160 111
Decimal 9 112 73
Hex 9 70 49

RGB Percentages of Color #097049

%4.64
%57.73
%37.63

CMYK Percentages of Color #097049

%92
%0
%35
%56

Triadic Colors of #097049

#097049 #490970 #704909

Analogous Colors of #097049

#097049 #096370 #097016

Monochromatic Colors of #097049

#097049

Complementary Color

#097049 #700930

#097049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#097049 Color CSS Codes

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

#097049 Text Font Color

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

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


#097049 Background Color

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

This div background color is #097049


#097049 Border Color

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

This div border color is #097049


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,112,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 #097049">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097049


Comments

No comments written yet.

Please login to write comment.