Color Hex Logo

#094939 Color Hex

#094939
(9,73,57)
0 Favorites   0 Comments

Color spaces of #094939

RGB 97357
HSL0.460.780.16
HSV165°88°29°
CMYK 0.880.000.22   0.71
XYZ3.23375.11864.6884
Yxy5.11860.24800.3925
Hunter Lab22.6243-14.07953.5505
CIE-Lab27.0700-23.63094.1586

#094939 color RGB value is (9,73,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001001 00111001
Octal 11 111 71
Decimal 9 73 57
Hex 9 49 39

RGB Percentages of Color #094939

%6.47
%52.52
%41.01

CMYK Percentages of Color #094939

%88
%0
%22
%71

Triadic Colors of #094939

#094939 #390949 #493909

Analogous Colors of #094939

#094939 #093949 #094919

Monochromatic Colors of #094939

#094939

Complementary Color

#094939 #490919

#094939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#094939 Color CSS Codes

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

#094939 Text Font Color

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

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


#094939 Background Color

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

This div background color is #094939


#094939 Border Color

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

This div border color is #094939


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094939

#094939 Color Palettes


Comments

No comments written yet.

Please login to write comment.