Color Hex Logo

#093920 Color Hex

#093920
(9,57,32)
0 Favorites   0 Comments

Color spaces of #093920

RGB 95732
HSL0.410.730.13
HSV149°84°22°
CMYK 0.840.000.44   0.78
XYZ1.83653.08861.8659
Yxy3.08860.27040.4548
Hunter Lab17.5744-12.10226.0072
CIE-Lab20.3953-22.706611.1874

#093920 color RGB value is (9,57,32).

#093920 hex color red value is 9, green value is 57 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #093920 hue: 0.41 , saturation: 0.73 and the lightness value of 093920 is 0.13.

The process color (four color CMYK) of #093920 color hex is 0.84, 0.00, 0.44, 0.78. Web safe color of #093920 is #003333. Color #093920 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111001 00100000
Octal 11 71 40
Decimal 9 57 32
Hex 9 39 20

RGB Percentages of Color #093920

%9.18
%58.16
%32.65

CMYK Percentages of Color #093920

%84
%0
%44
%78

Triadic Colors of #093920

#093920 #200939 #392009

Analogous Colors of #093920

#093920 #093938 #0a3909

Monochromatic Colors of #093920

#093920

Complementary Color

#093920 #390922

#093920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#093920 Color CSS Codes

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

#093920 Text Font Color

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

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


#093920 Background Color

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

This div background color is #093920


#093920 Border Color

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

This div border color is #093920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093920


Comments

No comments written yet.

Please login to write comment.