Color Hex Logo

#094738 Color Hex

#094738
(9,71,56)
0 Favorites   0 Comments

Color spaces of #094738

RGB 97156
HSL0.460.780.16
HSV165°87°28°
CMYK 0.870.000.21   0.72
XYZ3.07974.85014.5152
Yxy4.85010.24750.3897
Hunter Lab22.0229-13.57863.2603
CIE-Lab26.3034-22.94023.7109

#094738 color RGB value is (9,71,56).

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

The process color (four color CMYK) of #094738 color hex is 0.87, 0.00, 0.21, 0.72. Web safe color of #094738 is #003333. Color #094738 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000111 00111000
Octal 11 107 70
Decimal 9 71 56
Hex 9 47 38

RGB Percentages of Color #094738

%6.62
%52.21
%41.18

CMYK Percentages of Color #094738

%87
%0
%21
%72

Triadic Colors of #094738

#094738 #380947 #473809

Analogous Colors of #094738

#094738 #093747 #094719

Monochromatic Colors of #094738

#094738

Complementary Color

#094738 #470918

#094738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#094738 Color CSS Codes

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

#094738 Text Font Color

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

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


#094738 Background Color

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

This div background color is #094738


#094738 Border Color

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

This div border color is #094738


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094738


Comments

No comments written yet.

Please login to write comment.