Color Hex Logo

#097013 Color Hex

#097013
(9,112,19)
0 Favorites   0 Comments

Color spaces of #097013

RGB 911219
HSL0.350.850.24
HSV126°92°44°
CMYK 0.920.000.83   0.56
XYZ6.024411.69342.5556
Yxy11.69340.29720.5768
Hunter Lab34.1956-28.395219.5059
CIE-Lab40.7246-45.147140.5380

#097013 color RGB value is (9,112,19).

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

The process color (four color CMYK) of #097013 color hex is 0.92, 0.00, 0.83, 0.56. Web safe color of #097013 is #006600. Color #097013 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01110000 00010011
Octal 11 160 23
Decimal 9 112 19
Hex 9 70 13

RGB Percentages of Color #097013

%6.43
%80.00
%13.57

CMYK Percentages of Color #097013

%92
%0
%83
%56

Triadic Colors of #097013

#097013 #130970 #701309

Analogous Colors of #097013

#097013 #097047 #337009

Monochromatic Colors of #097013

#097013

Complementary Color

#097013 #700966

#097013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#097013 Color CSS Codes

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

#097013 Text Font Color

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

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


#097013 Background Color

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

This div background color is #097013


#097013 Border Color

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

This div border color is #097013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097013


Comments

No comments written yet.

Please login to write comment.