Color Hex Logo

#092321 Color Hex

#092321
(9,35,33)
0 Favorites   0 Comments

Color spaces of #092321

RGB 93533
HSL0.490.590.09
HSV175°74°14°
CMYK 0.740.000.06   0.86
XYZ0.98821.36991.6512
Yxy1.36990.24650.3417
Hunter Lab11.7043-5.4116-0.1714
CIE-Lab11.7558-10.5086-1.6494

#092321 color RGB value is (9,35,33).

#092321 hex color red value is 9, green value is 35 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #092321 hue: 0.49 , saturation: 0.59 and the lightness value of 092321 is 0.09.

The process color (four color CMYK) of #092321 color hex is 0.74, 0.00, 0.06, 0.86. Web safe color of #092321 is #003333. Color #092321 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00100011 00100001
Octal 11 43 41
Decimal 9 35 33
Hex 9 23 21

RGB Percentages of Color #092321

%11.69
%45.45
%42.86

CMYK Percentages of Color #092321

%74
%0
%6
%86

Triadic Colors of #092321

#092321 #210923 #232109

Analogous Colors of #092321

#092321 #091823 #092314

Monochromatic Colors of #092321

#092321

Complementary Color

#092321 #23090b

#092321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#092321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#092321 Color CSS Codes

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

#092321 Text Font Color

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

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


#092321 Background Color

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

This div background color is #092321


#092321 Border Color

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

This div border color is #092321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #092321


Comments

No comments written yet.

Please login to write comment.