Color Hex Logo

#094301 Color Hex

#094301
(9,67,1)
0 Favorites   0 Comments

Color spaces of #094301

RGB 9671
HSL0.310.970.13
HSV113°99°26°
CMYK 0.870.000.99   0.74
XYZ2.12534.07460.7032
Yxy4.07460.30790.5903
Hunter Lab20.1856-16.531012.0645
CIE-Lab23.9165-31.191031.1773

#094301 color RGB value is (9,67,1).

#094301 hex color red value is 9, green value is 67 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #094301 hue: 0.31 , saturation: 0.97 and the lightness value of 094301 is 0.13.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000011 00000001
Octal 11 103 1
Decimal 9 67 1
Hex 9 43 1

RGB Percentages of Color #094301

%11.69
%87.01
%1.30

CMYK Percentages of Color #094301

%87
%0
%99
%74

Triadic Colors of #094301

#094301 #010943 #430109

Analogous Colors of #094301

#094301 #01431a #2a4301

Monochromatic Colors of #094301

#094301

Complementary Color

#094301 #3b0143

#094301 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094301 Color Preview on White Background

Lorem ipsum dolor sit amet.

#094301 Color CSS Codes

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

#094301 Text Font Color

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

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


#094301 Background Color

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

This div background color is #094301


#094301 Border Color

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

This div border color is #094301


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094301


Comments

No comments written yet.

Please login to write comment.