Color Hex Logo

#09210f Color Hex

#09210F
(9,33,15)
0 Favorites   0 Comments

Color spaces of #09210f

RGB 93315
HSL0.380.570.08
HSV135°73°13°
CMYK 0.730.000.55   0.87
XYZ0.74271.18030.6406
Yxy1.18030.28970.4604
Hunter Lab10.8642-6.80964.1089
CIE-Lab10.4112-14.45218.7876

#09210f color RGB value is (9,33,15).

#09210f hex color red value is 9, green value is 33 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #09210f hue: 0.38 , saturation: 0.57 and the lightness value of 09210f is 0.08.

The process color (four color CMYK) of #09210f color hex is 0.73, 0.00, 0.55, 0.87. Web safe color of #09210f is #003300. Color #09210f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00100001 00001111
Octal 11 41 17
Decimal 9 33 15
Hex 9 21 F

RGB Percentages of Color #09210f

%15.79
%57.89
%26.32

CMYK Percentages of Color #09210f

%73
%0
%55
%87

Triadic Colors of #09210f

#09210f #0f0921 #210f09

Analogous Colors of #09210f

#09210f #09211b #0f2109

Monochromatic Colors of #09210f

#09210f

Complementary Color

#09210f #21091b

#09210f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09210f Color Preview on White Background

Lorem ipsum dolor sit amet.

#09210f Color CSS Codes

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

#09210f Text Font Color

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

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


#09210f Background Color

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

This div background color is #09210f


#09210f Border Color

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

This div border color is #09210f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09210f


Comments

No comments written yet.

Please login to write comment.