Color Hex Logo

#093125 Color Hex

#093125
(9,49,37)
0 Favorites   0 Comments

Color spaces of #093125

RGB 94937
HSL0.450.690.11
HSV162°82°19°
CMYK 0.820.000.24   0.81
XYZ1.54492.38832.1298
Yxy2.38830.25480.3939
Hunter Lab15.4541-9.20062.6469
CIE-Lab17.4057-17.33473.7084

#093125 color RGB value is (9,49,37).

#093125 hex color red value is 9, green value is 49 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #093125 hue: 0.45 , saturation: 0.69 and the lightness value of 093125 is 0.11.

The process color (four color CMYK) of #093125 color hex is 0.82, 0.00, 0.24, 0.81. Web safe color of #093125 is #003333. Color #093125 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110001 00100101
Octal 11 61 45
Decimal 9 49 37
Hex 9 31 25

RGB Percentages of Color #093125

%9.47
%51.58
%38.95

CMYK Percentages of Color #093125

%82
%0
%24
%81

Triadic Colors of #093125

#093125 #250931 #312509

Analogous Colors of #093125

#093125 #092931 #093111

Monochromatic Colors of #093125

#093125

Complementary Color

#093125 #310915

#093125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#093125 Color CSS Codes

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

#093125 Text Font Color

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

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


#093125 Background Color

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

This div background color is #093125


#093125 Border Color

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

This div border color is #093125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093125


Comments

No comments written yet.

Please login to write comment.