Color Hex Logo

#094f0f Color Hex

#094F0F
(9,79,15)
0 Favorites   0 Comments

Color spaces of #094f0f

RGB 97915
HSL0.350.800.17
HSV125°89°31°
CMYK 0.890.000.81   0.69
XYZ2.99495.68451.3913
Yxy5.68450.29740.5645
Hunter Lab23.8422-19.301813.2297
CIE-Lab28.6021-34.325330.1428

#094f0f color RGB value is (9,79,15).

#094f0f hex color red value is 9, green value is 79 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #094f0f hue: 0.35 , saturation: 0.80 and the lightness value of 094f0f is 0.17.

The process color (four color CMYK) of #094f0f color hex is 0.89, 0.00, 0.81, 0.69. Web safe color of #094f0f is #006600. Color #094f0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001111 00001111
Octal 11 117 17
Decimal 9 79 15
Hex 9 4F F

RGB Percentages of Color #094f0f

%8.74
%76.70
%14.56

CMYK Percentages of Color #094f0f

%89
%0
%81
%69

Triadic Colors of #094f0f

#094f0f #0f094f #4f0f09

Analogous Colors of #094f0f

#094f0f #094f32 #264f09

Monochromatic Colors of #094f0f

#094f0f

Complementary Color

#094f0f #4f0949

#094f0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094f0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#094f0f Color CSS Codes

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

#094f0f Text Font Color

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

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


#094f0f Background Color

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

This div background color is #094f0f


#094f0f Border Color

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

This div border color is #094f0f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,79,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #094f0f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #094f0f;
  -webkit-box-shadow: 1px 1px 3px 2px #094f0f;
  box-shadow:         1px 1px 3px 2px #094f0f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094f0f


Comments

No comments written yet.

Please login to write comment.