Color Hex Logo

#093905 Color Hex

#093905
(9,57,5)
0 Favorites   0 Comments

Color spaces of #093905

RGB 9575
HSL0.320.840.12
HSV115°91°22°
CMYK 0.840.000.91   0.78
XYZ1.60322.99530.6372
Yxy2.99530.30620.5721
Hunter Lab17.3069-13.75219.9319
CIE-Lab20.0251-27.051425.4118

#093905 color RGB value is (9,57,5).

#093905 hex color red value is 9, green value is 57 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #093905 hue: 0.32 , saturation: 0.84 and the lightness value of 093905 is 0.12.

The process color (four color CMYK) of #093905 color hex is 0.84, 0.00, 0.91, 0.78. Web safe color of #093905 is #003300. Color #093905 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111001 00000101
Octal 11 71 5
Decimal 9 57 5
Hex 9 39 5

RGB Percentages of Color #093905

%12.68
%80.28
%7.04

CMYK Percentages of Color #093905

%84
%0
%91
%78

Triadic Colors of #093905

#093905 #050939 #390509

Analogous Colors of #093905

#093905 #05391b #233905

Monochromatic Colors of #093905

#093905

Complementary Color

#093905 #350539

#093905 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093905 Color Preview on White Background

Lorem ipsum dolor sit amet.

#093905 Color CSS Codes

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

#093905 Text Font Color

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

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


#093905 Background Color

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

This div background color is #093905


#093905 Border Color

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

This div border color is #093905


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093905


Comments

No comments written yet.

Please login to write comment.