Color Hex Logo

#094915 Color Hex

#094915
(9,73,21)
0 Favorites   0 Comments

Color spaces of #094915

RGB 97321
HSL0.360.780.16
HSV131°88°29°
CMYK 0.880.000.71   0.71
XYZ2.63064.87731.5122
Yxy4.87730.29160.5407
Hunter Lab22.0846-17.386111.3995
CIE-Lab26.3823-31.439224.9986

#094915 color RGB value is (9,73,21).

#094915 hex color red value is 9, green value is 73 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #094915 hue: 0.36 , saturation: 0.78 and the lightness value of 094915 is 0.16.

The process color (four color CMYK) of #094915 color hex is 0.88, 0.00, 0.71, 0.71. Web safe color of #094915 is #003300. Color #094915 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001001 00010101
Octal 11 111 25
Decimal 9 73 21
Hex 9 49 15

RGB Percentages of Color #094915

%8.74
%70.87
%20.39

CMYK Percentages of Color #094915

%88
%0
%71
%71

Triadic Colors of #094915

#094915 #150949 #491509

Analogous Colors of #094915

#094915 #094935 #1d4909

Monochromatic Colors of #094915

#094915

Complementary Color

#094915 #49093d

#094915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#094915 Color CSS Codes

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

#094915 Text Font Color

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

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


#094915 Background Color

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

This div background color is #094915


#094915 Border Color

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

This div border color is #094915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094915


Comments

No comments written yet.

Please login to write comment.