Color Hex Logo

#09220e Color Hex

#09220E
(9,34,14)
0 Favorites   0 Comments

Color spaces of #09220e

RGB 93414
HSL0.370.580.08
HSV132°74°13°
CMYK 0.740.000.59   0.87
XYZ0.76401.23380.6134
Yxy1.23380.29260.4725
Hunter Lab11.1077-7.16094.5012
CIE-Lab10.8044-15.27439.8546

#09220e color RGB value is (9,34,14).

#09220e hex color red value is 9, green value is 34 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #09220e hue: 0.37 , saturation: 0.58 and the lightness value of 09220e is 0.08.

The process color (four color CMYK) of #09220e color hex is 0.74, 0.00, 0.59, 0.87. Web safe color of #09220e is #003300. Color #09220e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00100010 00001110
Octal 11 42 16
Decimal 9 34 14
Hex 9 22 E

RGB Percentages of Color #09220e

%15.79
%59.65
%24.56

CMYK Percentages of Color #09220e

%74
%0
%59
%87

Triadic Colors of #09220e

#09220e #0e0922 #220e09

Analogous Colors of #09220e

#09220e #09221b #112209

Monochromatic Colors of #09220e

#09220e

Complementary Color

#09220e #22091d

#09220e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09220e Color Preview on White Background

Lorem ipsum dolor sit amet.

#09220e Color CSS Codes

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

#09220e Text Font Color

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

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


#09220e Background Color

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

This div background color is #09220e


#09220e Border Color

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

This div border color is #09220e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,34,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09220e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09220e;
  -webkit-box-shadow: 1px 1px 3px 2px #09220e;
  box-shadow:         1px 1px 3px 2px #09220e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09220e


Comments

No comments written yet.

Please login to write comment.