Color Hex Logo

#094512 Color Hex

#094512
(9,69,18)
0 Favorites   0 Comments

Color spaces of #094512

RGB 96918
HSL0.360.770.15
HSV129°87°27°
CMYK 0.870.000.74   0.73
XYZ2.35004.35801.2896
Yxy4.35800.29380.5449
Hunter Lab20.8758-16.438910.9504
CIE-Lab24.8213-30.291924.7924

#094512 color RGB value is (9,69,18).

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

The process color (four color CMYK) of #094512 color hex is 0.87, 0.00, 0.74, 0.73. Web safe color of #094512 is #003300. Color #094512 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000101 00010010
Octal 11 105 22
Decimal 9 69 18
Hex 9 45 12

RGB Percentages of Color #094512

%9.38
%71.88
%18.75

CMYK Percentages of Color #094512

%87
%0
%74
%73

Triadic Colors of #094512

#094512 #120945 #451209

Analogous Colors of #094512

#094512 #094530 #1e4509

Monochromatic Colors of #094512

#094512

Complementary Color

#094512 #45093c

#094512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#094512 Color CSS Codes

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

#094512 Text Font Color

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

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


#094512 Background Color

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

This div background color is #094512


#094512 Border Color

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

This div border color is #094512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094512


Comments

No comments written yet.

Please login to write comment.