Color Hex Logo

#092921 Color Hex

#092921
(9,41,33)
0 Favorites   0 Comments

Color spaces of #092921

RGB 94133
HSL0.460.640.10
HSV165°78°16°
CMYK 0.780.000.20   0.84
XYZ1.18011.75381.7152
Yxy1.75380.25380.3772
Hunter Lab13.2431-7.26921.5912
CIE-Lab14.1382-14.12721.8267

#092921 color RGB value is (9,41,33).

#092921 hex color red value is 9, green value is 41 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #092921 hue: 0.46 , saturation: 0.64 and the lightness value of 092921 is 0.10.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00101001 00100001
Octal 11 51 41
Decimal 9 41 33
Hex 9 29 21

RGB Percentages of Color #092921

%10.84
%49.40
%39.76

CMYK Percentages of Color #092921

%78
%0
%20
%84

Triadic Colors of #092921

#092921 #210929 #292109

Analogous Colors of #092921

#092921 #092129 #092911

Monochromatic Colors of #092921

#092921

Complementary Color

#092921 #290911

#092921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#092921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#092921 Color CSS Codes

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

#092921 Text Font Color

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

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


#092921 Background Color

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

This div background color is #092921


#092921 Border Color

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

This div border color is #092921


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,41,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 #092921">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #092921


Comments

No comments written yet.

Please login to write comment.