Color Hex Logo

#094124 Color Hex

#094124
(9,65,36)
0 Favorites   0 Comments

Color spaces of #094124

RGB 96536
HSL0.410.760.15
HSV149°86°25°
CMYK 0.860.000.45   0.75
XYZ2.32143.96602.3122
Yxy3.96600.26990.4612
Hunter Lab19.9148-14.04387.0565
CIE-Lab23.5587-25.443012.8206

#094124 color RGB value is (9,65,36).

#094124 hex color red value is 9, green value is 65 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #094124 hue: 0.41 , saturation: 0.76 and the lightness value of 094124 is 0.15.

The process color (four color CMYK) of #094124 color hex is 0.86, 0.00, 0.45, 0.75. Web safe color of #094124 is #003333. Color #094124 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000001 00100100
Octal 11 101 44
Decimal 9 65 36
Hex 9 41 24

RGB Percentages of Color #094124

%8.18
%59.09
%32.73

CMYK Percentages of Color #094124

%86
%0
%45
%75

Triadic Colors of #094124

#094124 #240941 #412409

Analogous Colors of #094124

#094124 #094140 #0a4109

Monochromatic Colors of #094124

#094124

Complementary Color

#094124 #410926

#094124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#094124 Color CSS Codes

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

#094124 Text Font Color

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

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


#094124 Background Color

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

This div background color is #094124


#094124 Border Color

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

This div border color is #094124


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094124


Comments

No comments written yet.

Please login to write comment.